branch update for HEAD-2003021201
[reactos.git] / rules.mak
index 355c468..23ab1d6 100644 (file)
--- a/rules.mak
+++ b/rules.mak
@@ -8,6 +8,11 @@ ifeq ($(HOST),)
 HOST = mingw32-windows
 endif
 
+# Default to no PCH support
+ifeq ($(ROS_USE_PCH),)
+ROS_USE_PCH = no
+endif
+
 # uncomment if you use bochs and it displays only 30 rows
 # BOCHS_30ROWS = yes
 
@@ -77,6 +82,7 @@ RM = $(TOOLS_PATH)/rdel
 RMDIR = $(TOOLS_PATH)/rrmdir
 RMKDIR = $(TOOLS_PATH)/rmkdir
 RSYM = $(TOOLS_PATH)/rsym
+RTOUCH = $(TOOLS_PATH)/rtouch
 MC = $(TOOLS_PATH)/wmc/wmc
 
 
@@ -114,3 +120,24 @@ XDK_PATH_INC=$(XDK_PATH)/include
 WINE_PATH=$(PATH_TO_TOP)/../wine
 WINE_PATH_LIB=$(WINE_PATH)/lib
 WINE_PATH_INC=$(WINE_PATH)/include
+
+# Posix+ Integration
+POSIX_PATH=$(PATH_TO_TOP)/../posix
+POSIX_PATH_LIB=$(POSIX_PATH)/lib
+POSIX_PATH_INC=$(POSIX_PATH)/include
+
+# OS/2 Integration
+OS2_PATH=$(PATH_TO_TOP)/../os2
+OS2_PATH_LIB=$(OS2_PATH)/lib
+OS2_PATH_INC=$(OS2_PATH)/include
+
+# Other systems integration
+ROOT_PATH=$(PATH_TO_TOP)/..
+
+COMCTL32_TARGET = comctl23
+
+SHELL32_TARGET = shell23
+
+COMDLG32_TARGET = comdlg23
+
+