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.
62 lines
1.7 KiB
62 lines
1.7 KiB
|
|
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= perfcli
|
|
|
|
#
|
|
# This specifies where the target is to be built. A private target of
|
|
# type LIBRARY or DYNLINK should go to obj, whereas a public target of
|
|
# type LIBRARY or DYNLINK should go to $(BASEDIR)\public\sdk\lib.
|
|
#
|
|
|
|
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
|
|
|
|
BLDCRT= 1
|
|
|
|
SOURCES= \
|
|
perfcli.cxx
|
|
|
|
|
|
UMTYPE= console
|
|
UMENTRY=
|
|
UMAPPL=
|
|
UMTEST=
|
|
UMLIBS= \
|
|
..\perfuuid\obj\*\perfuuid.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\uuid.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\ole32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\rpcndr.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\rpcrt4.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\rpcns4.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\mpr.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\netapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\libc.lib
|
|
|