summaryrefslogtreecommitdiff
path: root/ide/VisualC6
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-07-10 09:44:45 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-07-10 09:44:45 +0000
commit32716d6b1e8a90cbe61b60994323029ec6abe85c (patch)
tree9c047f9cbf6a6581ef408dfabdab0aebde240a1b /ide/VisualC6
parent8306c3d0b31d4e60a9ba9c4d0ca4ed6a32226de1 (diff)
Updated the Fluid IDE support for the current source file structure. Changed the Fl_Tree rendering code around a bit to make the tree more like MSWindows on Windows and more like Apple on Apple machines. I hope you guys like it. I also moved the function to load Fl_Preferences into an Fl_Tree into the Fl_Tree class where it belongs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7672 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/VisualC6')
-rw-r--r--ide/VisualC6/fltk.dsw3
-rw-r--r--ide/VisualC6/tree.dsp31
2 files changed, 34 insertions, 0 deletions
diff --git a/ide/VisualC6/fltk.dsw b/ide/VisualC6/fltk.dsw
index 6b0a9b29e..c121e3284 100644
--- a/ide/VisualC6/fltk.dsw
+++ b/ide/VisualC6/fltk.dsw
@@ -1586,6 +1586,9 @@ Package=<4>
Begin Project Dependency
Project_Dep_Name fltk
End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name Fluid
+ End Project Dependency
}}}
###############################################################################
diff --git a/ide/VisualC6/tree.dsp b/ide/VisualC6/tree.dsp
index a5a867933..eab7cb60f 100644
--- a/ide/VisualC6/tree.dsp
+++ b/ide/VisualC6/tree.dsp
@@ -93,5 +93,36 @@ LINK32=link.exe
SOURCE=..\..\test\tree.cxx
# End Source File
+# Begin Source File
+
+SOURCE=..\..\test\tree.fl
+
+!IF "$(CFG)" == "tree - Win32 Release"
+
+# Begin Custom Build - Create .cxx and .h file with fluid
+InputPath=..\..\test\tree.fl
+
+"..\..\test\tree.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ cd ..\..\test/
+ ..\fluid\fluid -c tree.fl
+ cd ..\ide\visualc
+
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "tree - Win32 Debug"
+
+# Begin Custom Build - Create .cxx and .h file with fluidd
+InputPath=..\..\test\tree.fl
+
+"..\..\test\tree.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ cd ..\..\test/
+ ..\fluid\fluidd -c tree.fl
+ cd ..\ide\visualc
+
+# End Custom Build
+
+!ENDIF
+
+# End Source File
# End Target
# End Project