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.

19 lines
361 B

  1. TARGETPATH=obj$(BUILD_ALT_DIR)
  2. C_DEFINES=$(C_DEFINES) -DWIN32 -DUNICODE -D_UNICODE -D_NTSDK=1 -DMPR50=1
  3. MSC_WARNING_LEVEL=/W3 /WX
  4. PRECOMPILED_CXX=1
  5. PRECOMPILED_INCLUDE=stdafx.h
  6. PRECOMPILED_OPTION=/Yu /Fp$(O)\stdafx.pch
  7. PRECOMPILED_TARGET=$(O)\stdafx.pch
  8. PRECOMPILED_OBJ=$(O)\stdafx.obj
  9. RCOPTIONS=-N
  10. UMTYPE=windows
  11. ATL_VER=30
  12. USE_STATIC_ATL=1
  13. USE_MSVCRT=1