Leaked source code of windows server 2003
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.
 
 
 
 
 
 

31 lines
730 B

MAJORCOMP=sdktools
MINORCOMP=engine
TARGETNAME=mshelp
TARGETPATH=obj
TARGETTYPE=DYNLINK
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(PROJECT_ROOT)\ztools\src\$(O)\ztools.lib
INCLUDES=.;..\inc;
SOURCES= hback.c \
hctl.c \
hdata.c \
helpcell.c \
helpcnt.c \
helpdec.c \
helpdll.c \
helpif.c \
hinfo.c \
hline.c \
hloc.c \
help.c \
mshelp.rc
C_DEFINES=-D_OS2_20_=0 -DNO_EXT_KEYS -Dpascal= -Dfar= -DNOLANMAN -DNT
UMTYPE=console
UMRES=$(O)\mshelp.res
USE_MSVCRT=1