diff options
| author | Greg Ercolano <erco@seriss.com> | 2010-01-18 18:59:51 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2010-01-18 18:59:51 +0000 |
| commit | a8d019d60a14460791c77381a07c3daef5e012d9 (patch) | |
| tree | 2fde8ee852d2590c1cd2d95d6ac003d2e4ee46d3 /ide/visualc/fltkdll.dsp | |
| parent | d9f37fe65b4efbbb0b71a21144faaef0e244caf7 (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/fltkdll.dsp')
| -rw-r--r-- | ide/visualc/fltkdll.dsp | 92 |
1 files changed, 92 insertions, 0 deletions
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"\
|
