53 lines
1.3 KiB
Plaintext
53 lines
1.3 KiB
Plaintext
|
|
MAJORCOMP = cairole
|
|
MINORCOMP = com
|
|
|
|
#
|
|
# This is the name of the target built from the source files specified
|
|
# below. The name should include neither the path nor the file extension.
|
|
#
|
|
|
|
TARGETNAME= perfsrv
|
|
|
|
TARGETPATH= obj
|
|
|
|
#
|
|
# This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
|
|
# etc.
|
|
#
|
|
|
|
TARGETTYPE= PROGRAM
|
|
|
|
INCLUDES= ..\idl;$(BASEDIR)\private\cinc
|
|
|
|
C_DEFINES= \
|
|
$(C_DEFINES) \
|
|
-DFLAT \
|
|
-DWIN32=100 \
|
|
-D_NT1X_=100 \
|
|
-DUNICODE \
|
|
-D_UNICODE \
|
|
-DNOEXCEPTIONS \
|
|
-DCAIROLE_DOWNLEVEL
|
|
|
|
SOURCES= \
|
|
perfsrv.cxx \
|
|
wterm.c
|
|
|
|
UMTYPE= windows
|
|
UMENTRY= winmain
|
|
|
|
UMLIBS= \
|
|
..\perfuuid\$(O)\perfuuid.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\rpcndr.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\rpcns4.lib \
|
|
$(SDK_LIB_PATH)\mpr.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib
|
|
|