Source code of Windows XP (NT5)
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
434 B

PLAT_DIR = daytona
ALT_PROJECT_TARGET=.
!include bldd3d.mk
USE_CRTDLL = 1
C_DEFINES = $(C_DEFINES) \
-DNT \
-DWINNT
!ifndef SD_BUILD
BASE_INC = $(BASEDIR)\private\ntos\w32\ntgdi\inc
!else
BASE_INC = $(BASEDIR)\public\internal\windows\inc; \
$(BASEDIR)\public\internal\MultiMedia\inc; \
$(BASEDIR)\public\internal\base\inc
!endif
INCLUDES = $(INCLUDES);\
$(BASE_INC)