65 lines
1.3 KiB
Plaintext
65 lines
1.3 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 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.
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=private
|
|
MINORCOMP=Defrag
|
|
|
|
TARGETNAME=Defrag
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
USE_ATL=1
|
|
|
|
INCLUDES=..\Inc
|
|
|
|
C_DEFINES=-D_WIN32_WINNT=0x0500 -DWIN32 -DNDEBUG -DUNICODE -D_UNICODE -D_CONSOLE -DESI_POST_MESSAGE
|
|
LINKER_STACKSIZE=/STACK:1048576,12288
|
|
|
|
SOURCES=AdminPrivs.cpp\
|
|
Alloc.cpp \
|
|
DataIo.cpp \
|
|
DataIoCl.cpp \
|
|
Defrag.cpp \
|
|
Error.cpp \
|
|
Errlog.cpp \
|
|
Expand.cpp \
|
|
GetDfrgRes.cpp \
|
|
GetReg.cpp \
|
|
SecAttr.cpp \
|
|
StdAfx.cpp \
|
|
TextBlock.cpp \
|
|
UiCommon.cpp \
|
|
Defrag.rc
|
|
|
|
UMENTRY=wmain
|
|
UMTYPE=console
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\kernl32p.lib
|