Fluid IDE support: rewrite all Makefiles. This has no smart parts inside yet.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7482 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
bbda62f267
commit
ed2870637f
3
fltk.db
3
fltk.db
@ -7886,3 +7886,6 @@ xcBuildConfigurationReleaseID:84BD0BC175085F13CFA6CC6B
|
||||
|
||||
[./ide/VisualC]
|
||||
|
||||
|
||||
[./ide/Maketools]
|
||||
|
||||
|
@ -1599,6 +1599,12 @@ void dbvisualc_cb(Fl_Widget*, void*) {
|
||||
if (pi) pi->test("/Users/matt/dev/fltk-1.3.0/fltk.db", "/Users/matt/dev/fltk-1.3.0");
|
||||
}
|
||||
|
||||
void dbmake_cb(Fl_Widget*, void*) {
|
||||
Fl_Plugin_Manager pm("commandline");
|
||||
Fl_Commandline_Plugin *pi = (Fl_Commandline_Plugin*)pm.plugin("ideMaketools.fluid.fltk.org");
|
||||
if (pi) pi->test("/Users/matt/dev/fltk-1.3.0/fltk.db", "/Users/matt/dev/fltk-1.3.0");
|
||||
}
|
||||
|
||||
void show_dbmanager_cb(Fl_Widget*, void*) {
|
||||
Fl_Plugin_Manager pm("commandline");
|
||||
Fl_Commandline_Plugin *pi = (Fl_Commandline_Plugin*)pm.plugin("FltkDB.fluid.fltk.org");
|
||||
@ -1700,6 +1706,7 @@ Fl_Menu_Item Main_Menu[] = {
|
||||
{"--fltkdb",0,(Fl_Callback *)fltkdb_cb},
|
||||
{"--dbxcode3",0,(Fl_Callback *)dbxcode_cb},
|
||||
{"--dbvisualc6",0,(Fl_Callback *)dbvisualc_cb},
|
||||
{"--dbmake",0,(Fl_Callback *)dbmake_cb},
|
||||
#endif
|
||||
{0},
|
||||
{"&Help",0,0,0,FL_SUBMENU},
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* "$Id: ide_xcode.cxx 7267 2010-03-14 21:29:12Z matt $"
|
||||
* "$Id: ide_xcode.cxx 7357 2010-03-29 14:10:54Z matt $"
|
||||
*
|
||||
* Configuration file for the Fast Light Tool Kit (FLTK).
|
||||
*
|
||||
@ -16,9 +16,7 @@
|
||||
#define USE_XFT 0
|
||||
#define HAVE_XDBE 0
|
||||
#define USE_XDBE HAVE_XDBE
|
||||
#define USE_QUARTZ 1
|
||||
#define __APPLE_QUARTZ__ 1
|
||||
#define __APPLE_COCOA__ 1
|
||||
#define HAVE_OVERLAY 0
|
||||
#define HAVE_GL_OVERLAY HAVE_OVERLAY
|
||||
#define WORDS_BIGENDIAN 0
|
||||
@ -50,5 +48,5 @@
|
||||
#define HAVE_DLSYM 1
|
||||
|
||||
/*
|
||||
* End of "$Id: ide_xcode.cxx 7267 2010-03-14 21:29:12Z matt $".
|
||||
* End of "$Id: ide_xcode.cxx 7357 2010-03-29 14:10:54Z matt $".
|
||||
*/
|
Loading…
Reference in New Issue
Block a user