projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed wxFunction
[wxWidgets.git]
/
src
/
makewat.env
diff --git
a/src/makewat.env
b/src/makewat.env
index 2c60ca773f540f42193df39ffd42dde8f0a1f970..a5ddc677b99860a25479903b82e6836d1c031351 100644
(file)
--- a/
src/makewat.env
+++ b/
src/makewat.env
@@
-3,6
+3,7
@@
# Purpose: Watcom environments for wxWindows makefiles.
# Author: Julian Smart and others
# Version: $Id$
# Purpose: Watcom environments for wxWindows makefiles.
# Author: Julian Smart and others
# Version: $Id$
+# Changelist: 2003-02-25 - Juergen Ulbts - update from wxWindows 2.5.x/HEAD branch
###############################################################################
# The following environment variables must be set:
###############################################################################
# The following environment variables must be set:
@@
-33,8
+34,6
@@
WATCOM_SUFFIX=_w
WINVERFLAGS = /dWINVER=0x400 /d_WIN32_IE=0x0300
# optimize for space/time: /os or /ot
WINVERFLAGS = /dWINVER=0x400 /d_WIN32_IE=0x0300
# optimize for space/time: /os or /ot
-#
-# NB: at least with OpenWatcom 1.0 using /ox leads to buggy code, don't use it
!ifeq FINAL 1
OPTFLAGS=/oails /5r
!else
!ifeq FINAL 1
OPTFLAGS=/oails /5r
!else
@@
-111,11
+110,12
@@
LIBPAGESIZE=/p=2048
# set OUTPUTDIR to the directory to be used for the .obj files created during
# the build (under $WXWIN)
!ifndef OUTPUTDIR
# set OUTPUTDIR to the directory to be used for the .obj files created during
# the build (under $WXWIN)
!ifndef OUTPUTDIR
-OUTPUTDIR=$(WXDIR)\$(BASEDIRPREFIX)$(CONFIGURATION)Watcom\
+OUTPUTDIR=$(WXDIR)\$(BASEDIRPREFIX)$(CONFIGURATION)Watcom
+# no trailing slash for win98
!endif
!ifneq NOPRECOMP 1
!endif
!ifneq NOPRECOMP 1
-PRECOMP = /fh=$(OUTPUTDIR)watcom.pch
+PRECOMP = /fh=$(OUTPUTDIR)
\
watcom.pch
!endif
# the basename of the library
!endif
# the basename of the library
@@
-153,7
+153,7
@@
RESFLAGS = -q -r -bt=nt /i$(WXDIR)\include /i$(WXDIR)\contrib\include $(WINVE
# NB: /bm switch is needed for thread-safe runtime, if you don't use
# wxThread you may remove it
# NB: /bm switch is needed for thread-safe runtime, if you don't use
# wxThread you may remove it
-CPPFLAGS = /dWIN32 /bm /fo=$(OUTPUTDIR) /fr /zq $(IFLAGS) $(OPTFLAGS) $(WINVERFLAGS) $(EXTRACPPFLAGS)
+CPPFLAGS = /dWIN32 /bm /fo=$(OUTPUTDIR)
\
/fr /zq $(IFLAGS) $(OPTFLAGS) $(WINVERFLAGS) $(EXTRACPPFLAGS)
!ifeq wxUSE_GUI 0
CPPFLAGS += /dwxUSE_GUI=0
!endif
!ifeq wxUSE_GUI 0
CPPFLAGS += /dwxUSE_GUI=0
!endif
@@
-173,4
+173,5
@@
LDFLAGS = option eliminate, vfremoval
defaulttarget: all .SYMBOLIC
erasepch: .SYMBOLIC
defaulttarget: all .SYMBOLIC
erasepch: .SYMBOLIC
- -erase $(OUTPUTDIR)watcom.pch
+ -erase $(OUTPUTDIR)\watcom.pch
+