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.
 
 
 
 
 
 

46 lines
1.0 KiB

!if 0
Copyright (c) 1997 - 2001 Microsoft Corporation. All Rights Reserved.
!endif
DISABLE_PCH=1
ROOT=$(MAKEDIR:\tools\graphedt\proppage\vmrprop=)
!include $(ROOT)\common.inc
TARGETNAME=vmrprop
!ifndef FILTER_DLL
TARGETTYPE=LIBRARY
TARGETPATH=obj
!else
TARGETPATH=$(ROOT)\lib$(BUILD_ALT_DIR)
TARGETTYPE=DYNLINK
DLLDEF=VMRprop.def
DLLENTRY=DllEntryPoint
DLLBASE=0x1ff00000
C_DEFINES=$(C_DEFINES) -DFILTER_DLL
LINKLIBS= \
$(STRMBASE_LIB)
TARGETLIBS= \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\strmiids.lib \
$(SDK_LIB_PATH)\Shell32.lib \
$(SDK_LIB_PATH)\winmm.lib
!endif
INCLUDES= \
$(INCLUDES) \
$(SDK_INC_PATH)\atl30;\
$(SDK_INC_PATH)\mfc42;
C_DEFINES=$(C_DEFINES) /DFILTER_LIB /DDSR_ENABLED
SOURCES= vmrprop.rc VMRProp.cpp