Commit in reactos on MAIN
apps/utils/net/arp/makefile+21.1 -> 1.2
apps/utils/net/finger/makefile+21.1 -> 1.2
apps/utils/net/ipconfig/makefile+21.1 -> 1.2
apps/utils/net/netstat/makefile+21.1 -> 1.2
apps/utils/net/ping/makefile+21.10 -> 1.11
apps/utils/net/route/.cvsignore+17added 1.1
                    /makefile+21.1 -> 1.2
apps/utils/net/telnet/Makefile+21.6 -> 1.7
apps/utils/net/whois/makefile+21.1 -> 1.2
apps/utils/sc/makefile+21.2 -> 1.3
apps/utils/shutdown/Makefile+3-11.2 -> 1.3
subsys/system/calc/makefile+21.1 -> 1.2
subsys/system/expand/makefile+21.2 -> 1.3
subsys/system/format/makefile+3-11.2 -> 1.3
subsys/system/regedit/makefile+21.5 -> 1.6
subsys/system/regedt32/Makefile+21.1 -> 1.2
subsys/system/taskmgr/makefile+21.4 -> 1.5
+51-2
1 added + 16 modified, total 17 files
cvs maintainance

reactos/apps/utils/net/arp
makefile 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- makefile	21 Nov 2004 22:25:36 -0000	1.1
+++ makefile	13 Dec 2004 18:06:37 -0000	1.2
@@ -6,6 +6,8 @@
 
 TARGET_NAME = arp
 
+TARGET_INSTALLDIR = system32
+
 TARGET_CFLAGS = -D__USE_W32API
 
 TARGET_SDKLIBS = user32.a snmpapi.a

reactos/apps/utils/net/finger
makefile 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- makefile	21 Nov 2004 22:26:13 -0000	1.1
+++ makefile	13 Dec 2004 18:06:38 -0000	1.2
@@ -8,6 +8,8 @@
 
 TARGET_SDKLIBS = ws2_32.a
 
+TARGET_INSTALLDIR = system32
+
 TARGET_CFLAGS = -D__USE_W32_SOCKETS
 
 TARGET_OBJECTS = $(TARGET_NAME).o \

reactos/apps/utils/net/ipconfig
makefile 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- makefile	21 Nov 2004 22:26:13 -0000	1.1
+++ makefile	13 Dec 2004 18:06:38 -0000	1.2
@@ -6,6 +6,8 @@
 
 TARGET_NAME = ipconfig
 
+TARGET_INSTALLDIR = system32
+
 TARGET_CFLAGS = -D__USE_W32API
 
 TARGET_SDKLIBS = user32.a iphlpapi.a

reactos/apps/utils/net/netstat
makefile 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- makefile	21 Nov 2004 22:26:14 -0000	1.1
+++ makefile	13 Dec 2004 18:06:38 -0000	1.2
@@ -6,6 +6,8 @@
 
 TARGET_NAME = netstat
 
+TARGET_INSTALLDIR = system32
+
 TARGET_CFLAGS = \
 	-D__USE_W32API \
 	-D_WIN32_IE=0x600 \

reactos/apps/utils/net/ping
makefile 1.10 -> 1.11
diff -u -r1.10 -r1.11
--- makefile	21 Nov 2004 22:26:14 -0000	1.10
+++ makefile	13 Dec 2004 18:06:38 -0000	1.11
@@ -6,6 +6,8 @@
 
 TARGET_NAME = ping
 
+TARGET_INSTALLDIR = system32
+
 TARGET_CFLAGS = -D__USE_W32_SOCKETS
 
 TARGET_SDKLIBS = ws2_32.a

reactos/apps/utils/net/route
.cvsignore added at 1.1
diff -N .cvsignore
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ .cvsignore	13 Dec 2004 18:06:38 -0000	1.1
@@ -0,0 +1,17 @@
+*.sys
+*.exe
+*.dll
+*.cpl
+*.a
+*.o
+*.d
+*.coff
+*.dsp
+*.dsw
+*.aps
+*.ncb
+*.opt
+*.sym
+*.plg
+*.bak
+*.map

reactos/apps/utils/net/route
makefile 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- makefile	26 Nov 2004 06:51:47 -0000	1.1
+++ makefile	13 Dec 2004 18:06:38 -0000	1.2
@@ -6,6 +6,8 @@
 
 TARGET_NAME = route
 
+TARGET_INSTALLDIR = system32
+
 TARGET_SDKLIBS = ws2_32.a iphlpapi.a ntdll.a
 
 TARGET_OBJECTS = $(TARGET_NAME).o

reactos/apps/utils/net/telnet
Makefile 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- Makefile	21 Nov 2004 22:24:55 -0000	1.6
+++ Makefile	13 Dec 2004 18:06:38 -0000	1.7
@@ -6,6 +6,8 @@
 
 TARGET_NAME = telnet
 
+TARGET_INSTALLDIR = system32
+
 TARGET_SDKLIBS = ws2_32.a
 
 TARGET_CPPFLAGS = -D__REACTOS__ -D__USE_W32API -Wall

reactos/apps/utils/net/whois
makefile 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- makefile	21 Nov 2004 22:27:01 -0000	1.1
+++ makefile	13 Dec 2004 18:06:38 -0000	1.2
@@ -6,6 +6,8 @@
 
 TARGET_NAME = whois
 
+TARGET_INSTALLDIR = system32
+
 TARGET_SDKLIBS = ws2_32.a
 
 TARGET_OBJECTS = $(TARGET_NAME).o

reactos/apps/utils/sc
makefile 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- makefile	14 Nov 2003 17:13:22 -0000	1.2
+++ makefile	13 Dec 2004 18:06:38 -0000	1.3
@@ -9,6 +9,8 @@
 
 TARGET_APPTYPE = console
 
+TARGET_INSTALLDIR = system32
+
 TARGET_NAME = sc
 
 TARGET_CFLAGS = -DDBG -Werror -Wall

reactos/apps/utils/shutdown
Makefile 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- Makefile	16 Sep 2004 12:46:43 -0000	1.2
+++ Makefile	13 Dec 2004 18:06:38 -0000	1.3
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 2004/09/16 12:46:43 gvg Exp $
+# $Id: Makefile,v 1.3 2004/12/13 18:06:38 weiden Exp $
 
 PATH_TO_TOP = ../../..
 
@@ -8,6 +8,8 @@
 
 TARGET_APPTYPE = console
 
+TARGET_INSTALLDIR = system32
+
 TARGET_NAME = shutdown
 
 TARGET_SDKLIBS = kernel32.a user32.a

reactos/subsys/system/calc
makefile 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- makefile	21 Nov 2004 21:02:03 -0000	1.1
+++ makefile	13 Dec 2004 18:06:38 -0000	1.2
@@ -6,6 +6,8 @@
 
 TARGET_NAME = calc
 
+TARGET_INSTALLDIR = system32
+
 TARGET_CFLAGS = -D__USE_W32API -D_WIN32_IE=0x0501
 
 TARGET_RCFLAGS = -D__USE_W32API -D_WIN32_IE=0x0501

reactos/subsys/system/expand
makefile 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- makefile	16 Nov 2003 21:45:50 -0000	1.2
+++ makefile	13 Dec 2004 18:06:38 -0000	1.3
@@ -10,6 +10,8 @@
 
 TARGET_NAME = expand
 
+TARGET_INSTALLDIR = system32
+
 TARGET_CFLAGS = -D__USE_W32API
 
 TARGET_SDKLIBS = lz32.a

reactos/subsys/system/format
makefile 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- makefile	14 Nov 2003 17:13:32 -0000	1.2
+++ makefile	13 Dec 2004 18:06:38 -0000	1.3
@@ -1,4 +1,4 @@
-# $Id: makefile,v 1.2 2003/11/14 17:13:32 weiden Exp $
+# $Id: makefile,v 1.3 2004/12/13 18:06:38 weiden Exp $
 
 PATH_TO_TOP = ../../..
 
@@ -12,6 +12,8 @@
 
 TARGET_NAME = format
 
+TARGET_INSTALLDIR = system32
+
 TARGET_CFLAGS = -Werror -Wall -Wno-format
 
 TARGET_OBJECTS = \

reactos/subsys/system/regedit
makefile 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- makefile	18 Aug 2004 02:16:00 -0000	1.5
+++ makefile	13 Dec 2004 18:06:39 -0000	1.6
@@ -12,6 +12,8 @@
 
 TARGET_NAME = regedit
 
+TARGET_INSTALLDIR = system32
+
 TARGET_CFLAGS = -D_WIN32_IE=0x0501 -D_WIN32_WINNT=0x0501 -D__USE_W32API
 	
 TARGET_SDKLIBS = kernel32.a advapi32.a user32.a gdi32.a wine_uuid.a ole32.a \

reactos/subsys/system/regedt32
Makefile 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- Makefile	21 Nov 2004 21:02:04 -0000	1.1
+++ Makefile	13 Dec 2004 18:06:39 -0000	1.2
@@ -6,6 +6,8 @@
 
 TARGET_NAME = regedt32
 
+TARGET_INSTALLDIR = system32
+
 TARGET_CFLAGS = -DGCC \
   -D__USE_W32API \
   -D__REACTOS__ \

reactos/subsys/system/taskmgr
makefile 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- makefile	15 Aug 2004 22:40:34 -0000	1.4
+++ makefile	13 Dec 2004 18:06:39 -0000	1.5
@@ -12,6 +12,8 @@
 
 TARGET_NAME = taskmgr
 
+TARGET_INSTALLDIR = system32
+
 TARGET_PCH = precomp.h
 
 TARGET_CFLAGS = -Werror -Wall -DDBG -D_WIN32_IE=0x0501 -D_WIN32_WINNT=0x0501 -D__USE_W32API 
CVSspam 0.2.8