- Get rid of WINE_MODE and WINE_RC usage in makefiles.
authorFilip Navara <filip.navara@gmail.com>
Mon, 2 Aug 2004 02:55:08 +0000 (02:55 +0000)
committerFilip Navara <filip.navara@gmail.com>
Mon, 2 Aug 2004 02:55:08 +0000 (02:55 +0000)
svn path=/trunk/; revision=10350

reactos/subsys/system/cmd/cmd.rc
reactos/subsys/system/cmd/makefile
reactos/subsys/system/explorer/winefile/makefile

index a7e827e..1e0b2ef 100644 (file)
@@ -1,5 +1,5 @@
 #include <windows.h>
-#include <resource.h>
+#include <reactos/resource.h>
 #include "cmdver.h"
 
 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
index bff0aa2..4d17b20 100644 (file)
@@ -16,13 +16,7 @@ TARGET_NAME = cmd
 TARGET_INSTALLDIR = system32
 
 TARGET_CFLAGS = -D__USE_W32API -DANONYMOUSUNIONS -Wall -Werror \
-                -I$(PATH_TO_TOP)/include/msvcrt -D_WIN32_WINNT=0x0501
-
-WINE_MODE = yes
-
-WINE_RC = $(TARGET_NAME)
-
-WINE_INCLUDE = $(PATH_TO_TOP)/include/reactos
+                -I$(PATH_TO_TOP)/include/wine -D_WIN32_WINNT=0x0501
 
 TARGET_OBJECTS = \
        cmd.o attrib.o alias.o batch.o beep.o call.o chcp.o choice.o \
index 7b4e55e..ddc52d1 100644 (file)
@@ -26,12 +26,6 @@ VPATH += ../utility
 VPATH += ../shell
 VPATH += plugins
 
-WINE_MODE = yes
-
-WINE_RC = $(TARGET_NAME)
-
-WINE_INCLUDE = ./
-
 TARGET_GCCLIBS = comctl32 ole32 uuid
 
 TARGET_SDKLIBS = \