fltk/watcom
Michael R Sweet 23bb059065 Watcom fixes (STR #584, STR #594, STR #595)
Fixed library include order when building DSOs on MacOS X (STR
#596)

fl_xid() could cause a WIN32 application to crash (STR #560, STR
#576, STR #618)

Fl_Browser::remove_() removed the item from the list before
computing the item height, which caused problems with some
programs (STR #613)


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3897 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2004-11-20 03:19:59 +00:00
..
config.h Watcom fixes (STR #584, STR #594, STR #595) 2004-11-20 03:19:59 +00:00
makefile Watcom fixes (STR #584, STR #594, STR #595) 2004-11-20 03:19:59 +00:00
readme.wat Watcom fixes (STR #584, STR #594, STR #595) 2004-11-20 03:19:59 +00:00

Using Watcom to build and use FLTK 1.1.5

Supported targets: Win32 only, static builds (no DLLs). Can be used from any Watcom
   supported host (DOS, OS/2, Windows).

1. Unzip the include file in the root of the fltk 1.1.5 directory. It will create a
   new directory called watcom, put a makefile.wat in source directories, and update
   two sources files which need to be different from the 1.1.5 versions (STR updated),
   and put a watcom.mif file in the fltk root directory.

2. To build: set the environment variable fltk to the root directory of fltk, go
   to the Watcom directory, run wmake. Both debug and release versions of all libs,
   test programs and FLUID will be built.

3. To create you own programs: use the supplied watcom.mif file. If you use fluid,
   move the two fluid rules from test/makefile.wat into the watcom.mif
   file. Look in test/makefile.wat also for rules about building a non-fluid program
   with one object (source) file, or with multiple. if you use FLUID, take care in
   the order of object files specified (see tes/makefile.wat keyboard.exe).

Questions about the watcom port please to the fltk.general newsgroup.

Mat Nieuwenhoven, Hilversum, 2004-10-28