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.
 
 
 
 
 
 

28 lines
652 B

MAJORCOMP=sdktools
MINORCOMP=zextens
TARGETNAME=zextens
TARGETPATH=obj
TARGETTYPE=DYNLINK
LINKLIBS=..\exthdr\$(O)\zexthdr.lib
TARGETLIBS = \
$(SDK_LIB_PATH)\kernel32.lib \
$(WINDOWS_LIB_PATH)\user32p.lib \
$(SDK_LIB_PATH)\user32.lib
INCLUDES=$(PROJECT_ROOT)\z\inc;$(PROJECT_ROOT)\ztools\inc;$(WINDOWS_INC_PATH)
SOURCES= init.c \
filter.c \
justify.c \
party.c \
pmatch.c \
tglcase.c \
ulcase.c \
winclip.c \
zextens.rc
C_DEFINES=-D_OS2_20_=0 -DNO_EXT_KEYS -DEXTERNAL= -DEXPORT= -Dpascal= -Dfar= -DNOLANMAN -DNT
UMTYPE=console
USE_MSVCRT=1