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.

17 lines
331 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. -DD3D_DEBUGMON=1
  9. BASE_INC = $(BASEDIR)\public\internal\windows\inc; \
  10. $(BASEDIR)\public\internal\base\inc
  11. INCLUDES = $(INCLUDES); \
  12. $(BASE_INC)