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

TARGETPATH=obj
!if !defined(_UPNP_SSDP)
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
!ENDIF
!IF !$(FREEBUILD)
C_DEFINES=$(C_DEFINES) -DENABLETRACE
!ENDIF
C_DEFINES=$(C_DEFINES) -DUSE_HEAP_ALLOC=1
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=$(PROJDIR)\inc\pch.h
PRECOMPILED_OPTION=/Yu /Fp$(O)\pch.pch
PRECOMPILED_TARGET=$(O)\pch.pch
PRECOMPILED_OBJ=$(O)\pch.obj
RCOPTIONS=-N
UMTYPE=windows
USE_STATIC_ATL=1
ATL_VER=30
USE_MSVCRT=1