!IF 0 Copyright (c) 1990 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. $(SDK_LIB_PATH)\crtdll.lib \ $(SDK_LIB_PATH)\libcd.lib \ !ENDIF USE_MSVCRT=1 TARGETNAME=DfrgFat TARGETPATH=obj TARGETTYPE=PROGRAM INCLUDES=..\Inc USE_ATL=1 !ifdef TEST TESTDEFINE= -DTest -DPauseAtEnd !endif !ifdef VISIBLEWINDOW !ifndef TEST VISIBLEWINDOWDEFINE= -DVisibleWindow !endif !endif !ifdef ERRORSACTIVE ERRORDEFINE= -DErrorsActive !endif !ifdef LOGGING LOGDEFINE= -DLogging !endif C_DEFINES= -DNOTIMER -DWIN32 -DUNICODE -D_UNICODE -DENGINE -DNOEVTLOG -DDFRGFAT -DDFRG -DDKMS $(TESTDEFINE) $(VISIBLEWINDOWDEFINE) $(ERRORDEFINE) $(LOGDEFINE) WIN32_WINNT_VERSION=0x0500 LINKER_STACKSIZE=/STACK:1048576,12288 MISCFILES=..\dfrg.reg \ ..\install.bat PRECOMPILED_INCLUDE=stdafx.h PRECOMPILED_CXX=1 SOURCES=..\Alloc.cpp \ BootOptimizeFat.cpp \ ..\DasdRead.cpp \ ..\DataIo.cpp \ ..\DataIoCl.cpp \ ..\defragcommon.cpp \ ..\DevIo.cpp \ ..\DiskView.cpp \ DfrgFat.cpp \ ..\ErrLog.cpp \ ..\ErrMsg.cpp \ ..\Error.cpp \ ..\Exclude.cpp \ ..\Expand.cpp \ ..\Extents.cpp \ ..\FastFat2.cpp \ ..\FatSubs.cpp \ ..\FraggedFileList.cpp \ ..\FreeSpace.cpp \ ..\FsSubs.cpp \ ..\GetDfrgRes.cpp\ ..\GetReg.cpp \ ..\GetTime.cpp \ ..\Graphix.cpp \ ..\IntFuncs.cpp \ ..\LoadFile.cpp \ ..\LogFile.cpp \ ..\Logging.cpp \ ..\MoveFile.cpp \ ..\Priority.c \ ..\RemMsg.cpp \ ..\SecAttr.cpp \ ..\TextBlock.cpp \ ..\UiCommon.cpp \ ..\vDebugGlobal.cpp \ ..\vWindowAppCore.cpp \ ..\DfrgFat.rc UMENTRY=winmain UMTYPE=windows TARGETLIBS=$(SDK_LIB_PATH)\ntdll.lib \ $(SDK_LIB_PATH)\comctl32.lib \ $(SDK_LIB_PATH)\shell32.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(SDK_LIB_PATH)\vssapi.lib