summaryrefslogtreecommitdiff
path: root/bc5/fltk.ide
AgeCommit message (Collapse)Author
2008-12-06STR#2030 increment 2: moved not up-to-date borland ide files to ↵Fabien Costantini
ide/unsupported, added a README.BC file explaining what to do if we find a brave developer to update them. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6548 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2000-06-11BC5 project file update.Carl E. Thompson
Carl git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1193 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2000-03-07Fixes the BC5 project file so it gets the proper paths for includes andCarl E. Thompson
libraries automatically. Carl git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1031 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
1999-04-01Updated 1.0 Borland C++ files.Carl E. Thompson
This should NOT be merged with the 2.0 tree! -Carl git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@499 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
1999-03-29Changes needed to get FLTK to compile on Borland C++ 5 under Windows. ICarl E. Thompson
compiled this on BC++ 5.0 upgraded to 5.0B via the two monster patches. I didn't turn on optimization because my version of BC++ doesn't seem to do much in the way of optimization (FLUID was only 1k smaller when optimized for size). VC++ generates smaller code. The examples that use OpenGL don't work because Borland's linker can't find "wglShareLists". I'm sure this is a simple problem, but I don't know how to fix it. Borland's C++ compiler won't allow you to call main() from C++, so I had to add a c function in "fl_call_main.c" to call it so that you don't have to do that WinMain crap. However, when I added this file to the Visual C++ project it converted the whole thing from 5.0 format to 6.0 format. The files look the nearly identical so I don't think this should be a problem for 5.0 users, but if it is then you can revert them back to the previous version and just add this one source file. Borland really doesn't suck that bad. It doesn't look as polished as VC++ and it refused to supress some warnings for no reason, but I forgot how much I liked the feel of Borlands compilers... Much more intuitive then MS VC++. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@475 ea41ed52-d2ee-0310-a9c1-e6b18d33e121