mirror of https://github.com/tongzx/nt5src
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
19 lines
361 B
|
|
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
|
|
|