Source code of Windows XP (NT5)
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.
|
|
!IF 0
Copyright (c) 1989-1991 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of sources files needed to build that component. Also specifies optional compiler switches and libraries that are unique for the component being built.
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
!ENDIF
MAJORCOMP=shell MINORCOMP=DskQuotaWatchDog
DLLENTRY=_DllMainCRTStartup
PRECOMPILED_INCLUDE=precomp.hxx PRECOMPILED_PCH=precomp.pch PRECOMPILED_OBJ=precomp.obj PRECOMPILED_CXX=1 TARGETNAME=dskquowd TARGETPATH=obj TARGETTYPE=DYNLINK USE_MSVCRT=1 USE_NATIVE_EH=1
# # Define PROFILE to enable IceCAP profiling. # !IF "$(PROFILE)" == "1" ICECAP_LIBS=$(SDK_LIB_PATH)\icap.lib USER_C_FLAGS=$(USER_C_FLAGS) -Gh -Zi -MD C_DEFINES=$(C_DEFINES) -DPROFILE !ENDIF
C_DEFINES=$(C_DEFINES) -DWIN32 -DWINNT -DUNICODE
!IF !$(FREEBUILD) C_DEFINES=$(C_DEFINES) -DDEBUG !ENDIF
# # Make warnings equivalent to errors # MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
INCLUDES=.;\ ..\common; \ ..\control; \ $(BASEDIR)\private\windows\shell\shelldll;\ $(BASEDIR)\private\windows\shell\inc;\ $(BASEDIR)\private\windows\inc;\ $(BASEDIR)\private\windows\inc16;\ $(BASEDIR)\private\inc
SOURCES= action.cpp \ dskquowd.cpp \ dskquowd.rc \ history.cpp \ mapisend.cpp \ policy.cpp \ stats.cpp \ volume.cpp \ voluser.cpp \ watchdog.cpp
LINKLIBS=..\common\$(O)\common.lib
TARGETLIBS=$(ICECAP_LIBS) \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(SDK_LIB_PATH)\shell32.lib \ $(SHELL_LIB_PATH)\shell32p.lib
|