From 4dd8dd654fbe58ba4d155baee5421ad89ce8869a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 21 Nov 2004 14:32:22 +0000 Subject: 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 --- watcom/makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'watcom') 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) -- cgit v1.2.3