1245 lines
35 KiB
Makefile
1245 lines
35 KiB
Makefile
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
|
|
# ** DO NOT EDIT **
|
|
|
|
# TARGTYPE "Win32 (x86) Application" 0x0101
|
|
|
|
!IF "$(CFG)" == ""
|
|
CFG=imagetst - Win32 Debug
|
|
!MESSAGE No configuration specified. Defaulting to imagetst - Win32 Debug.
|
|
!ENDIF
|
|
|
|
!IF "$(CFG)" != "imagetst - Win32 Release" && "$(CFG)" !=\
|
|
"imagetst - Win32 Debug"
|
|
!MESSAGE Invalid configuration "$(CFG)" specified.
|
|
!MESSAGE You can specify a configuration when running NMAKE on this makefile
|
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
|
!MESSAGE
|
|
!MESSAGE NMAKE /f "Imagetst.mak" CFG="imagetst - Win32 Debug"
|
|
!MESSAGE
|
|
!MESSAGE Possible choices for configuration are:
|
|
!MESSAGE
|
|
!MESSAGE "imagetst - Win32 Release" (based on "Win32 (x86) Application")
|
|
!MESSAGE "imagetst - Win32 Debug" (based on "Win32 (x86) Application")
|
|
!MESSAGE
|
|
!ERROR An invalid configuration is specified.
|
|
!ENDIF
|
|
|
|
!IF "$(OS)" == "Windows_NT"
|
|
NULL=
|
|
!ELSE
|
|
NULL=nul
|
|
!ENDIF
|
|
################################################################################
|
|
# Begin Project
|
|
# PROP Target_Last_Scanned "imagetst - Win32 Debug"
|
|
CPP=cl.exe
|
|
RSC=rc.exe
|
|
MTL=mktyplib.exe
|
|
|
|
!IF "$(CFG)" == "imagetst - Win32 Release"
|
|
|
|
# PROP BASE Use_MFC 0
|
|
# PROP BASE Use_Debug_Libraries 0
|
|
# PROP BASE Output_Dir "Release"
|
|
# PROP BASE Intermediate_Dir "Release"
|
|
# PROP BASE Target_Dir ""
|
|
# PROP Use_MFC 0
|
|
# PROP Use_Debug_Libraries 0
|
|
# PROP Output_Dir "msvcobj"
|
|
# PROP Intermediate_Dir "msvcobj"
|
|
# PROP Target_Dir ""
|
|
OUTDIR=.\msvcobj
|
|
INTDIR=.\msvcobj
|
|
|
|
ALL : "$(OUTDIR)\Imagetst.exe"
|
|
|
|
CLEAN :
|
|
-@erase "$(INTDIR)\Ftree.obj"
|
|
-@erase "$(INTDIR)\Imagelst.obj"
|
|
-@erase "$(INTDIR)\Main.obj"
|
|
-@erase "$(INTDIR)\Mainwnd.obj"
|
|
-@erase "$(INTDIR)\Stdtmpl.obj"
|
|
-@erase "$(INTDIR)\Treeview.obj"
|
|
-@erase "$(OUTDIR)\Imagetst.exe"
|
|
|
|
"$(OUTDIR)" :
|
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
|
|
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
|
|
# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
|
|
CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
|
|
/Fp"$(INTDIR)/Imagetst.pch" /YX /Fo"$(INTDIR)/" /c
|
|
CPP_OBJS=.\msvcobj/
|
|
CPP_SBRS=.\.
|
|
# ADD BASE MTL /nologo /D "NDEBUG" /win32
|
|
# ADD MTL /nologo /D "NDEBUG" /win32
|
|
MTL_PROJ=/nologo /D "NDEBUG" /win32
|
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
|
BSC32=bscmake.exe
|
|
# ADD BASE BSC32 /nologo
|
|
# ADD BSC32 /nologo
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)/Imagetst.bsc"
|
|
BSC32_SBRS= \
|
|
|
|
LINK32=link.exe
|
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
|
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
|
|
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
|
|
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
|
|
odbccp32.lib /nologo /subsystem:windows /incremental:no\
|
|
/pdb:"$(OUTDIR)/Imagetst.pdb" /machine:I386 /out:"$(OUTDIR)/Imagetst.exe"
|
|
LINK32_OBJS= \
|
|
"$(INTDIR)\Ftree.obj" \
|
|
"$(INTDIR)\Imagelst.obj" \
|
|
"$(INTDIR)\Main.obj" \
|
|
"$(INTDIR)\Mainwnd.obj" \
|
|
"$(INTDIR)\Stdtmpl.obj" \
|
|
"$(INTDIR)\Treeview.obj" \
|
|
"..\Exe\mscommon.lib"
|
|
|
|
"$(OUTDIR)\Imagetst.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
|
|
$(LINK32) @<<
|
|
$(LINK32_FLAGS) $(LINK32_OBJS)
|
|
<<
|
|
|
|
!ELSEIF "$(CFG)" == "imagetst - Win32 Debug"
|
|
|
|
# PROP BASE Use_MFC 0
|
|
# PROP BASE Use_Debug_Libraries 1
|
|
# PROP BASE Output_Dir "Debug"
|
|
# PROP BASE Intermediate_Dir "Debug"
|
|
# PROP BASE Target_Dir ""
|
|
# PROP Use_MFC 0
|
|
# PROP Use_Debug_Libraries 1
|
|
# PROP Output_Dir "msvcobj"
|
|
# PROP Intermediate_Dir "msvcobj"
|
|
# PROP Target_Dir ""
|
|
OUTDIR=.\msvcobj
|
|
INTDIR=.\msvcobj
|
|
|
|
ALL : "$(OUTDIR)\Imagetst.exe"
|
|
|
|
CLEAN :
|
|
-@erase "$(INTDIR)\Ftree.obj"
|
|
-@erase "$(INTDIR)\Imagelst.obj"
|
|
-@erase "$(INTDIR)\Main.obj"
|
|
-@erase "$(INTDIR)\Mainwnd.obj"
|
|
-@erase "$(INTDIR)\Stdtmpl.obj"
|
|
-@erase "$(INTDIR)\Treeview.obj"
|
|
-@erase "$(OUTDIR)\Imagetst.exe"
|
|
|
|
"$(OUTDIR)" :
|
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
|
|
|
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
|
|
# ADD CPP /nologo /G4 /Zp1 /MTd /Z7 /O2 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__FLAT__" /D "STRICT" /Fp"c:\work\exe\msvc42.pch" /YX"windows.h" /c
|
|
CPP_PROJ=/nologo /G4 /Zp1 /MTd /Z7 /O2 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D\
|
|
"__FLAT__" /D "STRICT" /Fp"c:\work\exe\msvc42.pch" /YX"windows.h"\
|
|
/Fo"$(INTDIR)/" /c
|
|
CPP_OBJS=.\msvcobj/
|
|
CPP_SBRS=.\.
|
|
# ADD BASE MTL /nologo /D "_DEBUG" /win32
|
|
# ADD MTL /nologo /D "_DEBUG" /win32
|
|
MTL_PROJ=/nologo /D "_DEBUG" /win32
|
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
|
BSC32=bscmake.exe
|
|
# ADD BASE BSC32 /nologo
|
|
# ADD BSC32 /nologo
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)/Imagetst.bsc"
|
|
BSC32_SBRS= \
|
|
|
|
LINK32=link.exe
|
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386
|
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib winmm.lib comctl32.lib /nologo /subsystem:windows /pdb:none /debug /debugtype:both /machine:I386
|
|
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
|
|
advapi32.lib shell32.lib uuid.lib winmm.lib comctl32.lib /nologo\
|
|
/subsystem:windows /pdb:none /debug /debugtype:both /machine:I386\
|
|
/out:"$(OUTDIR)/Imagetst.exe"
|
|
LINK32_OBJS= \
|
|
"$(INTDIR)\Ftree.obj" \
|
|
"$(INTDIR)\Imagelst.obj" \
|
|
"$(INTDIR)\Main.obj" \
|
|
"$(INTDIR)\Mainwnd.obj" \
|
|
"$(INTDIR)\Stdtmpl.obj" \
|
|
"$(INTDIR)\Treeview.obj" \
|
|
"..\Exe\mscommon.lib"
|
|
|
|
"$(OUTDIR)\Imagetst.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
|
|
$(LINK32) @<<
|
|
$(LINK32_FLAGS) $(LINK32_OBJS)
|
|
<<
|
|
|
|
!ENDIF
|
|
|
|
.c{$(CPP_OBJS)}.obj:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
.cpp{$(CPP_OBJS)}.obj:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
.cxx{$(CPP_OBJS)}.obj:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
.c{$(CPP_SBRS)}.sbr:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
.cpp{$(CPP_SBRS)}.sbr:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
.cxx{$(CPP_SBRS)}.sbr:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
################################################################################
|
|
# Begin Target
|
|
|
|
# Name "imagetst - Win32 Release"
|
|
# Name "imagetst - Win32 Debug"
|
|
|
|
!IF "$(CFG)" == "imagetst - Win32 Release"
|
|
|
|
!ELSEIF "$(CFG)" == "imagetst - Win32 Debug"
|
|
|
|
!ENDIF
|
|
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Main.cpp
|
|
DEP_CPP_MAIN_=\
|
|
{$(INCLUDE)}"\.\Ftree.hpp"\
|
|
{$(INCLUDE)}"\.\Hittest.hpp"\
|
|
{$(INCLUDE)}"\.\Imagelst.hpp"\
|
|
{$(INCLUDE)}"\.\main.hpp"\
|
|
{$(INCLUDE)}"\.\mainwnd.hpp"\
|
|
{$(INCLUDE)}"\.\Treeview.hpp"\
|
|
{$(INCLUDE)}"\.\Tvinsert.hpp"\
|
|
{$(INCLUDE)}"\.\Tvitem.hpp"\
|
|
{$(INCLUDE)}"\assert.h"\
|
|
{$(INCLUDE)}"\cderr.h"\
|
|
{$(INCLUDE)}"\cguid.h"\
|
|
{$(INCLUDE)}"\commctrl.h"\
|
|
{$(INCLUDE)}"\commdlg.h"\
|
|
{$(INCLUDE)}"\Common\Assert.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.tpp"\
|
|
{$(INCLUDE)}"\Common\Callback.hpp"\
|
|
{$(INCLUDE)}"\Common\Callback.tpp"\
|
|
{$(INCLUDE)}"\Common\Cbdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Cbptr.hpp"\
|
|
{$(INCLUDE)}"\Common\Commctrl.hpp"\
|
|
{$(INCLUDE)}"\Common\Fixup.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.tpp"\
|
|
{$(INCLUDE)}"\Common\Gdiobj.hpp"\
|
|
{$(INCLUDE)}"\common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"\Common\Iconinfo.hpp"\
|
|
{$(INCLUDE)}"\Common\Pcallbck.hpp"\
|
|
{$(INCLUDE)}"\Common\Pen.hpp"\
|
|
{$(INCLUDE)}"\Common\Point.hpp"\
|
|
{$(INCLUDE)}"\Common\Purebmp.hpp"\
|
|
{$(INCLUDE)}"\Common\Purehdc.hpp"\
|
|
{$(INCLUDE)}"\Common\Pureicon.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
|
{$(INCLUDE)}"\Common\Rect.hpp"\
|
|
{$(INCLUDE)}"\Common\Rgbcolor.hpp"\
|
|
{$(INCLUDE)}"\Common\Stdlib.hpp"\
|
|
{$(INCLUDE)}"\Common\String.hpp"\
|
|
{$(INCLUDE)}"\Common\Types.hpp"\
|
|
{$(INCLUDE)}"\Common\Vhandler.hpp"\
|
|
{$(INCLUDE)}"\Common\Window.hpp"\
|
|
{$(INCLUDE)}"\Common\Windows.hpp"\
|
|
{$(INCLUDE)}"\Common\Windowsx.hpp"\
|
|
{$(INCLUDE)}"\ctype.h"\
|
|
{$(INCLUDE)}"\dde.h"\
|
|
{$(INCLUDE)}"\ddeml.h"\
|
|
{$(INCLUDE)}"\dlgs.h"\
|
|
{$(INCLUDE)}"\excpt.h"\
|
|
{$(INCLUDE)}"\imm.h"\
|
|
{$(INCLUDE)}"\lzexpand.h"\
|
|
{$(INCLUDE)}"\mcx.h"\
|
|
{$(INCLUDE)}"\memory.h"\
|
|
{$(INCLUDE)}"\mmsystem.h"\
|
|
{$(INCLUDE)}"\mswsock.h"\
|
|
{$(INCLUDE)}"\nb30.h"\
|
|
{$(INCLUDE)}"\oaidl.h"\
|
|
{$(INCLUDE)}"\objbase.h"\
|
|
{$(INCLUDE)}"\objidl.h"\
|
|
{$(INCLUDE)}"\ole.h"\
|
|
{$(INCLUDE)}"\ole2.h"\
|
|
{$(INCLUDE)}"\oleauto.h"\
|
|
{$(INCLUDE)}"\oleidl.h"\
|
|
{$(INCLUDE)}"\poppack.h"\
|
|
{$(INCLUDE)}"\prsht.h"\
|
|
{$(INCLUDE)}"\pshpack1.h"\
|
|
{$(INCLUDE)}"\pshpack2.h"\
|
|
{$(INCLUDE)}"\pshpack4.h"\
|
|
{$(INCLUDE)}"\pshpack8.h"\
|
|
{$(INCLUDE)}"\rpc.h"\
|
|
{$(INCLUDE)}"\rpcdce.h"\
|
|
{$(INCLUDE)}"\rpcdcep.h"\
|
|
{$(INCLUDE)}"\rpcndr.h"\
|
|
{$(INCLUDE)}"\rpcnsi.h"\
|
|
{$(INCLUDE)}"\rpcnsip.h"\
|
|
{$(INCLUDE)}"\rpcnterr.h"\
|
|
{$(INCLUDE)}"\shellapi.h"\
|
|
{$(INCLUDE)}"\stdarg.h"\
|
|
{$(INCLUDE)}"\stdlib.h"\
|
|
{$(INCLUDE)}"\string.h"\
|
|
{$(INCLUDE)}"\unknwn.h"\
|
|
{$(INCLUDE)}"\winbase.h"\
|
|
{$(INCLUDE)}"\wincon.h"\
|
|
{$(INCLUDE)}"\wincrypt.h"\
|
|
{$(INCLUDE)}"\windef.h"\
|
|
{$(INCLUDE)}"\windows.h"\
|
|
{$(INCLUDE)}"\windowsx.h"\
|
|
{$(INCLUDE)}"\winerror.h"\
|
|
{$(INCLUDE)}"\wingdi.h"\
|
|
{$(INCLUDE)}"\winnetwk.h"\
|
|
{$(INCLUDE)}"\winnls.h"\
|
|
{$(INCLUDE)}"\winnt.h"\
|
|
{$(INCLUDE)}"\winperf.h"\
|
|
{$(INCLUDE)}"\winreg.h"\
|
|
{$(INCLUDE)}"\winsock.h"\
|
|
{$(INCLUDE)}"\winsock2.h"\
|
|
{$(INCLUDE)}"\winspool.h"\
|
|
{$(INCLUDE)}"\winsvc.h"\
|
|
{$(INCLUDE)}"\winuser.h"\
|
|
{$(INCLUDE)}"\winver.h"\
|
|
{$(INCLUDE)}"\wtypes.h"\
|
|
|
|
|
|
"$(INTDIR)\Main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
|
|
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Mainwnd.cpp
|
|
DEP_CPP_MAINW=\
|
|
{$(INCLUDE)}"\.\Ftree.hpp"\
|
|
{$(INCLUDE)}"\.\Hittest.hpp"\
|
|
{$(INCLUDE)}"\.\Imagelst.hpp"\
|
|
{$(INCLUDE)}"\.\mainwnd.hpp"\
|
|
{$(INCLUDE)}"\.\Treeview.hpp"\
|
|
{$(INCLUDE)}"\.\Tvinsert.hpp"\
|
|
{$(INCLUDE)}"\.\Tvitem.hpp"\
|
|
{$(INCLUDE)}"\assert.h"\
|
|
{$(INCLUDE)}"\cderr.h"\
|
|
{$(INCLUDE)}"\cguid.h"\
|
|
{$(INCLUDE)}"\commctrl.h"\
|
|
{$(INCLUDE)}"\commdlg.h"\
|
|
{$(INCLUDE)}"\Common\Assert.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.tpp"\
|
|
{$(INCLUDE)}"\Common\Callback.hpp"\
|
|
{$(INCLUDE)}"\Common\Callback.tpp"\
|
|
{$(INCLUDE)}"\Common\Cbdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Cbptr.hpp"\
|
|
{$(INCLUDE)}"\Common\Commctrl.hpp"\
|
|
{$(INCLUDE)}"\Common\Diskinfo.hpp"\
|
|
{$(INCLUDE)}"\Common\Filetime.hpp"\
|
|
{$(INCLUDE)}"\Common\Finddata.hpp"\
|
|
{$(INCLUDE)}"\Common\Fixup.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.tpp"\
|
|
{$(INCLUDE)}"\Common\Gdiobj.hpp"\
|
|
{$(INCLUDE)}"\common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"\Common\Iconinfo.hpp"\
|
|
{$(INCLUDE)}"\Common\Pcallbck.hpp"\
|
|
{$(INCLUDE)}"\Common\Pen.hpp"\
|
|
{$(INCLUDE)}"\Common\Point.hpp"\
|
|
{$(INCLUDE)}"\Common\Pointer.hpp"\
|
|
{$(INCLUDE)}"\Common\Pointer.tpp"\
|
|
{$(INCLUDE)}"\Common\Profile.hpp"\
|
|
{$(INCLUDE)}"\Common\Purebmp.hpp"\
|
|
{$(INCLUDE)}"\Common\Purehdc.hpp"\
|
|
{$(INCLUDE)}"\Common\Pureicon.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
|
{$(INCLUDE)}"\Common\Rect.hpp"\
|
|
{$(INCLUDE)}"\Common\Rgbcolor.hpp"\
|
|
{$(INCLUDE)}"\Common\Stdlib.hpp"\
|
|
{$(INCLUDE)}"\Common\String.hpp"\
|
|
{$(INCLUDE)}"\Common\Systime.hpp"\
|
|
{$(INCLUDE)}"\Common\Types.hpp"\
|
|
{$(INCLUDE)}"\Common\Vhandler.hpp"\
|
|
{$(INCLUDE)}"\Common\Window.hpp"\
|
|
{$(INCLUDE)}"\Common\Windows.hpp"\
|
|
{$(INCLUDE)}"\Common\Windowsx.hpp"\
|
|
{$(INCLUDE)}"\ctype.h"\
|
|
{$(INCLUDE)}"\dde.h"\
|
|
{$(INCLUDE)}"\ddeml.h"\
|
|
{$(INCLUDE)}"\Direct.h"\
|
|
{$(INCLUDE)}"\dlgs.h"\
|
|
{$(INCLUDE)}"\excpt.h"\
|
|
{$(INCLUDE)}"\imm.h"\
|
|
{$(INCLUDE)}"\lzexpand.h"\
|
|
{$(INCLUDE)}"\mcx.h"\
|
|
{$(INCLUDE)}"\memory.h"\
|
|
{$(INCLUDE)}"\mmsystem.h"\
|
|
{$(INCLUDE)}"\mswsock.h"\
|
|
{$(INCLUDE)}"\nb30.h"\
|
|
{$(INCLUDE)}"\oaidl.h"\
|
|
{$(INCLUDE)}"\objbase.h"\
|
|
{$(INCLUDE)}"\objidl.h"\
|
|
{$(INCLUDE)}"\ole.h"\
|
|
{$(INCLUDE)}"\ole2.h"\
|
|
{$(INCLUDE)}"\oleauto.h"\
|
|
{$(INCLUDE)}"\oleidl.h"\
|
|
{$(INCLUDE)}"\poppack.h"\
|
|
{$(INCLUDE)}"\prsht.h"\
|
|
{$(INCLUDE)}"\pshpack1.h"\
|
|
{$(INCLUDE)}"\pshpack2.h"\
|
|
{$(INCLUDE)}"\pshpack4.h"\
|
|
{$(INCLUDE)}"\pshpack8.h"\
|
|
{$(INCLUDE)}"\rpc.h"\
|
|
{$(INCLUDE)}"\rpcdce.h"\
|
|
{$(INCLUDE)}"\rpcdcep.h"\
|
|
{$(INCLUDE)}"\rpcndr.h"\
|
|
{$(INCLUDE)}"\rpcnsi.h"\
|
|
{$(INCLUDE)}"\rpcnsip.h"\
|
|
{$(INCLUDE)}"\rpcnterr.h"\
|
|
{$(INCLUDE)}"\shellapi.h"\
|
|
{$(INCLUDE)}"\stdarg.h"\
|
|
{$(INCLUDE)}"\Stdio.h"\
|
|
{$(INCLUDE)}"\stdlib.h"\
|
|
{$(INCLUDE)}"\string.h"\
|
|
{$(INCLUDE)}"\unknwn.h"\
|
|
{$(INCLUDE)}"\winbase.h"\
|
|
{$(INCLUDE)}"\wincon.h"\
|
|
{$(INCLUDE)}"\wincrypt.h"\
|
|
{$(INCLUDE)}"\windef.h"\
|
|
{$(INCLUDE)}"\windows.h"\
|
|
{$(INCLUDE)}"\windowsx.h"\
|
|
{$(INCLUDE)}"\winerror.h"\
|
|
{$(INCLUDE)}"\wingdi.h"\
|
|
{$(INCLUDE)}"\winnetwk.h"\
|
|
{$(INCLUDE)}"\winnls.h"\
|
|
{$(INCLUDE)}"\winnt.h"\
|
|
{$(INCLUDE)}"\winperf.h"\
|
|
{$(INCLUDE)}"\winreg.h"\
|
|
{$(INCLUDE)}"\winsock.h"\
|
|
{$(INCLUDE)}"\winsock2.h"\
|
|
{$(INCLUDE)}"\winspool.h"\
|
|
{$(INCLUDE)}"\winsvc.h"\
|
|
{$(INCLUDE)}"\winuser.h"\
|
|
{$(INCLUDE)}"\winver.h"\
|
|
{$(INCLUDE)}"\wtypes.h"\
|
|
|
|
|
|
"$(INTDIR)\Mainwnd.obj" : $(SOURCE) $(DEP_CPP_MAINW) "$(INTDIR)"
|
|
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=\Work\Exe\mscommon.lib
|
|
|
|
!IF "$(CFG)" == "imagetst - Win32 Release"
|
|
|
|
!ELSEIF "$(CFG)" == "imagetst - Win32 Debug"
|
|
|
|
!ENDIF
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Treeview.cpp
|
|
|
|
!IF "$(CFG)" == "imagetst - Win32 Release"
|
|
|
|
DEP_CPP_TREEV=\
|
|
{$(INCLUDE)}"\.\Hittest.hpp"\
|
|
{$(INCLUDE)}"\.\Imagelst.hpp"\
|
|
{$(INCLUDE)}"\.\Treeview.hpp"\
|
|
{$(INCLUDE)}"\.\tvdisp.hpp"\
|
|
{$(INCLUDE)}"\.\Tvinsert.hpp"\
|
|
{$(INCLUDE)}"\.\Tvitem.hpp"\
|
|
{$(INCLUDE)}"\.\tvmsghdr.hpp"\
|
|
{$(INCLUDE)}"\assert.h"\
|
|
{$(INCLUDE)}"\cderr.h"\
|
|
{$(INCLUDE)}"\cguid.h"\
|
|
{$(INCLUDE)}"\commctrl.h"\
|
|
{$(INCLUDE)}"\commdlg.h"\
|
|
{$(INCLUDE)}"\Common\Assert.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.tpp"\
|
|
{$(INCLUDE)}"\Common\Callback.hpp"\
|
|
{$(INCLUDE)}"\Common\Callback.tpp"\
|
|
{$(INCLUDE)}"\Common\Cbdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Cbptr.hpp"\
|
|
{$(INCLUDE)}"\Common\Commctrl.hpp"\
|
|
{$(INCLUDE)}"\Common\Fixup.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.tpp"\
|
|
{$(INCLUDE)}"\Common\Gdiobj.hpp"\
|
|
{$(INCLUDE)}"\common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"\common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"\Common\Iconinfo.hpp"\
|
|
{$(INCLUDE)}"\common\notify.hpp"\
|
|
{$(INCLUDE)}"\Common\Pcallbck.hpp"\
|
|
{$(INCLUDE)}"\Common\Pen.hpp"\
|
|
{$(INCLUDE)}"\Common\Point.hpp"\
|
|
{$(INCLUDE)}"\Common\Purebmp.hpp"\
|
|
{$(INCLUDE)}"\Common\Purehdc.hpp"\
|
|
{$(INCLUDE)}"\Common\Pureicon.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
|
{$(INCLUDE)}"\Common\Rect.hpp"\
|
|
{$(INCLUDE)}"\Common\Rgbcolor.hpp"\
|
|
{$(INCLUDE)}"\Common\Stdlib.hpp"\
|
|
{$(INCLUDE)}"\Common\String.hpp"\
|
|
{$(INCLUDE)}"\Common\Types.hpp"\
|
|
{$(INCLUDE)}"\Common\Vhandler.hpp"\
|
|
{$(INCLUDE)}"\Common\Window.hpp"\
|
|
{$(INCLUDE)}"\Common\Windows.hpp"\
|
|
{$(INCLUDE)}"\Common\Windowsx.hpp"\
|
|
{$(INCLUDE)}"\ctype.h"\
|
|
{$(INCLUDE)}"\dde.h"\
|
|
{$(INCLUDE)}"\ddeml.h"\
|
|
{$(INCLUDE)}"\dlgs.h"\
|
|
{$(INCLUDE)}"\excpt.h"\
|
|
{$(INCLUDE)}"\imm.h"\
|
|
{$(INCLUDE)}"\lzexpand.h"\
|
|
{$(INCLUDE)}"\mcx.h"\
|
|
{$(INCLUDE)}"\memory.h"\
|
|
{$(INCLUDE)}"\mmsystem.h"\
|
|
{$(INCLUDE)}"\mswsock.h"\
|
|
{$(INCLUDE)}"\nb30.h"\
|
|
{$(INCLUDE)}"\oaidl.h"\
|
|
{$(INCLUDE)}"\objbase.h"\
|
|
{$(INCLUDE)}"\objidl.h"\
|
|
{$(INCLUDE)}"\ole.h"\
|
|
{$(INCLUDE)}"\ole2.h"\
|
|
{$(INCLUDE)}"\oleauto.h"\
|
|
{$(INCLUDE)}"\oleidl.h"\
|
|
{$(INCLUDE)}"\poppack.h"\
|
|
{$(INCLUDE)}"\prsht.h"\
|
|
{$(INCLUDE)}"\pshpack1.h"\
|
|
{$(INCLUDE)}"\pshpack2.h"\
|
|
{$(INCLUDE)}"\pshpack4.h"\
|
|
{$(INCLUDE)}"\pshpack8.h"\
|
|
{$(INCLUDE)}"\rpc.h"\
|
|
{$(INCLUDE)}"\rpcdce.h"\
|
|
{$(INCLUDE)}"\rpcdcep.h"\
|
|
{$(INCLUDE)}"\rpcndr.h"\
|
|
{$(INCLUDE)}"\rpcnsi.h"\
|
|
{$(INCLUDE)}"\rpcnsip.h"\
|
|
{$(INCLUDE)}"\rpcnterr.h"\
|
|
{$(INCLUDE)}"\shellapi.h"\
|
|
{$(INCLUDE)}"\stdarg.h"\
|
|
{$(INCLUDE)}"\stdlib.h"\
|
|
{$(INCLUDE)}"\string.h"\
|
|
{$(INCLUDE)}"\unknwn.h"\
|
|
{$(INCLUDE)}"\winbase.h"\
|
|
{$(INCLUDE)}"\wincon.h"\
|
|
{$(INCLUDE)}"\wincrypt.h"\
|
|
{$(INCLUDE)}"\windef.h"\
|
|
{$(INCLUDE)}"\windows.h"\
|
|
{$(INCLUDE)}"\windowsx.h"\
|
|
{$(INCLUDE)}"\winerror.h"\
|
|
{$(INCLUDE)}"\wingdi.h"\
|
|
{$(INCLUDE)}"\winnetwk.h"\
|
|
{$(INCLUDE)}"\winnls.h"\
|
|
{$(INCLUDE)}"\winnt.h"\
|
|
{$(INCLUDE)}"\winperf.h"\
|
|
{$(INCLUDE)}"\winreg.h"\
|
|
{$(INCLUDE)}"\winsock.h"\
|
|
{$(INCLUDE)}"\winsock2.h"\
|
|
{$(INCLUDE)}"\winspool.h"\
|
|
{$(INCLUDE)}"\winsvc.h"\
|
|
{$(INCLUDE)}"\winuser.h"\
|
|
{$(INCLUDE)}"\winver.h"\
|
|
{$(INCLUDE)}"\wtypes.h"\
|
|
|
|
|
|
"$(INTDIR)\Treeview.obj" : $(SOURCE) $(DEP_CPP_TREEV) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "imagetst - Win32 Debug"
|
|
|
|
DEP_CPP_TREEV=\
|
|
".\Draginfo.hpp"\
|
|
{$(INCLUDE)}"\.\Hittest.hpp"\
|
|
{$(INCLUDE)}"\.\Imagelst.hpp"\
|
|
{$(INCLUDE)}"\.\Treeview.hpp"\
|
|
{$(INCLUDE)}"\.\tvdisp.hpp"\
|
|
{$(INCLUDE)}"\.\Tvinsert.hpp"\
|
|
{$(INCLUDE)}"\.\Tvitem.hpp"\
|
|
{$(INCLUDE)}"\.\tvmsghdr.hpp"\
|
|
{$(INCLUDE)}"\assert.h"\
|
|
{$(INCLUDE)}"\cderr.h"\
|
|
{$(INCLUDE)}"\cguid.h"\
|
|
{$(INCLUDE)}"\commctrl.h"\
|
|
{$(INCLUDE)}"\commdlg.h"\
|
|
{$(INCLUDE)}"\Common\Assert.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.tpp"\
|
|
{$(INCLUDE)}"\Common\Callback.hpp"\
|
|
{$(INCLUDE)}"\Common\Callback.tpp"\
|
|
{$(INCLUDE)}"\Common\Cbdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Cbptr.hpp"\
|
|
{$(INCLUDE)}"\Common\Commctrl.hpp"\
|
|
{$(INCLUDE)}"\Common\Fixup.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.tpp"\
|
|
{$(INCLUDE)}"\Common\Gdiobj.hpp"\
|
|
{$(INCLUDE)}"\common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"\common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"\Common\Iconinfo.hpp"\
|
|
{$(INCLUDE)}"\common\notify.hpp"\
|
|
{$(INCLUDE)}"\Common\Pcallbck.hpp"\
|
|
{$(INCLUDE)}"\Common\Pen.hpp"\
|
|
{$(INCLUDE)}"\Common\Point.hpp"\
|
|
{$(INCLUDE)}"\Common\Purebmp.hpp"\
|
|
{$(INCLUDE)}"\Common\Purehdc.hpp"\
|
|
{$(INCLUDE)}"\Common\Pureicon.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
|
{$(INCLUDE)}"\Common\Rect.hpp"\
|
|
{$(INCLUDE)}"\Common\Rgbcolor.hpp"\
|
|
{$(INCLUDE)}"\Common\Stdlib.hpp"\
|
|
{$(INCLUDE)}"\Common\String.hpp"\
|
|
{$(INCLUDE)}"\Common\Types.hpp"\
|
|
{$(INCLUDE)}"\Common\Vhandler.hpp"\
|
|
{$(INCLUDE)}"\Common\Window.hpp"\
|
|
{$(INCLUDE)}"\Common\Windows.hpp"\
|
|
{$(INCLUDE)}"\Common\Windowsx.hpp"\
|
|
{$(INCLUDE)}"\ctype.h"\
|
|
{$(INCLUDE)}"\dde.h"\
|
|
{$(INCLUDE)}"\ddeml.h"\
|
|
{$(INCLUDE)}"\dlgs.h"\
|
|
{$(INCLUDE)}"\excpt.h"\
|
|
{$(INCLUDE)}"\imm.h"\
|
|
{$(INCLUDE)}"\lzexpand.h"\
|
|
{$(INCLUDE)}"\mcx.h"\
|
|
{$(INCLUDE)}"\memory.h"\
|
|
{$(INCLUDE)}"\mmsystem.h"\
|
|
{$(INCLUDE)}"\mswsock.h"\
|
|
{$(INCLUDE)}"\nb30.h"\
|
|
{$(INCLUDE)}"\oaidl.h"\
|
|
{$(INCLUDE)}"\objbase.h"\
|
|
{$(INCLUDE)}"\objidl.h"\
|
|
{$(INCLUDE)}"\ole.h"\
|
|
{$(INCLUDE)}"\ole2.h"\
|
|
{$(INCLUDE)}"\oleauto.h"\
|
|
{$(INCLUDE)}"\oleidl.h"\
|
|
{$(INCLUDE)}"\poppack.h"\
|
|
{$(INCLUDE)}"\prsht.h"\
|
|
{$(INCLUDE)}"\pshpack1.h"\
|
|
{$(INCLUDE)}"\pshpack2.h"\
|
|
{$(INCLUDE)}"\pshpack4.h"\
|
|
{$(INCLUDE)}"\pshpack8.h"\
|
|
{$(INCLUDE)}"\rpc.h"\
|
|
{$(INCLUDE)}"\rpcdce.h"\
|
|
{$(INCLUDE)}"\rpcdcep.h"\
|
|
{$(INCLUDE)}"\rpcndr.h"\
|
|
{$(INCLUDE)}"\rpcnsi.h"\
|
|
{$(INCLUDE)}"\rpcnsip.h"\
|
|
{$(INCLUDE)}"\rpcnterr.h"\
|
|
{$(INCLUDE)}"\shellapi.h"\
|
|
{$(INCLUDE)}"\stdarg.h"\
|
|
{$(INCLUDE)}"\stdlib.h"\
|
|
{$(INCLUDE)}"\string.h"\
|
|
{$(INCLUDE)}"\unknwn.h"\
|
|
{$(INCLUDE)}"\winbase.h"\
|
|
{$(INCLUDE)}"\wincon.h"\
|
|
{$(INCLUDE)}"\wincrypt.h"\
|
|
{$(INCLUDE)}"\windef.h"\
|
|
{$(INCLUDE)}"\windows.h"\
|
|
{$(INCLUDE)}"\windowsx.h"\
|
|
{$(INCLUDE)}"\winerror.h"\
|
|
{$(INCLUDE)}"\wingdi.h"\
|
|
{$(INCLUDE)}"\winnetwk.h"\
|
|
{$(INCLUDE)}"\winnls.h"\
|
|
{$(INCLUDE)}"\winnt.h"\
|
|
{$(INCLUDE)}"\winperf.h"\
|
|
{$(INCLUDE)}"\winreg.h"\
|
|
{$(INCLUDE)}"\winsock.h"\
|
|
{$(INCLUDE)}"\winsock2.h"\
|
|
{$(INCLUDE)}"\winspool.h"\
|
|
{$(INCLUDE)}"\winsvc.h"\
|
|
{$(INCLUDE)}"\winuser.h"\
|
|
{$(INCLUDE)}"\winver.h"\
|
|
{$(INCLUDE)}"\wtypes.h"\
|
|
|
|
|
|
"$(INTDIR)\Treeview.obj" : $(SOURCE) $(DEP_CPP_TREEV) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Imagelst.cpp
|
|
DEP_CPP_IMAGE=\
|
|
{$(INCLUDE)}"\.\Imagelst.hpp"\
|
|
{$(INCLUDE)}"\assert.h"\
|
|
{$(INCLUDE)}"\cderr.h"\
|
|
{$(INCLUDE)}"\cguid.h"\
|
|
{$(INCLUDE)}"\commctrl.h"\
|
|
{$(INCLUDE)}"\commdlg.h"\
|
|
{$(INCLUDE)}"\Common\Assert.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.tpp"\
|
|
{$(INCLUDE)}"\Common\Callback.hpp"\
|
|
{$(INCLUDE)}"\Common\Callback.tpp"\
|
|
{$(INCLUDE)}"\Common\Cbdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Cbptr.hpp"\
|
|
{$(INCLUDE)}"\Common\Commctrl.hpp"\
|
|
{$(INCLUDE)}"\Common\Fixup.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.tpp"\
|
|
{$(INCLUDE)}"\Common\Gdiobj.hpp"\
|
|
{$(INCLUDE)}"\common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"\Common\Iconinfo.hpp"\
|
|
{$(INCLUDE)}"\Common\Pcallbck.hpp"\
|
|
{$(INCLUDE)}"\Common\Pen.hpp"\
|
|
{$(INCLUDE)}"\Common\Point.hpp"\
|
|
{$(INCLUDE)}"\Common\Purebmp.hpp"\
|
|
{$(INCLUDE)}"\Common\Purehdc.hpp"\
|
|
{$(INCLUDE)}"\Common\Pureicon.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
|
{$(INCLUDE)}"\Common\Rect.hpp"\
|
|
{$(INCLUDE)}"\Common\Rgbcolor.hpp"\
|
|
{$(INCLUDE)}"\Common\Stdlib.hpp"\
|
|
{$(INCLUDE)}"\Common\String.hpp"\
|
|
{$(INCLUDE)}"\Common\Types.hpp"\
|
|
{$(INCLUDE)}"\Common\Vhandler.hpp"\
|
|
{$(INCLUDE)}"\Common\Window.hpp"\
|
|
{$(INCLUDE)}"\Common\Windows.hpp"\
|
|
{$(INCLUDE)}"\Common\Windowsx.hpp"\
|
|
{$(INCLUDE)}"\ctype.h"\
|
|
{$(INCLUDE)}"\dde.h"\
|
|
{$(INCLUDE)}"\ddeml.h"\
|
|
{$(INCLUDE)}"\dlgs.h"\
|
|
{$(INCLUDE)}"\excpt.h"\
|
|
{$(INCLUDE)}"\imm.h"\
|
|
{$(INCLUDE)}"\lzexpand.h"\
|
|
{$(INCLUDE)}"\mcx.h"\
|
|
{$(INCLUDE)}"\memory.h"\
|
|
{$(INCLUDE)}"\mmsystem.h"\
|
|
{$(INCLUDE)}"\mswsock.h"\
|
|
{$(INCLUDE)}"\nb30.h"\
|
|
{$(INCLUDE)}"\oaidl.h"\
|
|
{$(INCLUDE)}"\objbase.h"\
|
|
{$(INCLUDE)}"\objidl.h"\
|
|
{$(INCLUDE)}"\ole.h"\
|
|
{$(INCLUDE)}"\ole2.h"\
|
|
{$(INCLUDE)}"\oleauto.h"\
|
|
{$(INCLUDE)}"\oleidl.h"\
|
|
{$(INCLUDE)}"\poppack.h"\
|
|
{$(INCLUDE)}"\prsht.h"\
|
|
{$(INCLUDE)}"\pshpack1.h"\
|
|
{$(INCLUDE)}"\pshpack2.h"\
|
|
{$(INCLUDE)}"\pshpack4.h"\
|
|
{$(INCLUDE)}"\pshpack8.h"\
|
|
{$(INCLUDE)}"\rpc.h"\
|
|
{$(INCLUDE)}"\rpcdce.h"\
|
|
{$(INCLUDE)}"\rpcdcep.h"\
|
|
{$(INCLUDE)}"\rpcndr.h"\
|
|
{$(INCLUDE)}"\rpcnsi.h"\
|
|
{$(INCLUDE)}"\rpcnsip.h"\
|
|
{$(INCLUDE)}"\rpcnterr.h"\
|
|
{$(INCLUDE)}"\shellapi.h"\
|
|
{$(INCLUDE)}"\stdarg.h"\
|
|
{$(INCLUDE)}"\stdlib.h"\
|
|
{$(INCLUDE)}"\string.h"\
|
|
{$(INCLUDE)}"\unknwn.h"\
|
|
{$(INCLUDE)}"\winbase.h"\
|
|
{$(INCLUDE)}"\wincon.h"\
|
|
{$(INCLUDE)}"\wincrypt.h"\
|
|
{$(INCLUDE)}"\windef.h"\
|
|
{$(INCLUDE)}"\windows.h"\
|
|
{$(INCLUDE)}"\windowsx.h"\
|
|
{$(INCLUDE)}"\winerror.h"\
|
|
{$(INCLUDE)}"\wingdi.h"\
|
|
{$(INCLUDE)}"\winnetwk.h"\
|
|
{$(INCLUDE)}"\winnls.h"\
|
|
{$(INCLUDE)}"\winnt.h"\
|
|
{$(INCLUDE)}"\winperf.h"\
|
|
{$(INCLUDE)}"\winreg.h"\
|
|
{$(INCLUDE)}"\winsock.h"\
|
|
{$(INCLUDE)}"\winsock2.h"\
|
|
{$(INCLUDE)}"\winspool.h"\
|
|
{$(INCLUDE)}"\winsvc.h"\
|
|
{$(INCLUDE)}"\winuser.h"\
|
|
{$(INCLUDE)}"\winver.h"\
|
|
{$(INCLUDE)}"\wtypes.h"\
|
|
|
|
|
|
"$(INTDIR)\Imagelst.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)"
|
|
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Stdtmpl.cpp
|
|
|
|
!IF "$(CFG)" == "imagetst - Win32 Release"
|
|
|
|
DEP_CPP_STDTM=\
|
|
{$(INCLUDE)}"\.\Ftree.hpp"\
|
|
{$(INCLUDE)}"\.\Hittest.hpp"\
|
|
{$(INCLUDE)}"\.\Imagelst.hpp"\
|
|
{$(INCLUDE)}"\.\mainwnd.hpp"\
|
|
{$(INCLUDE)}"\.\Treeview.hpp"\
|
|
{$(INCLUDE)}"\.\Tvinsert.hpp"\
|
|
{$(INCLUDE)}"\.\Tvitem.hpp"\
|
|
{$(INCLUDE)}"\assert.h"\
|
|
{$(INCLUDE)}"\cderr.h"\
|
|
{$(INCLUDE)}"\cguid.h"\
|
|
{$(INCLUDE)}"\commctrl.h"\
|
|
{$(INCLUDE)}"\commdlg.h"\
|
|
{$(INCLUDE)}"\Common\Assert.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.tpp"\
|
|
{$(INCLUDE)}"\Common\Callback.hpp"\
|
|
{$(INCLUDE)}"\Common\Callback.tpp"\
|
|
{$(INCLUDE)}"\Common\Cbdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Cbptr.hpp"\
|
|
{$(INCLUDE)}"\Common\Commctrl.hpp"\
|
|
{$(INCLUDE)}"\Common\Fixup.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.tpp"\
|
|
{$(INCLUDE)}"\Common\Gdiobj.hpp"\
|
|
{$(INCLUDE)}"\common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"\Common\Iconinfo.hpp"\
|
|
{$(INCLUDE)}"\Common\Pcallbck.hpp"\
|
|
{$(INCLUDE)}"\Common\Pen.hpp"\
|
|
{$(INCLUDE)}"\Common\Point.hpp"\
|
|
{$(INCLUDE)}"\Common\Purebmp.hpp"\
|
|
{$(INCLUDE)}"\Common\Purehdc.hpp"\
|
|
{$(INCLUDE)}"\Common\Pureicon.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
|
{$(INCLUDE)}"\Common\Rect.hpp"\
|
|
{$(INCLUDE)}"\Common\Rgbcolor.hpp"\
|
|
{$(INCLUDE)}"\Common\Stdlib.hpp"\
|
|
{$(INCLUDE)}"\Common\String.hpp"\
|
|
{$(INCLUDE)}"\Common\Types.hpp"\
|
|
{$(INCLUDE)}"\Common\Vhandler.hpp"\
|
|
{$(INCLUDE)}"\Common\Window.hpp"\
|
|
{$(INCLUDE)}"\Common\Windows.hpp"\
|
|
{$(INCLUDE)}"\Common\Windowsx.hpp"\
|
|
{$(INCLUDE)}"\ctype.h"\
|
|
{$(INCLUDE)}"\dde.h"\
|
|
{$(INCLUDE)}"\ddeml.h"\
|
|
{$(INCLUDE)}"\dlgs.h"\
|
|
{$(INCLUDE)}"\excpt.h"\
|
|
{$(INCLUDE)}"\imm.h"\
|
|
{$(INCLUDE)}"\lzexpand.h"\
|
|
{$(INCLUDE)}"\mcx.h"\
|
|
{$(INCLUDE)}"\memory.h"\
|
|
{$(INCLUDE)}"\mmsystem.h"\
|
|
{$(INCLUDE)}"\mswsock.h"\
|
|
{$(INCLUDE)}"\nb30.h"\
|
|
{$(INCLUDE)}"\oaidl.h"\
|
|
{$(INCLUDE)}"\objbase.h"\
|
|
{$(INCLUDE)}"\objidl.h"\
|
|
{$(INCLUDE)}"\ole.h"\
|
|
{$(INCLUDE)}"\ole2.h"\
|
|
{$(INCLUDE)}"\oleauto.h"\
|
|
{$(INCLUDE)}"\oleidl.h"\
|
|
{$(INCLUDE)}"\poppack.h"\
|
|
{$(INCLUDE)}"\prsht.h"\
|
|
{$(INCLUDE)}"\pshpack1.h"\
|
|
{$(INCLUDE)}"\pshpack2.h"\
|
|
{$(INCLUDE)}"\pshpack4.h"\
|
|
{$(INCLUDE)}"\pshpack8.h"\
|
|
{$(INCLUDE)}"\rpc.h"\
|
|
{$(INCLUDE)}"\rpcdce.h"\
|
|
{$(INCLUDE)}"\rpcdcep.h"\
|
|
{$(INCLUDE)}"\rpcndr.h"\
|
|
{$(INCLUDE)}"\rpcnsi.h"\
|
|
{$(INCLUDE)}"\rpcnsip.h"\
|
|
{$(INCLUDE)}"\rpcnterr.h"\
|
|
{$(INCLUDE)}"\shellapi.h"\
|
|
{$(INCLUDE)}"\stdarg.h"\
|
|
{$(INCLUDE)}"\stdlib.h"\
|
|
{$(INCLUDE)}"\string.h"\
|
|
{$(INCLUDE)}"\unknwn.h"\
|
|
{$(INCLUDE)}"\winbase.h"\
|
|
{$(INCLUDE)}"\wincon.h"\
|
|
{$(INCLUDE)}"\wincrypt.h"\
|
|
{$(INCLUDE)}"\windef.h"\
|
|
{$(INCLUDE)}"\windows.h"\
|
|
{$(INCLUDE)}"\windowsx.h"\
|
|
{$(INCLUDE)}"\winerror.h"\
|
|
{$(INCLUDE)}"\wingdi.h"\
|
|
{$(INCLUDE)}"\winnetwk.h"\
|
|
{$(INCLUDE)}"\winnls.h"\
|
|
{$(INCLUDE)}"\winnt.h"\
|
|
{$(INCLUDE)}"\winperf.h"\
|
|
{$(INCLUDE)}"\winreg.h"\
|
|
{$(INCLUDE)}"\winsock.h"\
|
|
{$(INCLUDE)}"\winsock2.h"\
|
|
{$(INCLUDE)}"\winspool.h"\
|
|
{$(INCLUDE)}"\winsvc.h"\
|
|
{$(INCLUDE)}"\winuser.h"\
|
|
{$(INCLUDE)}"\winver.h"\
|
|
{$(INCLUDE)}"\wtypes.h"\
|
|
|
|
|
|
"$(INTDIR)\Stdtmpl.obj" : $(SOURCE) $(DEP_CPP_STDTM) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "imagetst - Win32 Debug"
|
|
|
|
DEP_CPP_STDTM=\
|
|
".\Draginfo.hpp"\
|
|
{$(INCLUDE)}"\.\Ftree.hpp"\
|
|
{$(INCLUDE)}"\.\Hittest.hpp"\
|
|
{$(INCLUDE)}"\.\Imagelst.hpp"\
|
|
{$(INCLUDE)}"\.\mainwnd.hpp"\
|
|
{$(INCLUDE)}"\.\Treeview.hpp"\
|
|
{$(INCLUDE)}"\.\Tvinsert.hpp"\
|
|
{$(INCLUDE)}"\.\Tvitem.hpp"\
|
|
{$(INCLUDE)}"\assert.h"\
|
|
{$(INCLUDE)}"\cderr.h"\
|
|
{$(INCLUDE)}"\cguid.h"\
|
|
{$(INCLUDE)}"\commctrl.h"\
|
|
{$(INCLUDE)}"\commdlg.h"\
|
|
{$(INCLUDE)}"\Common\Assert.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.tpp"\
|
|
{$(INCLUDE)}"\Common\Callback.hpp"\
|
|
{$(INCLUDE)}"\Common\Callback.tpp"\
|
|
{$(INCLUDE)}"\Common\Cbdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Cbptr.hpp"\
|
|
{$(INCLUDE)}"\Common\Commctrl.hpp"\
|
|
{$(INCLUDE)}"\Common\Fixup.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.tpp"\
|
|
{$(INCLUDE)}"\Common\Gdiobj.hpp"\
|
|
{$(INCLUDE)}"\common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"\Common\Iconinfo.hpp"\
|
|
{$(INCLUDE)}"\Common\Pcallbck.hpp"\
|
|
{$(INCLUDE)}"\Common\Pen.hpp"\
|
|
{$(INCLUDE)}"\Common\Point.hpp"\
|
|
{$(INCLUDE)}"\Common\Purebmp.hpp"\
|
|
{$(INCLUDE)}"\Common\Purehdc.hpp"\
|
|
{$(INCLUDE)}"\Common\Pureicon.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
|
{$(INCLUDE)}"\Common\Rect.hpp"\
|
|
{$(INCLUDE)}"\Common\Rgbcolor.hpp"\
|
|
{$(INCLUDE)}"\Common\Stdlib.hpp"\
|
|
{$(INCLUDE)}"\Common\String.hpp"\
|
|
{$(INCLUDE)}"\Common\Types.hpp"\
|
|
{$(INCLUDE)}"\Common\Vhandler.hpp"\
|
|
{$(INCLUDE)}"\Common\Window.hpp"\
|
|
{$(INCLUDE)}"\Common\Windows.hpp"\
|
|
{$(INCLUDE)}"\Common\Windowsx.hpp"\
|
|
{$(INCLUDE)}"\ctype.h"\
|
|
{$(INCLUDE)}"\dde.h"\
|
|
{$(INCLUDE)}"\ddeml.h"\
|
|
{$(INCLUDE)}"\dlgs.h"\
|
|
{$(INCLUDE)}"\excpt.h"\
|
|
{$(INCLUDE)}"\imm.h"\
|
|
{$(INCLUDE)}"\lzexpand.h"\
|
|
{$(INCLUDE)}"\mcx.h"\
|
|
{$(INCLUDE)}"\memory.h"\
|
|
{$(INCLUDE)}"\mmsystem.h"\
|
|
{$(INCLUDE)}"\mswsock.h"\
|
|
{$(INCLUDE)}"\nb30.h"\
|
|
{$(INCLUDE)}"\oaidl.h"\
|
|
{$(INCLUDE)}"\objbase.h"\
|
|
{$(INCLUDE)}"\objidl.h"\
|
|
{$(INCLUDE)}"\ole.h"\
|
|
{$(INCLUDE)}"\ole2.h"\
|
|
{$(INCLUDE)}"\oleauto.h"\
|
|
{$(INCLUDE)}"\oleidl.h"\
|
|
{$(INCLUDE)}"\poppack.h"\
|
|
{$(INCLUDE)}"\prsht.h"\
|
|
{$(INCLUDE)}"\pshpack1.h"\
|
|
{$(INCLUDE)}"\pshpack2.h"\
|
|
{$(INCLUDE)}"\pshpack4.h"\
|
|
{$(INCLUDE)}"\pshpack8.h"\
|
|
{$(INCLUDE)}"\rpc.h"\
|
|
{$(INCLUDE)}"\rpcdce.h"\
|
|
{$(INCLUDE)}"\rpcdcep.h"\
|
|
{$(INCLUDE)}"\rpcndr.h"\
|
|
{$(INCLUDE)}"\rpcnsi.h"\
|
|
{$(INCLUDE)}"\rpcnsip.h"\
|
|
{$(INCLUDE)}"\rpcnterr.h"\
|
|
{$(INCLUDE)}"\shellapi.h"\
|
|
{$(INCLUDE)}"\stdarg.h"\
|
|
{$(INCLUDE)}"\stdlib.h"\
|
|
{$(INCLUDE)}"\string.h"\
|
|
{$(INCLUDE)}"\unknwn.h"\
|
|
{$(INCLUDE)}"\winbase.h"\
|
|
{$(INCLUDE)}"\wincon.h"\
|
|
{$(INCLUDE)}"\wincrypt.h"\
|
|
{$(INCLUDE)}"\windef.h"\
|
|
{$(INCLUDE)}"\windows.h"\
|
|
{$(INCLUDE)}"\windowsx.h"\
|
|
{$(INCLUDE)}"\winerror.h"\
|
|
{$(INCLUDE)}"\wingdi.h"\
|
|
{$(INCLUDE)}"\winnetwk.h"\
|
|
{$(INCLUDE)}"\winnls.h"\
|
|
{$(INCLUDE)}"\winnt.h"\
|
|
{$(INCLUDE)}"\winperf.h"\
|
|
{$(INCLUDE)}"\winreg.h"\
|
|
{$(INCLUDE)}"\winsock.h"\
|
|
{$(INCLUDE)}"\winsock2.h"\
|
|
{$(INCLUDE)}"\winspool.h"\
|
|
{$(INCLUDE)}"\winsvc.h"\
|
|
{$(INCLUDE)}"\winuser.h"\
|
|
{$(INCLUDE)}"\winver.h"\
|
|
{$(INCLUDE)}"\wtypes.h"\
|
|
|
|
|
|
"$(INTDIR)\Stdtmpl.obj" : $(SOURCE) $(DEP_CPP_STDTM) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Ftree.cpp
|
|
|
|
!IF "$(CFG)" == "imagetst - Win32 Release"
|
|
|
|
DEP_CPP_FTREE=\
|
|
{$(INCLUDE)}"\.\Ftree.hpp"\
|
|
{$(INCLUDE)}"\.\Hittest.hpp"\
|
|
{$(INCLUDE)}"\.\Imagelst.hpp"\
|
|
{$(INCLUDE)}"\.\Treeview.hpp"\
|
|
{$(INCLUDE)}"\.\tvdisp.hpp"\
|
|
{$(INCLUDE)}"\.\Tvinsert.hpp"\
|
|
{$(INCLUDE)}"\.\Tvitem.hpp"\
|
|
{$(INCLUDE)}"\.\tvmsghdr.hpp"\
|
|
{$(INCLUDE)}"\assert.h"\
|
|
{$(INCLUDE)}"\cderr.h"\
|
|
{$(INCLUDE)}"\cguid.h"\
|
|
{$(INCLUDE)}"\commctrl.h"\
|
|
{$(INCLUDE)}"\commdlg.h"\
|
|
{$(INCLUDE)}"\Common\Assert.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.tpp"\
|
|
{$(INCLUDE)}"\Common\Callback.hpp"\
|
|
{$(INCLUDE)}"\Common\Callback.tpp"\
|
|
{$(INCLUDE)}"\Common\Cbdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Cbptr.hpp"\
|
|
{$(INCLUDE)}"\Common\Commctrl.hpp"\
|
|
{$(INCLUDE)}"\common\dwindow.hpp"\
|
|
{$(INCLUDE)}"\Common\Fixup.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.tpp"\
|
|
{$(INCLUDE)}"\Common\Gdiobj.hpp"\
|
|
{$(INCLUDE)}"\common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"\common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"\Common\Iconinfo.hpp"\
|
|
{$(INCLUDE)}"\common\notify.hpp"\
|
|
{$(INCLUDE)}"\Common\Pcallbck.hpp"\
|
|
{$(INCLUDE)}"\Common\Pen.hpp"\
|
|
{$(INCLUDE)}"\Common\Point.hpp"\
|
|
{$(INCLUDE)}"\Common\Purebmp.hpp"\
|
|
{$(INCLUDE)}"\Common\Purehdc.hpp"\
|
|
{$(INCLUDE)}"\Common\Pureicon.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
|
{$(INCLUDE)}"\Common\Rect.hpp"\
|
|
{$(INCLUDE)}"\Common\Rgbcolor.hpp"\
|
|
{$(INCLUDE)}"\Common\Stdlib.hpp"\
|
|
{$(INCLUDE)}"\Common\String.hpp"\
|
|
{$(INCLUDE)}"\Common\Types.hpp"\
|
|
{$(INCLUDE)}"\Common\Vhandler.hpp"\
|
|
{$(INCLUDE)}"\Common\Window.hpp"\
|
|
{$(INCLUDE)}"\Common\Windows.hpp"\
|
|
{$(INCLUDE)}"\Common\Windowsx.hpp"\
|
|
{$(INCLUDE)}"\ctype.h"\
|
|
{$(INCLUDE)}"\dde.h"\
|
|
{$(INCLUDE)}"\ddeml.h"\
|
|
{$(INCLUDE)}"\dlgs.h"\
|
|
{$(INCLUDE)}"\excpt.h"\
|
|
{$(INCLUDE)}"\imm.h"\
|
|
{$(INCLUDE)}"\lzexpand.h"\
|
|
{$(INCLUDE)}"\mcx.h"\
|
|
{$(INCLUDE)}"\memory.h"\
|
|
{$(INCLUDE)}"\mmsystem.h"\
|
|
{$(INCLUDE)}"\mswsock.h"\
|
|
{$(INCLUDE)}"\nb30.h"\
|
|
{$(INCLUDE)}"\oaidl.h"\
|
|
{$(INCLUDE)}"\objbase.h"\
|
|
{$(INCLUDE)}"\objidl.h"\
|
|
{$(INCLUDE)}"\ole.h"\
|
|
{$(INCLUDE)}"\ole2.h"\
|
|
{$(INCLUDE)}"\oleauto.h"\
|
|
{$(INCLUDE)}"\oleidl.h"\
|
|
{$(INCLUDE)}"\poppack.h"\
|
|
{$(INCLUDE)}"\prsht.h"\
|
|
{$(INCLUDE)}"\pshpack1.h"\
|
|
{$(INCLUDE)}"\pshpack2.h"\
|
|
{$(INCLUDE)}"\pshpack4.h"\
|
|
{$(INCLUDE)}"\pshpack8.h"\
|
|
{$(INCLUDE)}"\rpc.h"\
|
|
{$(INCLUDE)}"\rpcdce.h"\
|
|
{$(INCLUDE)}"\rpcdcep.h"\
|
|
{$(INCLUDE)}"\rpcndr.h"\
|
|
{$(INCLUDE)}"\rpcnsi.h"\
|
|
{$(INCLUDE)}"\rpcnsip.h"\
|
|
{$(INCLUDE)}"\rpcnterr.h"\
|
|
{$(INCLUDE)}"\shellapi.h"\
|
|
{$(INCLUDE)}"\stdarg.h"\
|
|
{$(INCLUDE)}"\stdlib.h"\
|
|
{$(INCLUDE)}"\string.h"\
|
|
{$(INCLUDE)}"\unknwn.h"\
|
|
{$(INCLUDE)}"\winbase.h"\
|
|
{$(INCLUDE)}"\wincon.h"\
|
|
{$(INCLUDE)}"\wincrypt.h"\
|
|
{$(INCLUDE)}"\windef.h"\
|
|
{$(INCLUDE)}"\windows.h"\
|
|
{$(INCLUDE)}"\windowsx.h"\
|
|
{$(INCLUDE)}"\winerror.h"\
|
|
{$(INCLUDE)}"\wingdi.h"\
|
|
{$(INCLUDE)}"\winnetwk.h"\
|
|
{$(INCLUDE)}"\winnls.h"\
|
|
{$(INCLUDE)}"\winnt.h"\
|
|
{$(INCLUDE)}"\winperf.h"\
|
|
{$(INCLUDE)}"\winreg.h"\
|
|
{$(INCLUDE)}"\winsock.h"\
|
|
{$(INCLUDE)}"\winsock2.h"\
|
|
{$(INCLUDE)}"\winspool.h"\
|
|
{$(INCLUDE)}"\winsvc.h"\
|
|
{$(INCLUDE)}"\winuser.h"\
|
|
{$(INCLUDE)}"\winver.h"\
|
|
{$(INCLUDE)}"\wtypes.h"\
|
|
|
|
|
|
"$(INTDIR)\Ftree.obj" : $(SOURCE) $(DEP_CPP_FTREE) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "imagetst - Win32 Debug"
|
|
|
|
DEP_CPP_FTREE=\
|
|
".\Draginfo.hpp"\
|
|
{$(INCLUDE)}"\.\Ftree.hpp"\
|
|
{$(INCLUDE)}"\.\Hittest.hpp"\
|
|
{$(INCLUDE)}"\.\Imagelst.hpp"\
|
|
{$(INCLUDE)}"\.\Treeview.hpp"\
|
|
{$(INCLUDE)}"\.\tvdisp.hpp"\
|
|
{$(INCLUDE)}"\.\Tvinsert.hpp"\
|
|
{$(INCLUDE)}"\.\Tvitem.hpp"\
|
|
{$(INCLUDE)}"\.\tvmsghdr.hpp"\
|
|
{$(INCLUDE)}"\assert.h"\
|
|
{$(INCLUDE)}"\cderr.h"\
|
|
{$(INCLUDE)}"\cguid.h"\
|
|
{$(INCLUDE)}"\commctrl.h"\
|
|
{$(INCLUDE)}"\commdlg.h"\
|
|
{$(INCLUDE)}"\Common\Assert.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.tpp"\
|
|
{$(INCLUDE)}"\Common\Callback.hpp"\
|
|
{$(INCLUDE)}"\Common\Callback.tpp"\
|
|
{$(INCLUDE)}"\Common\Cbdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Cbptr.hpp"\
|
|
{$(INCLUDE)}"\Common\Commctrl.hpp"\
|
|
{$(INCLUDE)}"\common\dwindow.hpp"\
|
|
{$(INCLUDE)}"\Common\Fixup.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.hpp"\
|
|
{$(INCLUDE)}"\Common\Gdata.tpp"\
|
|
{$(INCLUDE)}"\Common\Gdiobj.hpp"\
|
|
{$(INCLUDE)}"\common\gdipoint.hpp"\
|
|
{$(INCLUDE)}"\common\guiwnd.hpp"\
|
|
{$(INCLUDE)}"\Common\Iconinfo.hpp"\
|
|
{$(INCLUDE)}"\common\notify.hpp"\
|
|
{$(INCLUDE)}"\Common\Pcallbck.hpp"\
|
|
{$(INCLUDE)}"\Common\Pen.hpp"\
|
|
{$(INCLUDE)}"\Common\Point.hpp"\
|
|
{$(INCLUDE)}"\Common\Purebmp.hpp"\
|
|
{$(INCLUDE)}"\Common\Purehdc.hpp"\
|
|
{$(INCLUDE)}"\Common\Pureicon.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
|
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
|
{$(INCLUDE)}"\Common\Rect.hpp"\
|
|
{$(INCLUDE)}"\Common\Rgbcolor.hpp"\
|
|
{$(INCLUDE)}"\Common\Stdlib.hpp"\
|
|
{$(INCLUDE)}"\Common\String.hpp"\
|
|
{$(INCLUDE)}"\Common\Types.hpp"\
|
|
{$(INCLUDE)}"\Common\Vhandler.hpp"\
|
|
{$(INCLUDE)}"\Common\Window.hpp"\
|
|
{$(INCLUDE)}"\Common\Windows.hpp"\
|
|
{$(INCLUDE)}"\Common\Windowsx.hpp"\
|
|
{$(INCLUDE)}"\ctype.h"\
|
|
{$(INCLUDE)}"\dde.h"\
|
|
{$(INCLUDE)}"\ddeml.h"\
|
|
{$(INCLUDE)}"\dlgs.h"\
|
|
{$(INCLUDE)}"\excpt.h"\
|
|
{$(INCLUDE)}"\imm.h"\
|
|
{$(INCLUDE)}"\lzexpand.h"\
|
|
{$(INCLUDE)}"\mcx.h"\
|
|
{$(INCLUDE)}"\memory.h"\
|
|
{$(INCLUDE)}"\mmsystem.h"\
|
|
{$(INCLUDE)}"\mswsock.h"\
|
|
{$(INCLUDE)}"\nb30.h"\
|
|
{$(INCLUDE)}"\oaidl.h"\
|
|
{$(INCLUDE)}"\objbase.h"\
|
|
{$(INCLUDE)}"\objidl.h"\
|
|
{$(INCLUDE)}"\ole.h"\
|
|
{$(INCLUDE)}"\ole2.h"\
|
|
{$(INCLUDE)}"\oleauto.h"\
|
|
{$(INCLUDE)}"\oleidl.h"\
|
|
{$(INCLUDE)}"\poppack.h"\
|
|
{$(INCLUDE)}"\prsht.h"\
|
|
{$(INCLUDE)}"\pshpack1.h"\
|
|
{$(INCLUDE)}"\pshpack2.h"\
|
|
{$(INCLUDE)}"\pshpack4.h"\
|
|
{$(INCLUDE)}"\pshpack8.h"\
|
|
{$(INCLUDE)}"\rpc.h"\
|
|
{$(INCLUDE)}"\rpcdce.h"\
|
|
{$(INCLUDE)}"\rpcdcep.h"\
|
|
{$(INCLUDE)}"\rpcndr.h"\
|
|
{$(INCLUDE)}"\rpcnsi.h"\
|
|
{$(INCLUDE)}"\rpcnsip.h"\
|
|
{$(INCLUDE)}"\rpcnterr.h"\
|
|
{$(INCLUDE)}"\shellapi.h"\
|
|
{$(INCLUDE)}"\stdarg.h"\
|
|
{$(INCLUDE)}"\stdlib.h"\
|
|
{$(INCLUDE)}"\string.h"\
|
|
{$(INCLUDE)}"\unknwn.h"\
|
|
{$(INCLUDE)}"\winbase.h"\
|
|
{$(INCLUDE)}"\wincon.h"\
|
|
{$(INCLUDE)}"\wincrypt.h"\
|
|
{$(INCLUDE)}"\windef.h"\
|
|
{$(INCLUDE)}"\windows.h"\
|
|
{$(INCLUDE)}"\windowsx.h"\
|
|
{$(INCLUDE)}"\winerror.h"\
|
|
{$(INCLUDE)}"\wingdi.h"\
|
|
{$(INCLUDE)}"\winnetwk.h"\
|
|
{$(INCLUDE)}"\winnls.h"\
|
|
{$(INCLUDE)}"\winnt.h"\
|
|
{$(INCLUDE)}"\winperf.h"\
|
|
{$(INCLUDE)}"\winreg.h"\
|
|
{$(INCLUDE)}"\winsock.h"\
|
|
{$(INCLUDE)}"\winsock2.h"\
|
|
{$(INCLUDE)}"\winspool.h"\
|
|
{$(INCLUDE)}"\winsvc.h"\
|
|
{$(INCLUDE)}"\winuser.h"\
|
|
{$(INCLUDE)}"\winver.h"\
|
|
{$(INCLUDE)}"\wtypes.h"\
|
|
|
|
|
|
"$(INTDIR)\Ftree.obj" : $(SOURCE) $(DEP_CPP_FTREE) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
# End Source File
|
|
# End Target
|
|
# End Project
|
|
################################################################################
|