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.

26 lines
596 B

  1. !IF 0
  2. Shared sources.inc file for Engine projects.
  3. !ENDIF
  4. # Do not use NTBUILD's Warning.h pragmas, will treat all warnings as errors and use highest level (W4)
  5. COMPILER_WARNINGS=
  6. MSC_STDCALL=1
  7. MSC_WARNING_LEVEL=/W4
  8. USE_MSVCRT=1
  9. !if $(IA64)
  10. # Emit LTCG codegen
  11. LTCG_WKS=1
  12. # Disable PCH because DirectUI.lib is published to public\internal, and there
  13. # are libs included in DirectUIGP.lib which is published to public\internal.
  14. NTNOPCH=1
  15. !endif
  16. INCLUDES=\
  17. $(WINDOWS_INC_PATH)\DUser;\
  18. $(ADVCORE_PATH)\duser\inc;\
  19. $(SDK_INC_PATH)\gdiplus