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.
 
 
 
 
 
 

18 lines
321 B

TARGETPATH=obj
IASDIR=$(PROJECT_ROOT)\ias
PASS0_HEADERDIR=$(IASDIR)\inc\$(O)
!ifndef IAS_NO_PCH
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=$(IASDIR)\inc\ias.h
PRECOMPILED_OPTION=/Yuias.h /Fp$(O)\pch.pch
PRECOMPILED_TARGET=$(O)\pch.pch
PRECOMPILED_OBJ=$(O)\pch.obj
!endif
USE_ATL=1
USE_MSVCRT=1
USE_NATIVE_EH=1
USE_VCCOM=1