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
468 B

  1. #
  2. # These are common to all sources files in this project.
  3. # (Each sources file includes this file.)
  4. #
  5. TARGETPATH=obj
  6. C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
  7. MSC_WARNING_LEVEL=/W3 /WX
  8. PRECOMPILED_CXX=1
  9. PRECOMPILED_INCLUDE=$(PROJDIR)\inc\pch.h
  10. PRECOMPILED_OPTION=/Yu /Fp$(PROJDIR)\lib$(BUILD_ALT_DIR)\*\pch.pch
  11. PRECOMPILED_TARGET=$(PROJDIR)\lib$(BUILD_ALT_DIR)\*\pch.pch
  12. PRECOMPILED_OBJ=$(PROJDIR)\lib$(BUILD_ALT_DIR)\*\pch.obj
  13. RCOPTIONS=-N
  14. UMTYPE=windows
  15. USE_NTDLL=1