Import w32api version 2.5 include files
[reactos.git] / reactos / tools / Makefile
index bd08e86..05b1e0e 100644 (file)
@@ -1,5 +1,7 @@
 PATH_TO_TOP = ..
 
+include $(PATH_TO_TOP)/rules.mak
+
 CFLAGS += -Wall -Werror
 
 TOOLS = \
@@ -160,5 +162,3 @@ clean:
 endif
 
 .PHONY: all clean
-
-include $(PATH_TO_TOP)/rules.mak