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

  1. PLAT_DIR = daytona
  2. ALT_PROJECT_TARGET=.
  3. !include bldd3d.mk
  4. USE_CRTDLL = 1
  5. C_DEFINES = $(C_DEFINES) \
  6. -DNT \
  7. -DWINNT
  8. !ifndef SD_BUILD
  9. BASE_INC = $(BASEDIR)\private\ntos\w32\ntgdi\inc
  10. !else
  11. BASE_INC = $(BASEDIR)\public\internal\windows\inc; \
  12. $(BASEDIR)\public\internal\MultiMedia\inc; \
  13. $(BASEDIR)\public\internal\base\inc
  14. !endif
  15. INCLUDES = $(INCLUDES);\
  16. $(BASE_INC)