summaryrefslogtreecommitdiff
path: root/watcom
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-11-21 14:32:22 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-11-21 14:32:22 +0000
commit4dd8dd654fbe58ba4d155baee5421ad89ce8869a (patch)
tree6c168ac9fb89899ef67d6f5046c2612b6aa34793 /watcom
parentbc1a32f00053655b246f7e5e92fc3ba45d6bd072 (diff)
Fl_Sys_Menu_Bar didn't compile on case-sensitive file-systems
(STR #622) More Watcom changes (STR #623) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3908 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'watcom')
-rw-r--r--watcom/makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/watcom/makefile b/watcom/makefile
index 69ed2c026..75dd9e45a 100644
--- a/watcom/makefile
+++ b/watcom/makefile
@@ -75,6 +75,17 @@ RO : .SYMBOLIC
@set OPTIONS=D=r O=o ROOT=$(ROOT) PROJ=$(PROJ) EXTRA_INCLUDE_DIRS=$(ROOT)
%make BuildOne
+#
+# Linux Debug and Release targets. Environment variable XLIB must point to a directory
+# which has a subdirectory X11 with X include files. Builds only jpeg, zlib and png libs for now.
+#
+DL : .SYMBOLIC
+ @set OPTIONS=D=d O=l ROOT=$(ROOT) PROJ=$(PROJ) EXTRA_INCLUDE_DIRS=$(ROOT);$(%XLIB)
+ %make BuildOne
+
+RL : .SYMBOLIC
+ @set OPTIONS=D=r O=l ROOT=$(ROOT) PROJ=$(PROJ) EXTRA_INCLUDE_DIRS=$(ROOT);$(%XLIB)
+ %make BuildOne
# Internal target to build the individual modules. The following macros must
# have been set: D (value D or R), O (D,O,W,L)