summaryrefslogtreecommitdiff
path: root/ide/visualc
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2010-01-18 18:59:51 +0000
committerGreg Ercolano <erco@seriss.com>2010-01-18 18:59:51 +0000
commita8d019d60a14460791c77381a07c3daef5e012d9 (patch)
tree2fde8ee852d2590c1cd2d95d6ac003d2e4ee46d3 /ide/visualc
parentd9f37fe65b4efbbb0b71a21144faaef0e244caf7 (diff)
Added Fl_Table, Fl_Native_File_Chooser, Fl_Tree and related test programs
to ide/visualc/. These files were /hand edited/ to make the changes. TO BE DONE: Someone (other than me) needs to add these to the ide/vs2005 dir as well. I don't think these can be hand edited; too much human unreadable GUID/hex code stuff.. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7018 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/visualc')
-rw-r--r--ide/visualc/fltk.dsw54
-rw-r--r--ide/visualc/fltk.lib.dsp28
-rw-r--r--ide/visualc/fltkdll.dsp92
-rw-r--r--ide/visualc/native-filechooser.dsp97
-rw-r--r--ide/visualc/table.dsp97
-rw-r--r--ide/visualc/tree.dsp97
6 files changed, 465 insertions, 0 deletions
diff --git a/ide/visualc/fltk.dsw b/ide/visualc/fltk.dsw
index 30259cf69..a5a47828a 100644
--- a/ide/visualc/fltk.dsw
+++ b/ide/visualc/fltk.dsw
@@ -390,6 +390,9 @@ Package=<4>
Project_Dep_Name minimum
End Project Dependency
Begin Project Dependency
+ Project_Dep_Name native-filechooser
+ End Project Dependency
+ Begin Project Dependency
Project_Dep_Name navigation
End Project Dependency
Begin Project Dependency
@@ -429,9 +432,15 @@ Package=<4>
Project_Dep_Name tabs
End Project Dependency
Begin Project Dependency
+ Project_Dep_Name table
+ End Project Dependency
+ Begin Project Dependency
Project_Dep_Name tile
End Project Dependency
Begin Project Dependency
+ Project_Dep_Name tree
+ End Project Dependency
+ Begin Project Dependency
Project_Dep_Name valuators
End Project Dependency
Begin Project Dependency
@@ -1023,6 +1032,21 @@ Package=<4>
###############################################################################
+Project: "native-filechooser"=".\native-filechooser.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+ Begin Project Dependency
+ Project_Dep_Name fltk
+ End Project Dependency
+}}}
+
+###############################################################################
+
Project: "navigation"=".\navigation.dsp" - Package Owner=<4>
Package=<5>
@@ -1287,6 +1311,21 @@ Package=<4>
###############################################################################
+Project: "table"=".\table.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+ Begin Project Dependency
+ Project_Dep_Name fltk
+ End Project Dependency
+}}}
+
+###############################################################################
+
Project: "tabs"=".\tabs.dsp" - Package Owner=<4>
Package=<5>
@@ -1350,6 +1389,21 @@ Package=<4>
###############################################################################
+Project: "tree"=".\tree.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+ Begin Project Dependency
+ Project_Dep_Name fltk
+ End Project Dependency
+}}}
+
+###############################################################################
+
Project: "utf8"=".\utf8.dsp" - Package Owner=<4>
Package=<5>
diff --git a/ide/visualc/fltk.lib.dsp b/ide/visualc/fltk.lib.dsp
index 114d79567..888966a82 100644
--- a/ide/visualc/fltk.lib.dsp
+++ b/ide/visualc/fltk.lib.dsp
@@ -379,6 +379,10 @@ SOURCE=..\..\src\Fl_Multi_Label.cxx
# End Source File
# Begin Source File
+SOURCE=..\..\src\Fl_Native_File_Chooser.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\fl_open_uri.cxx
# End Source File
# Begin Source File
@@ -507,6 +511,14 @@ SOURCE=..\..\src\fl_symbols.cxx
# End Source File
# Begin Source File
+SOURCE=..\..\src\Fl_Table.cxx
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\Fl_Table_Row.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\Fl_Tabs.cxx
# End Source File
# Begin Source File
@@ -535,6 +547,22 @@ SOURCE=..\..\src\Fl_Tooltip.cxx
# End Source File
# Begin Source File
+SOURCE=..\..\src\Fl_Tree.cxx
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\Fl_Tree_Item.cxx
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\Fl_Tree_Item_Array.cxx
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\Fl_Tree_Prefs.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\fl_utf.c
# End Source File
# Begin Source File
diff --git a/ide/visualc/fltkdll.dsp b/ide/visualc/fltkdll.dsp
index d604e0ddf..0feeddafe 100644
--- a/ide/visualc/fltkdll.dsp
+++ b/ide/visualc/fltkdll.dsp
@@ -1791,6 +1791,21 @@ DEP_CPP_FL_MU=\
# End Source File
# Begin Source File
+SOURCE=..\..\src\Fl_Native_File_Chooser.cxx
+DEP_CPP_FL_NA=\
+ "..\..\FL\enumerations.h"\
+ "..\..\FL\fl.h"\
+ "..\..\FL\fl_draw.h"\
+ "..\..\FL\fl_export.h"\
+ "..\..\FL\fl_group.h"\
+ "..\..\FL\Fl_Native_File_Chooser.H"\
+ "..\..\FL\Fl_Native_File_Chooser_WIN32.H"\
+ "..\..\FL\fl_widget.h"\
+ ".\config.h"\
+
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\fl_open_uri.cxx
DEP_CPP_FL_OP=\
"..\..\FL\filename.h"\
@@ -2431,6 +2446,31 @@ NODEP_CPP_FL_SY=\
# End Source File
# Begin Source File
+SOURCE=..\..\src\Fl_Table.cxx
+DEP_CPP_FL_TABLE=\
+ "..\..\FL\enumerations.h"\
+ "..\..\FL\fl.h"\
+ "..\..\FL\fl_export.h"\
+ "..\..\FL\fl_group.h"\
+ "..\..\FL\Fl_Table.H"\
+ "..\..\FL\Fl_Table_Row.H"\
+ "..\..\FL\fl_widget.h"\
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\Fl_Table_Row.cxx
+DEP_CPP_FL_TABLE_ROW=\
+ "..\..\FL\enumerations.h"\
+ "..\..\FL\fl.h"\
+ "..\..\FL\fl_export.h"\
+ "..\..\FL\fl_group.h"\
+ "..\..\FL\Fl_Table_Row.H"\
+ "..\..\FL\fl_widget.h"\
+
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\Fl_Tabs.cxx
DEP_CPP_FL_TA=\
"..\..\FL\enumerations.h"\
@@ -2568,6 +2608,58 @@ DEP_CPP_FL_TO=\
# End Source File
# Begin Source File
+SOURCE=..\..\src\Fl_Tree.cxx
+DEP_CPP_FL_TREE=\
+ "..\..\FL\enumerations.h"\
+ "..\..\FL\fl.h"\
+ "..\..\FL\fl_export.h"\
+ "..\..\FL\fl_group.h"\
+ "..\..\FL\Fl_Tree.H"\
+ "..\..\FL\Fl_Tree_Item.H"\
+ "..\..\FL\Fl_Tree_Item_Array.H"\
+ "..\..\FL\Fl_Tree_Prefs.H"\
+ "..\..\FL\fl_widget.h"\
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\Fl_Tree_Item.cxx
+DEP_CPP_FL_TREE_I=\
+ "..\..\FL\enumerations.h"\
+ "..\..\FL\fl.h"\
+ "..\..\FL\fl_export.h"\
+ "..\..\FL\fl_group.h"\
+ "..\..\FL\Fl_Tree_Item.H"\
+ "..\..\FL\fl_widget.h"\
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\Fl_Tree_Item_Array.cxx
+DEP_CPP_FL_TREE_ITEM_A=\
+ "..\..\FL\enumerations.h"\
+ "..\..\FL\fl.h"\
+ "..\..\FL\fl_export.h"\
+ "..\..\FL\fl_group.h"\
+ "..\..\FL\Fl_Tree_Item_Array.H"\
+ "..\..\FL\fl_widget.h"\
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\Fl_Tree_Prefs.cxx
+DEP_CPP_FL_TREE_P=\
+ "..\..\FL\enumerations.h"\
+ "..\..\FL\fl.h"\
+ "..\..\FL\fl_export.h"\
+ "..\..\FL\fl_group.h"\
+ "..\..\FL\Fl_Tree_Prefs.H"\
+ "..\..\fl\fl_types.h"\
+ "..\..\FL\fl_widget.h"\
+
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\fl_utf.c
DEP_CPP_FL_UT=\
"..\..\FL\fl_export.h"\
diff --git a/ide/visualc/native-filechooser.dsp b/ide/visualc/native-filechooser.dsp
new file mode 100644
index 000000000..018ccd533
--- /dev/null
+++ b/ide/visualc/native-filechooser.dsp
@@ -0,0 +1,97 @@
+# Microsoft Developer Studio Project File - Name="native-filechooser" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Application" 0x0101
+
+CFG=native-filechooser - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "native-filechooser.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "native-filechooser.mak" CFG="native-filechooser - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "native-filechooser - Win32 Release" (based on "Win32 (x86) Application")
+!MESSAGE "native-filechooser - Win32 Debug" (based on "Win32 (x86) Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "native-filechooser - 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 "Release"
+# PROP Intermediate_Dir "Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+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 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/native-filechooser.exe" /libpath:"..\..\lib"
+# SUBTRACT LINK32 /pdb:none /incremental:yes
+
+!ELSEIF "$(CFG)" == "native-filechooser - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "native-filechooser_"
+# PROP BASE Intermediate_Dir "native-filechooser_"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "native-filechooser_"
+# PROP Intermediate_Dir "native-filechooser_"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+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 /pdbtype:sept
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/native-filechooserd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# SUBTRACT LINK32 /pdb:none /incremental:no
+
+!ENDIF
+
+# Begin Target
+
+# Name "native-filechooser - Win32 Release"
+# Name "native-filechooser - Win32 Debug"
+# Begin Source File
+
+SOURCE=..\..\test\native-filechooser.cxx
+# End Source File
+# End Target
+# End Project
diff --git a/ide/visualc/table.dsp b/ide/visualc/table.dsp
new file mode 100644
index 000000000..2703472da
--- /dev/null
+++ b/ide/visualc/table.dsp
@@ -0,0 +1,97 @@
+# Microsoft Developer Studio Project File - Name="table" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Application" 0x0101
+
+CFG=table - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "table.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "table.mak" CFG="table - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "table - Win32 Release" (based on "Win32 (x86) Application")
+!MESSAGE "table - Win32 Debug" (based on "Win32 (x86) Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "table - 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 "Release"
+# PROP Intermediate_Dir "Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+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 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/table.exe" /libpath:"..\..\lib"
+# SUBTRACT LINK32 /pdb:none /incremental:yes
+
+!ELSEIF "$(CFG)" == "table - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "table_"
+# PROP BASE Intermediate_Dir "table_"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "table_"
+# PROP Intermediate_Dir "table_"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+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 /pdbtype:sept
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/tabled.exe" /pdbtype:sept /libpath:"..\..\lib"
+# SUBTRACT LINK32 /pdb:none /incremental:no
+
+!ENDIF
+
+# Begin Target
+
+# Name "table - Win32 Release"
+# Name "table - Win32 Debug"
+# Begin Source File
+
+SOURCE=..\..\test\table.cxx
+# End Source File
+# End Target
+# End Project
diff --git a/ide/visualc/tree.dsp b/ide/visualc/tree.dsp
new file mode 100644
index 000000000..0c944e88d
--- /dev/null
+++ b/ide/visualc/tree.dsp
@@ -0,0 +1,97 @@
+# Microsoft Developer Studio Project File - Name="tree" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Application" 0x0101
+
+CFG=tree - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "tree.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "tree.mak" CFG="tree - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "tree - Win32 Release" (based on "Win32 (x86) Application")
+!MESSAGE "tree - Win32 Debug" (based on "Win32 (x86) Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "tree - 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 "Release"
+# PROP Intermediate_Dir "Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+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 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/tree.exe" /libpath:"..\..\lib"
+# SUBTRACT LINK32 /pdb:none /incremental:yes
+
+!ELSEIF "$(CFG)" == "tree - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "tree_"
+# PROP BASE Intermediate_Dir "tree_"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "tree_"
+# PROP Intermediate_Dir "tree_"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+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 /pdbtype:sept
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/treed.exe" /pdbtype:sept /libpath:"..\..\lib"
+# SUBTRACT LINK32 /pdb:none /incremental:no
+
+!ENDIF
+
+# Begin Target
+
+# Name "tree - Win32 Release"
+# Name "tree - Win32 Debug"
+# Begin Source File
+
+SOURCE=..\..\test\tree.cxx
+# End Source File
+# End Target
+# End Project