*** empty log message ***
[reactos.git] / reactos / lib / kernel32 / makefile
index 9ad6e5a..772356f 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: makefile,v 1.23 1999/07/17 23:10:20 ea Exp $
+# $Id: makefile,v 1.24 1999/08/29 13:44:56 dwelch Exp $
 #
 # ReactOS Operating System
 #
@@ -6,6 +6,8 @@ TARGET=kernel32
 
 KERNEL32_BASE = 0x77f00000
 
+BASE_CFLAGS = -I../../include
+
 CFLAGS = $(CFLAGS) -DKERNEL32_BASE=$(KERNEL32_BASE)
 
 ifneq ($(HOST),mingw32-windows)