fltk/ide
2010-03-21 23:34:59 +00:00
..
unsupported STR#2030 increment 3: moved not up-to-date ms vc 2003 project filesto ide/unsupported subdir, added a README.MS file explaining what to do if we find a developer to update them. 2008-12-06 11:32:32 +00:00
vc2005 Attempt to fix the VisualC2005 IDE files without actually havinf VC2005 :-/ 2010-02-21 22:59:51 +00:00
visualc Committing native -> CRLF eol-style. 2010-01-18 19:08:26 +00:00
VisualC6 Fixed executable in release mode would have the debug mode name (ex: help.d.exe instead of help.exe). fltk dll's should be checked as well, in particular : intermediate obj gen. is done at the same place that other static compilation... 2010-03-21 23:34:59 +00:00
Xcode3 Fixed the IDE's for Xcode3, Xcode3.1, and VisualC (last one untested). 2010-03-17 21:11:06 +00:00
Xcode3.1 Fixed the IDE's for Xcode3, Xcode3.1, and VisualC (last one untested). 2010-03-17 21:11:06 +00:00
README.IDE - Added a README.IDE file under the ide subdirectory describing what project dir to start from depending on the ide product. 2008-12-02 23:52:57 +00:00

-------------------------------------------
   HOW TO USE THE FLTK IDE ENVIRONMENTS
-------------------------------------------

As for today, FLTK 1.3 officially supports 
the following integrated environments (1) :

-------------------------------------------
distrib subdir 	   |   supported products
-------------------------------------------
ide/vc2005	   |   Microsoft Visual C++ 2005, 2008 (2)
ide/visualc	   |   Microsoft Visual C++ 6, 2003 (3)
ide/Xcode3.1 	   |   Apple XCode 3.1

Notes :
-------
(1) For *nix platforms based on the autoconf/configure/make toolchain,
    simply run autoconf, then the configure script on the root dir.
    read the ./README file for more info.
(2) When first using the project file (ide/vc2005/fltk.sln) with vc2008, 
    you will be ask to convert the project for vs2008 use.
(3) When first using the project file (ide/visualc/fltk.dsw) with vc2003, 
    you will be ask to convert the project for vs2003 use.