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.

19 lines
350 B

  1. TARGETPATH=obj
  2. IASDIR=$(PROJECT_ROOT)\ias
  3. PASS0_HEADERDIR=$(IASDIR)\inc\$(O)
  4. !ifndef IAS_NO_PCH
  5. PRECOMPILED_CXX=1
  6. PRECOMPILED_INCLUDE=$(IASDIR)\inc\ias.h
  7. PRECOMPILED_OPTION=/Yuias.h /Fp$(O)\pch.pch
  8. PRECOMPILED_TARGET=$(O)\pch.pch
  9. PRECOMPILED_OBJ=$(O)\pch.obj
  10. !endif
  11. USE_ATL=1
  12. USE_MSVCRT=1
  13. USE_NATIVE_EH=1
  14. USE_VCCOM=1
  15. USE_STL=1