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.

32 lines
731 B

  1. ATHROOT=$(R)\..
  2. !include $(ATHROOT)\athena.inc
  3. SOURCES_USED=$(SOURCES_USED) $(ATHROOT)\athena.inc
  4. USE_LIBCMT=1
  5. NO_NTDLL=1
  6. UMTYPE=windows
  7. C_DEFINES=$(C_DEFINES) -DDOCOBJ -DDBCS_DIVIDE -DBCC -D_WINDLL
  8. WIN32_IE_VERSION=0x0500
  9. INCLUDES=\
  10. $(BASEDIR)\private\windows\inc; \
  11. $(R)\res; \
  12. $(R)\inc; \
  13. $(R)\inc\$(O); \
  14. $(R)\dll; \
  15. $(R)\engine; \
  16. $(INCLUDES)
  17. # Defining this allows windows.h to include other headers
  18. NOT_LEAN_AND_MEAN=1
  19. # NOTE: star below is replaced with platform by platform-specific .inc
  20. # file in %_NTROOT%\public\oak\bin
  21. PRECOMPILED_CXX=1
  22. PRECOMPILED_OPTION=/Yupch.hxx /Fp$R\inc\$(_OBJ_DIR)\*\pch.pch
  23. PRECOMPILED_TARGET=$(R)\inc\$(_OBJ_DIR)\*\pch.pch