diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-02-25 21:21:04 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-02-25 21:21:04 +0000 |
| commit | 7f395e6e4410e376ff95c914506d1599083afce7 (patch) | |
| tree | 890103f68b8a8e5712352ea714044734da3d52b3 /fluid/ide_support.h | |
| parent | d22a23744550720e58da3efac4424c5d982041c8 (diff) | |
Added VisualC IDE as it is autogenerated by Fluid. This is still somewhat experimental.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7146 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/ide_support.h')
| -rw-r--r-- | fluid/ide_support.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/fluid/ide_support.h b/fluid/ide_support.h index 7bafb9b23..adca73c99 100644 --- a/fluid/ide_support.h +++ b/fluid/ide_support.h @@ -95,7 +95,13 @@ public: const char *fileExt(); }; -void osx_only(Fl_Preferences::ID id); +void xcode_only(Fl_Preferences::ID id); +void visualc_only(Fl_Preferences::ID id); +void makefile_only(Fl_Preferences::ID id); + +char with_xcode(Fl_Preferences::ID id); +char with_visualc(Fl_Preferences::ID id); +char with_makefile(Fl_Preferences::ID id); #endif |
