[ros-diffs] [cfinck] 28979: Revert r28972, the pshpack*.h and poppack.h headers are in "include/psdk". So we're still sharing some small headers with host and target :-(

cfinck at svn.reactos.org cfinck at svn.reactos.org
Sun Sep 9 15:12:28 CEST 2007


Author: cfinck
Date: Sun Sep  9 17:12:28 2007
New Revision: 28979

URL: http://svn.reactos.org/svn/reactos?rev=28979&view=rev
Log:
Revert r28972, the pshpack*.h and poppack.h headers are in "include/psdk".
So we're still sharing some small headers with host and target :-(

Modified:
    trunk/reactos/tools/unicode/unicode.mak
    trunk/reactos/tools/wmc/wmc.mak
    trunk/reactos/tools/wrc/wrc.mak

Modified: trunk/reactos/tools/unicode/unicode.mak
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/unicode/unicode.mak?rev=28979&r1=28978&r2=28979&view=diff
==============================================================================
--- trunk/reactos/tools/unicode/unicode.mak (original)
+++ trunk/reactos/tools/unicode/unicode.mak Sun Sep  9 17:12:28 2007
@@ -96,7 +96,7 @@
 
 UNICODE_HOST_CFLAGS = \
 	-D__USE_W32API -DWINVER=0x501 -DWINE_UNICODE_API= \
-	-I$(UNICODE_BASE) -Iinclude/reactos/wine -Iinclude -Iinclude/reactos \
+	-I$(UNICODE_BASE) -Iinclude/reactos/wine -Iinclude -Iinclude/psdk -Iinclude/reactos \
 	$(TOOLS_CFLAGS)
 
 .PHONY: unicode

Modified: trunk/reactos/tools/wmc/wmc.mak
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/wmc/wmc.mak?rev=28979&r1=28978&r2=28979&view=diff
==============================================================================
--- trunk/reactos/tools/wmc/wmc.mak (original)
+++ trunk/reactos/tools/wmc/wmc.mak Sun Sep  9 17:12:28 2007
@@ -34,7 +34,7 @@
 
 WMC_HOST_CFLAGS = -I$(WMC_BASE) $(TOOLS_CFLAGS) \
                   -D__USE_W32API -DWINE_UNICODE_API= -I$(UNICODE_BASE) \
-                  -Iinclude/reactos/wine -Iinclude/reactos -Iinclude \
+                  -Iinclude/reactos/wine -Iinclude/reactos -Iinclude -Iinclude/psdk \
                   -I$(INTERMEDIATE_)/include
 
 WMC_HOST_LFLAGS = $(TOOLS_LFLAGS)

Modified: trunk/reactos/tools/wrc/wrc.mak
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/wrc/wrc.mak?rev=28979&r1=28978&r2=28979&view=diff
==============================================================================
--- trunk/reactos/tools/wrc/wrc.mak (original)
+++ trunk/reactos/tools/wrc/wrc.mak Sun Sep  9 17:12:28 2007
@@ -57,7 +57,7 @@
 WRC_HOST_CFLAGS = -I$(WRC_BASE) $(TOOLS_CFLAGS) \
                   -D__USE_W32API -DWINE_UNICODE_API= \
                   -I$(UNICODE_BASE) -I$(WPP_BASE) \
-                  -Iinclude/reactos/wine -Iinclude/reactos -Iinclude \
+                  -Iinclude/reactos/wine -Iinclude/reactos -Iinclude -Iinclude/psdk \
                   -I$(INTERMEDIATE_)include
 
 WRC_HOST_LFLAGS = $(TOOLS_LFLAGS)




More information about the Ros-diffs mailing list