46 lines
706 B
Plaintext
46 lines
706 B
Plaintext
|
|
||
|
MAJORCOMP=ftapi
|
||
|
MINORCOMP=ftman
|
||
|
|
||
|
TARGETNAME=ftman
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
|
||
|
MSC_WARNING_LEVEL=/W3 /WX
|
||
|
|
||
|
SOURCES = actdlg.cpp \
|
||
|
actions.cpp \
|
||
|
diskmap.cpp \
|
||
|
frspace.cpp \
|
||
|
ftdoc.cpp \
|
||
|
ftlistvw.cpp \
|
||
|
ftman.cpp \
|
||
|
fttreevw.cpp \
|
||
|
ftutil.cpp \
|
||
|
global.cpp \
|
||
|
item.cpp \
|
||
|
logvol.cpp \
|
||
|
mainfrm.cpp \
|
||
|
phpart.cpp \
|
||
|
rootfree.cpp \
|
||
|
rootvol.cpp \
|
||
|
ftman.rc
|
||
|
|
||
|
|
||
|
C_DEFINES=-DWIN_32 -DWIN32 -D_WINDOWS -DNT
|
||
|
|
||
|
# Windows application
|
||
|
UMTYPE = windows
|
||
|
|
||
|
# Use the MFC library linked dinamically
|
||
|
USE_MFCUNICODE=1
|
||
|
|
||
|
UMLIBS = \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\ftapi.lib
|
||
|
|
||
|
SUBSYSTEM_VERSION = 5.00
|
||
|
|
||
|
PRECOMPILED_CXX = 1
|
||
|
PRECOMPILED_INCLUDE = stdafx.h
|