38 lines
681 B
Plaintext
38 lines
681 B
Plaintext
|
TARGETNAME=fsGui
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
|
||
|
UMTYPE=windows
|
||
|
UMENTRY=winmain
|
||
|
|
||
|
# This is needed so that the correct _MFC_VERSION gets set correctly
|
||
|
USE_MFCUNICODE=1
|
||
|
|
||
|
# @@BEGIN_DDKSPLIT
|
||
|
BINPLACE_PLACEFILE=..\placefil.txt
|
||
|
NO_PRIVATE_INC=1
|
||
|
# @@END_DDKSPLIT
|
||
|
|
||
|
PRECOMPILED_SOURCEFILE=StdAfx.cpp
|
||
|
PRECOMPILED_INCLUDE=StdAfx.h
|
||
|
PRECOMPILED_CXX=1
|
||
|
|
||
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
||
|
|
||
|
INCLUDES=..\filter;..\lib
|
||
|
|
||
|
SOURCES=\
|
||
|
FileSpy.rc \
|
||
|
FastIoView.cpp \
|
||
|
FileSpy.cpp \
|
||
|
FileSpyDoc.cpp \
|
||
|
FileSpyView.cpp \
|
||
|
FilterDlg.cpp \
|
||
|
FsFilterView.cpp \
|
||
|
LeftView.cpp \
|
||
|
MainFrm.cpp
|
||
|
|
||
|
TARGETLIBS=\
|
||
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
||
|
..\lib\$(O)\filespyLib.lib
|