summaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-04-11 20:23:38 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-04-11 20:23:38 +0000
commita73a70a2c7be130175784439b9e13a273f04a988 (patch)
tree0b226cd61393c5990174056169fdb07103eb0b72 /ide
parented2870637f14fd9ef3b12d3040d89eec25194788 (diff)
Fluid IDE tools: added some more human readable annotations to the database
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7483 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide')
-rw-r--r--ide/VisualC6/Fluid.dsp8
-rw-r--r--ide/Xcode3/FLTK.xcodeproj/project.pbxproj4
2 files changed, 6 insertions, 6 deletions
diff --git a/ide/VisualC6/Fluid.dsp b/ide/VisualC6/Fluid.dsp
index 3bfe73da6..b0ea2743d 100644
--- a/ide/VisualC6/Fluid.dsp
+++ b/ide/VisualC6/Fluid.dsp
@@ -155,6 +155,10 @@ SOURCE=..\..\fluid\function_panel.cxx
# End Source File
# Begin Source File
+SOURCE=..\..\fluid\ide_maketools.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\fluid\ide_support.cxx
# End Source File
# Begin Source File
@@ -181,9 +185,5 @@ SOURCE=..\..\fluid\undo.cxx
SOURCE=..\..\fluid\widget_panel.cxx
# End Source File
-# Begin Source File
-
-SOURCE=..\..\fluid\ide_maketools.cxx
-# End Source File
# End Target
# End Project
diff --git a/ide/Xcode3/FLTK.xcodeproj/project.pbxproj b/ide/Xcode3/FLTK.xcodeproj/project.pbxproj
index c3b3178a7..5bb60cb1a 100644
--- a/ide/Xcode3/FLTK.xcodeproj/project.pbxproj
+++ b/ide/Xcode3/FLTK.xcodeproj/project.pbxproj
@@ -5473,6 +5473,7 @@
40C91D1AB7051A0D4BF38884 /* file.cxx */,
80B8A51F1B0E64482CB2723F /* fluid.cxx */,
1C0E3777F229938969F8E0E7 /* function_panel.cxx */,
+ B65FCD2B8489E2BBAA3F695A /* ide_maketools.cxx */,
77759BD79A674B0703F21C3E /* ide_support.cxx */,
BE8AEC5B94A33E971A141F65 /* ide_support_ui.cxx */,
B50524F41B3A568F8AD761C9 /* ide_visualc.cxx */,
@@ -5480,7 +5481,6 @@
82D70F7B9460C9797FF03089 /* template_panel.cxx */,
3F148981EF92A30C3D6D698E /* undo.cxx */,
B0CFC7002EFFC3DD3E191940 /* widget_panel.cxx */,
- B65FCD2B8489E2BBAA3F695A /* ide_maketools.cxx */,
BDC84124E6CDF9D25B9505B6 /* fluid.icns */,
);
name = Fluid;
@@ -8295,6 +8295,7 @@
D4A52815334B0B7B924B5BF0 /* file.cxx in Sources */,
FE5ED076E2F36BFE0F88E07B /* fluid.cxx in Sources */,
CCA89C0B6F35BD769098B0B6 /* function_panel.cxx in Sources */,
+ C9C84B2983DC793B141DDC70 /* ide_maketools.cxx in Sources */,
3B5132A7C2C4AFC712117A4C /* ide_support.cxx in Sources */,
B3BA6EDC6CBD904947309845 /* ide_support_ui.cxx in Sources */,
3734BD3A2D1490F4EC62ACAA /* ide_visualc.cxx in Sources */,
@@ -8302,7 +8303,6 @@
E5AD089B2DB919A31955C459 /* template_panel.cxx in Sources */,
5371B383E2E166843E50F6AE /* undo.cxx in Sources */,
14556EC024E89D6CCB99C274 /* widget_panel.cxx in Sources */,
- C9C84B2983DC793B141DDC70 /* ide_maketools.cxx in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};