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.
 
 
 
 
 
 

51 lines
1.2 KiB

!ifndef ROOT
ROOT=$(MAKEDIR:\as\cpi32.nt=)
!endif
!ifndef DEVROOT
DEVROOT=$(ROOT)\dev
!endif
!include ..\ascom.inc
TARGETNAME=nmas
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=DYNLINK
DLLDEF=..\cpi32\nmas.def
DLLENTRY=DllMain
!if "$(BUILD_PRODUCT)" != "NT"
ALT_PROJECT_TARGET = NT
!endif
INCLUDES = ..\cpi32;$(INCLUDES)
386_STDCALL=1
# Note that MNMCPI32.LIB (no underscore) is the common code to NT, W95
LINKLIBS =..\cpi32\$(O)\cpi32.lib \
$(ROOT)\nmutil\nmutila\$(O)\nmutila.lib
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(ROOT)\t120\mst120\$(O)\mst120.lib \
..\hook\$(O)\nmasnt.lib
C_DEFINES=$(C_DEFINES) -DDLL_CORE -D"_WINDOWS" \
-DMULTI_LEVEL_ZONES
WIN32_WINNT_VERSION=0x0403
SOURCES=\
nmas.rc \
cpi32dll.cpp \
globalnt.cpp \
im.cpp \
osi.cpp
PRECOMPILED_INCLUDE = precomp.h
PRECOMPILED_PCH = precomp.pch
PRECOMPILED_OBJ = precomp.obj
PRECOMPILED_CXX = 1