2003-08-10 18:11:12 -04:00
|
|
|
# =========================================================================
|
|
|
|
# This makefile was generated by
|
2008-01-23 07:13:07 -05:00
|
|
|
# Bakefile 0.2.3 (http://www.bakefile.org)
|
2003-08-10 18:11:12 -04:00
|
|
|
# Do not modify, all changes will be overwritten!
|
|
|
|
# =========================================================================
|
|
|
|
|
|
|
|
!include ../build/msw/config.wat
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
# Do not modify the rest of this file!
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
|
|
# Speed up compilation a bit:
|
|
|
|
!ifdef __LOADDLL__
|
|
|
|
! loaddll wcc wccd
|
|
|
|
! loaddll wccaxp wccdaxp
|
|
|
|
! loaddll wcc386 wccd386
|
|
|
|
! loaddll wpp wppdi86
|
|
|
|
! loaddll wppaxp wppdaxp
|
|
|
|
! loaddll wpp386 wppd386
|
|
|
|
! loaddll wlink wlink
|
|
|
|
! loaddll wlib wlibd
|
|
|
|
!endif
|
|
|
|
|
|
|
|
# We need these variables in some bakefile-made rules:
|
|
|
|
WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
|
|
|
|
|
|
|
|
### Conditionally set variables: ###
|
|
|
|
|
|
|
|
|
|
|
|
### Variables: ###
|
|
|
|
|
2004-01-21 22:48:09 -05:00
|
|
|
MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" &
|
2006-02-10 14:27:51 -05:00
|
|
|
CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" &
|
2004-01-21 22:48:09 -05:00
|
|
|
WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" BUILD="$(BUILD)" &
|
|
|
|
DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" &
|
|
|
|
MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" &
|
2006-06-29 03:16:39 -04:00
|
|
|
USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" &
|
2007-05-03 20:28:14 -04:00
|
|
|
USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" &
|
2008-01-12 21:48:17 -05:00
|
|
|
USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" &
|
2006-06-29 03:16:39 -04:00
|
|
|
USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" &
|
2006-10-08 21:20:56 -04:00
|
|
|
USE_THREADS="$(USE_THREADS)" USE_GDIPLUS="$(USE_GDIPLUS)" &
|
|
|
|
OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" &
|
|
|
|
WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" &
|
2004-09-27 02:53:08 -04:00
|
|
|
CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" &
|
|
|
|
RUNTIME_LIBS="$(RUNTIME_LIBS)"
|
2003-08-10 18:11:12 -04:00
|
|
|
|
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
|
2008-03-27 10:03:33 -04:00
|
|
|
all : .SYMBOLIC emulator helpview ifacecheck
|
2003-08-10 18:11:12 -04:00
|
|
|
|
|
|
|
clean : .SYMBOLIC
|
|
|
|
-if exist .\*.obj del .\*.obj
|
|
|
|
-if exist .\*.res del .\*.res
|
|
|
|
-if exist .\*.lbc del .\*.lbc
|
|
|
|
-if exist .\*.ilk del .\*.ilk
|
2005-02-12 14:01:50 -05:00
|
|
|
-if exist .\*.pch del .\*.pch
|
2004-02-19 14:36:30 -05:00
|
|
|
cd emulator\src
|
|
|
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
|
|
|
cd $(WATCOM_CWD)
|
|
|
|
cd helpview\src
|
|
|
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
|
|
|
cd $(WATCOM_CWD)
|
2008-03-22 14:02:13 -04:00
|
|
|
cd ifacecheck\src
|
|
|
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
|
|
|
cd $(WATCOM_CWD)
|
2003-08-10 18:11:12 -04:00
|
|
|
|
2003-10-03 11:52:48 -04:00
|
|
|
emulator : .SYMBOLIC
|
|
|
|
cd emulator\src
|
|
|
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
|
|
|
cd $(WATCOM_CWD)
|
|
|
|
|
|
|
|
helpview : .SYMBOLIC
|
|
|
|
cd helpview\src
|
|
|
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
|
|
|
cd $(WATCOM_CWD)
|
|
|
|
|
2008-03-22 14:02:13 -04:00
|
|
|
ifacecheck : .SYMBOLIC
|
|
|
|
cd ifacecheck\src
|
|
|
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
|
|
|
cd $(WATCOM_CWD)
|
|
|
|
|