Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
437 B

TARGETTYPE=NOTARGET
TARGETPATH=obj
INCLUDES=\
..;\
$(DDK_INC_PATH)\wdm; \
$(PROJECT_ROOT)\ntos\inc;\
$(PROJECT_ROOT)\hals\inc; \
$(DDK_INC_PATH);\
$(HALKIT_INC_PATH)
!IF $(386)
INCLUDES=$(INCLUDES);\
$(PROJECT_ROOT)\hals\halx86\i386;
!ENDIF
!IF $(IA64)
INCLUDES=$(INCLUDES);\
$(PROJECT_ROOT)\hals\halia64\ia64;
!ENDIF
SOURCES=..\halsym.c
SOURCES_USED=..\sources.inc