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 # # 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= \ perfsrv.cxx \ wterm.c UMTYPE= windows UMENTRY= winmain 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