fltk/ide
Albrecht Schlosser c2539883fb First step cleaning up the IDE jungle:
- renamed ide/unsupported to ide/deprecated
 - fixed ide/vc2005 to make it compatible with VC++ 2010 Express
   (this was not really what we wanted, but I couldn't convert
    the older IDE files with VC++ 2010 Express)
 - FL/Fl_Device.H: fixed missing FL_EXPORT for building the FLTK dll
   (STR #2393).


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7666 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-07-04 17:19:38 +00:00
..
deprecated First step cleaning up the IDE jungle: 2010-07-04 17:19:38 +00:00
vc2005 First step cleaning up the IDE jungle: 2010-07-04 17:19:38 +00:00
visualc Changed references to fltk-bugs@fltk.org -> STR form. 2010-04-28 03:15:47 +00:00
VisualC6 Changed src\Fl_Abstract_Printer.cxx to src\Fl_Paged_Device.cxx, 2010-06-29 21:30:45 +00:00
Xcode3 Added 'rotated_text' to the Fluid IDE setup. It should probably be in 'Demo' as well. 2010-05-07 20:23:07 +00:00
Xcode3.1 added device to demo's dependencies 2010-05-27 22:10:03 +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.