windows-nt/Source/XPSP1/NT/net/homenet/config/natupnp/makefile.inc

20 lines
361 B
PHP
Raw Normal View History

2020-09-26 03:20:57 -05:00
TARGETPATH=obj$(BUILD_ALT_DIR)
C_DEFINES=$(C_DEFINES) -DWIN32 -DUNICODE -D_UNICODE -D_NTSDK=1 -DMPR50=1
MSC_WARNING_LEVEL=/W3 /WX
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=stdafx.h
PRECOMPILED_OPTION=/Yu /Fp$(O)\stdafx.pch
PRECOMPILED_TARGET=$(O)\stdafx.pch
PRECOMPILED_OBJ=$(O)\stdafx.obj
RCOPTIONS=-N
UMTYPE=windows
ATL_VER=30
USE_STATIC_ATL=1
USE_MSVCRT=1