diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-11-20 03:19:59 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-11-20 03:19:59 +0000 |
| commit | 23bb0590651da3f342cddcd3c87aee38a1d067cc (patch) | |
| tree | bee2ca6b14fcf94b4754a310164e0a864832dcd6 /watcom/readme.wat | |
| parent | a5a683f35f71f1e7ebe9a70660634cbf518b1dcd (diff) | |
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
Diffstat (limited to 'watcom/readme.wat')
| -rw-r--r-- | watcom/readme.wat | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/watcom/readme.wat b/watcom/readme.wat new file mode 100644 index 000000000..59443594f --- /dev/null +++ b/watcom/readme.wat @@ -0,0 +1,26 @@ +
+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
+
+
|
