2003-07-04 18:40:50 +00:00
# =========================================================================
# This makefile was generated by
2005-03-23 13:05:13 +00:00
# Bakefile 0.1.8 (http://bakefile.sourceforge.net)
2003-07-04 18:40:50 +00:00
# Do not modify, all changes will be overwritten!
# =========================================================================
1998-12-28 12:35:49 +00:00
2003-12-15 11:42:03 +00:00
.autodepend
2003-07-04 18:40:50 +00:00
!ifndef BCCDIR
2003-12-15 11:42:03 +00:00
!ifndef MAKEDIR
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
!endif
2003-07-04 18:40:50 +00:00
BCCDIR = $(MAKEDIR)\..
1998-12-28 12:35:49 +00:00
!endif
2003-08-06 22:44:22 +00:00
!include ../../build/msw/config.bcc
2003-07-04 18:40:50 +00:00
# -------------------------------------------------------------------------
# Do not modify the rest of this file!
# -------------------------------------------------------------------------
### Variables: ###
2005-04-11 15:50:13 +00:00
WX_RELEASE_NODOT = 26
2004-01-22 03:48:09 +00:00
OBJS = \
bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
2005-02-12 18:53:20 +00:00
LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
2004-01-22 03:48:09 +00:00
SETUPHDIR = \
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
2005-03-23 13:05:13 +00:00
HELP_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
$(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
2004-09-27 06:53:08 +00:00
-I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
2003-08-01 18:17:11 +00:00
HELP_OBJECTS = \
$(OBJS)\help_demo.obj
2003-07-04 18:40:50 +00:00
### Conditionally set variables: ###
!if "$(USE_GUI)" == "0"
PORTNAME = base
!endif
!if "$(USE_GUI)" == "1"
PORTNAME = msw
!endif
2003-08-01 18:17:11 +00:00
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
WXDEBUGFLAG = d
!endif
!if "$(DEBUG_FLAG)" == "1"
2003-07-04 18:40:50 +00:00
WXDEBUGFLAG = d
!endif
!if "$(UNICODE)" == "1"
WXUNICODEFLAG = u
!endif
!if "$(WXUNIV)" == "1"
WXUNIVNAME = univ
!endif
!if "$(SHARED)" == "1"
2004-01-22 03:48:09 +00:00
WXDLLFLAG = dll
2003-08-01 18:17:11 +00:00
!endif
2005-02-12 18:53:20 +00:00
!if "$(SHARED)" == "0"
LIBTYPE_SUFFIX = lib
!endif
!if "$(SHARED)" == "1"
LIBTYPE_SUFFIX = dll
!endif
2004-10-27 22:47:26 +00:00
!if "$(MONOLITHIC)" == "0"
EXTRALIBS_FOR_BASE =
!endif
!if "$(MONOLITHIC)" == "1"
EXTRALIBS_FOR_BASE =
!endif
2003-07-20 00:06:37 +00:00
!if "$(BUILD)" == "debug"
__OPTIMIZEFLAG_2 = -Od
!endif
!if "$(BUILD)" == "release"
__OPTIMIZEFLAG_2 = -O2
!endif
2005-03-23 13:05:13 +00:00
!if "$(USE_THREADS)" == "0"
__THREADSFLAG_5 =
!endif
!if "$(USE_THREADS)" == "1"
__THREADSFLAG_5 = mt
!endif
!if "$(USE_THREADS)" == "0"
__THREADSFLAG_6 =
!endif
!if "$(USE_THREADS)" == "1"
__THREADSFLAG_6 = -tWM
!endif
2003-07-20 00:06:37 +00:00
!if "$(RUNTIME_LIBS)" == "dynamic"
2005-03-23 13:05:13 +00:00
__RUNTIME_LIBS_7 = -tWR
2003-07-20 00:06:37 +00:00
!endif
!if "$(RUNTIME_LIBS)" == "static"
2005-03-23 13:05:13 +00:00
__RUNTIME_LIBS_7 =
2003-07-20 00:06:37 +00:00
!endif
!if "$(RUNTIME_LIBS)" == "dynamic"
2005-03-23 13:05:13 +00:00
__RUNTIME_LIBS_8 = i
2003-07-20 00:06:37 +00:00
!endif
!if "$(RUNTIME_LIBS)" == "static"
2005-03-23 13:05:13 +00:00
__RUNTIME_LIBS_8 =
2003-07-20 00:06:37 +00:00
!endif
2004-01-22 03:48:09 +00:00
!if "$(WXUNIV)" == "1"
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
!endif
!if "$(WXUNIV)" == "1"
__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
!endif
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
__DEBUG_DEFINE_p = -D__WXDEBUG__
!endif
!if "$(DEBUG_FLAG)" == "1"
__DEBUG_DEFINE_p = -D__WXDEBUG__
!endif
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
!endif
!if "$(DEBUG_FLAG)" == "1"
__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
!endif
2005-03-23 13:05:13 +00:00
!if "$(USE_EXCEPTIONS)" == "0"
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
!endif
!if "$(USE_EXCEPTIONS)" == "0"
__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
!endif
!if "$(USE_RTTI)" == "0"
__RTTI_DEFINE_p = -DwxNO_RTTI
!endif
!if "$(USE_RTTI)" == "0"
__RTTI_DEFINE_p_1 = -dwxNO_RTTI
!endif
!if "$(USE_THREADS)" == "0"
__THREAD_DEFINE_p = -DwxNO_THREADS
!endif
!if "$(USE_THREADS)" == "0"
__THREAD_DEFINE_p_1 = -dwxNO_THREADS
!endif
2003-07-04 18:40:50 +00:00
!if "$(UNICODE)" == "1"
2003-09-15 15:36:27 +00:00
__UNICODE_DEFINE_p = -D_UNICODE
2003-07-04 18:40:50 +00:00
!endif
!if "$(UNICODE)" == "1"
2003-09-15 15:36:27 +00:00
__UNICODE_DEFINE_p_1 = -d_UNICODE
2003-07-04 18:40:50 +00:00
!endif
2004-01-22 03:48:09 +00:00
!if "$(SHARED)" == "1"
__DLLFLAG_p = -DWXUSINGDLL
!endif
!if "$(SHARED)" == "1"
__DLLFLAG_p_1 = -dWXUSINGDLL
2003-08-08 13:15:16 +00:00
!endif
2003-07-04 18:40:50 +00:00
!if "$(MONOLITHIC)" == "0"
2004-01-22 03:48:09 +00:00
__WXLIB_HTML_p = \
2004-09-27 06:53:08 +00:00
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
2003-07-04 18:40:50 +00:00
!endif
!if "$(MONOLITHIC)" == "0"
2003-07-20 00:06:37 +00:00
__WXLIB_CORE_p = \
2004-09-27 06:53:08 +00:00
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
2003-07-04 18:40:50 +00:00
!endif
2003-07-25 12:38:48 +00:00
!if "$(MONOLITHIC)" == "0"
2004-09-27 06:53:08 +00:00
__WXLIB_BASE_p = \
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
2003-07-25 12:38:48 +00:00
!endif
2003-07-04 18:40:50 +00:00
!if "$(MONOLITHIC)" == "1"
2003-07-20 00:06:37 +00:00
__WXLIB_MONO_p = \
2004-09-27 06:53:08 +00:00
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
2003-07-04 18:40:50 +00:00
!endif
2004-01-22 03:48:09 +00:00
!if "$(USE_GUI)" == "1"
2004-10-08 11:20:24 +00:00
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
2003-07-04 18:40:50 +00:00
!endif
2004-01-22 03:48:09 +00:00
!if "$(USE_GUI)" == "1"
2004-10-08 11:20:24 +00:00
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
2004-01-22 03:48:09 +00:00
!endif
!if "$(USE_GUI)" == "1"
2004-10-08 11:20:24 +00:00
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
2004-01-22 03:48:09 +00:00
!endif
!if "$(MSLU)" == "1"
__UNICOWS_LIB_p = unicows.lib
!endif
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
__DEBUGINFO = -v
!endif
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
__DEBUGINFO = -v-
!endif
!if "$(DEBUG_INFO)" == "0"
__DEBUGINFO = -v-
!endif
!if "$(DEBUG_INFO)" == "1"
__DEBUGINFO = -v
2003-07-04 18:40:50 +00:00
!endif
all: $(OBJS)
$(OBJS):
-if not exist $(OBJS) mkdir $(OBJS)
### Targets: ###
2004-08-02 09:06:11 +00:00
all: $(OBJS)\help.exe data data_doc
2003-07-04 18:40:50 +00:00
clean:
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
-if exist $(OBJS)\*.res del $(OBJS)\*.res
2005-02-12 18:53:20 +00:00
-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
2003-07-04 18:40:50 +00:00
-if exist $(OBJS)\help.exe del $(OBJS)\help.exe
2003-09-15 15:36:27 +00:00
-if exist $(OBJS)\help.tds del $(OBJS)\help.tds
-if exist $(OBJS)\help.ilc del $(OBJS)\help.ilc
-if exist $(OBJS)\help.ild del $(OBJS)\help.ild
-if exist $(OBJS)\help.ilf del $(OBJS)\help.ilf
-if exist $(OBJS)\help.ils del $(OBJS)\help.ils
2003-07-04 18:40:50 +00:00
2003-08-01 18:17:11 +00:00
$(OBJS)\help.exe: $(HELP_OBJECTS) $(OBJS)\help_demo.res
2003-12-15 11:42:03 +00:00
ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
2005-03-23 13:05:13 +00:00
c0w32.obj $(HELP_OBJECTS),$@,, $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\help_demo.res
2003-07-04 18:40:50 +00:00
|
2004-01-22 03:48:09 +00:00
2004-07-01 07:07:52 +00:00
data:
2004-08-02 09:06:11 +00:00
if not exist $(OBJS) mkdir $(OBJS)
2005-05-18 19:47:04 +00:00
for %f in (back.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
2004-08-02 09:06:11 +00:00
data_doc:
2004-07-01 07:07:52 +00:00
if not exist $(OBJS)\doc mkdir $(OBJS)\doc
for %f in (aindex.html ClassGraph.class ClassGraphPanel.class ClassLayout.class down.gif dxxgifs.tex HIER.html HIERjava.html icon1.gif icon2.gif index.html logo.gif NavigatorButton.class USE_HELP.html wx204.htm wx34.htm wxExtHelpController.html wxhelp.map wx.htm) do if not exist $(OBJS)\doc\%f copy .\doc\%f $(OBJS)\doc
2004-01-22 03:48:09 +00:00
$(OBJS)\help_demo.obj: .\demo.cpp
$(CXX) -q -c -P -o$@ $(HELP_CXXFLAGS) $**
$(OBJS)\help_demo.res: .\demo.rc
2005-03-23 13:05:13 +00:00
brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -dNOPCH $**
2005-02-12 18:53:20 +00:00