From 32716d6b1e8a90cbe61b60994323029ec6abe85c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 10 Jul 2010 09:44:45 +0000 Subject: 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 --- ide/VisualC6/fltk.dsw | 3 +++ ide/VisualC6/tree.dsp | 31 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) (limited to 'ide/VisualC6') 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 @@ -92,6 +92,37 @@ LINK32=link.exe # Begin Source File 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 -- cgit v1.2.3