Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

38 lines
727 B

# sources
# Filename: Hpms.hpa
# Author: Brian Johnson (Hewlett-Packard Company)
# Date: 11-October-1996
#
# Describes the macros used for building using NT 'build' command
#
MAJORCOMP=sdktools
MINORCOMP=jetadmin
DLLBASE=0x62710000
TARGETNAME=hpms
TARGETPATH=$(BASEDIR)\public\sdk\lib
TARGETTYPE=DYNLINK
TARGETEXT=hpa
TARGETLIBS= \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(BASEDIR)\private\sdktools\jetadmin\lib\*\hpcolant.lib
INCLUDES=..\..\cola.sdk\inc;\
..\..\inc\mfc\inc;\
..\..\inc;\
..\..\cola.sdk\netware;\
..\..\sdk\inc32;\
..\..\sdk\inc\crt
USE_MFCUNICODE=1
C_DEFINES= -DWINNTINTEL -D_WINDOWS
NOT_LEAN_AND_MEAN=1
SOURCES=hpms.rc \
hpms.c