Leaked source code of windows server 2003
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.
 
 
 
 
 
 

27 lines
655 B

!include ..\sources.inc
C_DEFINES = $(C_DEFINES) -D_QMGRDEBUG -DALLOW_TEST_SERVER
INCLUDES=.;..\inc;
TARGETNAME=QMGRUTILS
TARGETPATH=obj
TARGETTYPE=LIBRARY
TARGETLIBS=\
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\user32.lib \
$(BASEDIR)\public\sdk\lib\*\setupapi.lib
SOURCES = cfreg.cpp \
helpers.cpp \
log.cpp \
locks.cxx \
nt4thunks.cpp \
PRECOMPILED_INCLUDE=qmgrlibp.h
PRECOMPILED_CXX=1
!if !defined(BITS_V12_ON_NT4)
RUN_WPP=$(SOURCES) -dll -gen:{um-w2k.tpl}*.tmh
!endif