63 lines
833 B
Plaintext
63 lines
833 B
Plaintext
|
!ifndef ROOT
|
||
|
ROOT=$(MAKEDIR:\av\qos=)
|
||
|
!endif
|
||
|
!ifndef DEVROOT
|
||
|
DEVROOT=$(ROOT)\dev
|
||
|
!endif
|
||
|
|
||
|
|
||
|
!include $(DEVROOT)\common.inc
|
||
|
|
||
|
MAJORCOMP=av
|
||
|
MINORCOMP=qos
|
||
|
|
||
|
TARGETNAME=qos
|
||
|
TARGETPATH=$(_OBJ_DIR)
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
BBTCOMP=1
|
||
|
|
||
|
LINKLIBS= $(ROOT)\nmutil\nmutila$(_OBJ_DIR)\*\nmutila.lib
|
||
|
|
||
|
TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\uuid.lib
|
||
|
|
||
|
C_DEFINES=-D_MEM_ZEROINIT $(C_DEFINES)
|
||
|
|
||
|
INCLUDES=..\..\h;$(INCLUDES)
|
||
|
|
||
|
|
||
|
#
|
||
|
# List of sources
|
||
|
#
|
||
|
|
||
|
SOURCES= \
|
||
|
qos.cpp \
|
||
|
thread.cpp \
|
||
|
debug.cpp \
|
||
|
guids.cpp \
|
||
|
props.cpp
|
||
|
|
||
|
#
|
||
|
# Precompiled specs
|
||
|
#
|
||
|
|
||
|
PRECOMPILED_INCLUDE = precomp.h
|
||
|
PRECOMPILED_PCH = precomp.pch
|
||
|
PRECOMPILED_OBJ = precomp.obj
|
||
|
PRECOMPILED_CXX = 1
|
||
|
|
||
|
|
||
|
CONDITIONAL_INCLUDES = \
|
||
|
macocidl.h \
|
||
|
macwin32.h \
|
||
|
rpcerr.h \
|
||
|
rpcmac.h \
|
||
|
winwlm.h \
|
||
|
macname1.h \
|
||
|
macname2.h \
|
||
|
macpub.h \
|
||
|
macapi.h
|
||
|
|