mirror of https://github.com/lianthony/NT4.0
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.
44 lines
999 B
44 lines
999 B
# sources
|
|
# Filename: Jetadmin.cpl
|
|
# 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=0x629c0000
|
|
TARGETNAME=jetadmin
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=DYNLINK
|
|
TARGETEXT=cpl
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\winspool.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.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 -DWIN32
|
|
|
|
NOT_LEAN_AND_MEAN=1
|
|
|
|
SOURCES=jetadmin.rc \
|
|
jetadmin.c
|