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.

23 lines
428 B

  1. TARGETPATH=obj
  2. !if !defined(_UPNP_SSDP)
  3. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  4. !ENDIF
  5. !IF !$(FREEBUILD)
  6. C_DEFINES=$(C_DEFINES) -DENABLETRACE
  7. !ENDIF
  8. C_DEFINES=$(C_DEFINES) -DUSE_HEAP_ALLOC=1
  9. PRECOMPILED_CXX=1
  10. PRECOMPILED_INCLUDE=$(PROJDIR)\inc\pch.h
  11. PRECOMPILED_OPTION=/Yu /Fp$(O)\pch.pch
  12. PRECOMPILED_TARGET=$(O)\pch.pch
  13. PRECOMPILED_OBJ=$(O)\pch.obj
  14. RCOPTIONS=-N
  15. UMTYPE=windows
  16. USE_STATIC_ATL=1
  17. ATL_VER=30
  18. USE_MSVCRT=1