Windows2000/private/windows/shell/dskquota/watchdog/sources
2020-09-30 17:12:32 +02:00

89 lines
2.0 KiB
Plaintext

!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_CRTDLL=1
USE_NATIVE_EH=1
#
# Define PROFILE to enable IceCAP profiling.
#
!IF "$(PROFILE)" == "1"
ICECAP_LIBS=$(BASEDIR)\public\sdk\lib\*\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\obj\*\common.lib
TARGETLIBS=$(ICECAP_LIBS) \
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\user32.lib \
$(BASEDIR)\public\sdk\lib\*\gdi32.lib \
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\ole32.lib \
$(BASEDIR)\public\sdk\lib\*\uuid.lib \
$(BASEDIR)\public\sdk\lib\*\shell32.lib \
$(BASEDIR)\public\sdk\lib\*\shell32p.lib