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.

33 lines
805 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) -DDBCS_DIVIDE -D_WIN32_OE=0x0500
  8. WIN32_IE_VERSION=0x0300
  9. INCLUDES=\
  10. $(BASEDIR)\private\windows\inc; \
  11. $(BASEDIR)\public\sdk\inc; \
  12. $(ATHROOT)\inc; \
  13. $(ATHROOT)\mailnews\extinc; \
  14. $(INCLUDES)
  15. # Defining this allows windows.h to include other headers
  16. NOT_LEAN_AND_MEAN=1
  17. # NOTE: star below is replaced with platform by platform-specific .inc
  18. # file in %_NTROOT%\public\oak\bin
  19. PRECOMPILED_CXX=1
  20. #ifndef WIN16
  21. PRECOMPILED_OPTION=/Yupch.hxx /Fp$R\inc\$(_OBJ_DIR)\*\pch.pch
  22. #else
  23. PRECOMPILED_OPTION=/fh=$R\inc\$(_OBJ_DIR)\*\pch.pch
  24. #endif
  25. PRECOMPILED_TARGET=$(R)\inc\$(_OBJ_DIR)\*\pch.pch