2003-07-19 20:06:37 -04:00
# =========================================================================
# This makefile was generated by
2008-01-23 07:13:07 -05:00
# Bakefile 0.2.3 (http://www.bakefile.org)
2003-07-19 20:06:37 -04:00
# Do not modify, all changes will be overwritten!
# =========================================================================
2003-12-15 06:42:03 -05:00
.autodepend
2003-07-19 20:06:37 -04:00
!ifndef BCCDIR
2003-12-15 06:42:03 -05:00
!ifndef MAKEDIR
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
!endif
2003-07-19 20:06:37 -04:00
BCCDIR = $(MAKEDIR)\..
!endif
2003-08-06 18:44:22 -04:00
!include ../../../build/msw/config.bcc
2003-07-19 20:06:37 -04:00
# -------------------------------------------------------------------------
# Do not modify the rest of this file!
# -------------------------------------------------------------------------
### Variables: ###
2007-02-06 21:14:45 -05:00
WX_RELEASE_NODOT = 29
2007-10-11 11:58:04 -04:00
COMPILER_PREFIX = bcc
2004-01-21 22:48:09 -05:00
OBJS = \
2007-10-11 11:58:04 -04:00
$(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
LIBDIRNAME = .\..\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
2004-01-21 22:48:09 -05:00
SETUPHDIR = \
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
2006-11-25 09:22:44 -05:00
HTMLHELP_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
2005-03-23 08:05:13 -05:00
$(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
2005-08-03 12:10:12 -04:00
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
2006-10-08 21:20:56 -04:00
$(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include -I. $(__DLLFLAG_p) \
-I.\..\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
2006-11-25 09:22:44 -05:00
HTMLHELP_OBJECTS = \
$(OBJS)\htmlhelp_help.obj
2003-07-19 20:06:37 -04:00
### Conditionally set variables: ###
!if "$(USE_GUI)" == "0"
PORTNAME = base
!endif
!if "$(USE_GUI)" == "1"
PORTNAME = msw
!endif
2003-08-01 14:17:11 -04:00
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
WXDEBUGFLAG = d
!endif
!if "$(DEBUG_FLAG)" == "1"
2003-07-19 20:06:37 -04:00
WXDEBUGFLAG = d
!endif
!if "$(UNICODE)" == "1"
WXUNICODEFLAG = u
!endif
!if "$(WXUNIV)" == "1"
WXUNIVNAME = univ
!endif
!if "$(SHARED)" == "1"
2004-01-21 22:48:09 -05:00
WXDLLFLAG = dll
2003-08-01 14:17:11 -04:00
!endif
2005-02-12 13:53:20 -05:00
!if "$(SHARED)" == "0"
LIBTYPE_SUFFIX = lib
!endif
!if "$(SHARED)" == "1"
LIBTYPE_SUFFIX = dll
!endif
2004-10-27 18:47:26 -04:00
!if "$(MONOLITHIC)" == "0"
EXTRALIBS_FOR_BASE =
!endif
!if "$(MONOLITHIC)" == "1"
EXTRALIBS_FOR_BASE =
!endif
2003-07-19 20:06:37 -04:00
!if "$(BUILD)" == "debug"
__OPTIMIZEFLAG_2 = -Od
!endif
!if "$(BUILD)" == "release"
__OPTIMIZEFLAG_2 = -O2
!endif
2005-03-23 08:05:13 -05: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-19 20:06:37 -04:00
!if "$(RUNTIME_LIBS)" == "dynamic"
2005-03-23 08:05:13 -05:00
__RUNTIME_LIBS_7 = -tWR
2003-07-19 20:06:37 -04:00
!endif
!if "$(RUNTIME_LIBS)" == "static"
2005-03-23 08:05:13 -05:00
__RUNTIME_LIBS_7 =
2003-07-19 20:06:37 -04:00
!endif
!if "$(RUNTIME_LIBS)" == "dynamic"
2005-03-23 08:05:13 -05:00
__RUNTIME_LIBS_8 = i
2003-07-19 20:06:37 -04:00
!endif
!if "$(RUNTIME_LIBS)" == "static"
2005-03-23 08:05:13 -05:00
__RUNTIME_LIBS_8 =
2003-07-19 20:06:37 -04:00
!endif
2004-01-21 22:48:09 -05: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 08:05:13 -05: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
2007-12-14 19:25:59 -05:00
!if "$(UNICODE)" == "0"
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
!endif
2003-07-19 20:06:37 -04:00
!if "$(UNICODE)" == "1"
2003-09-15 11:36:27 -04:00
__UNICODE_DEFINE_p = -D_UNICODE
2003-07-19 20:06:37 -04:00
!endif
2007-12-14 19:25:59 -05:00
!if "$(UNICODE)" == "0"
__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
!endif
2003-07-19 20:06:37 -04:00
!if "$(UNICODE)" == "1"
2003-09-15 11:36:27 -04:00
__UNICODE_DEFINE_p_1 = -d_UNICODE
2003-07-19 20:06:37 -04:00
!endif
2005-08-03 12:10:12 -04:00
!if "$(MSLU)" == "1"
__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
!endif
!if "$(MSLU)" == "1"
__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
!endif
2006-10-08 21:20:56 -04:00
!if "$(USE_GDIPLUS)" == "1"
__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
!endif
!if "$(USE_GDIPLUS)" == "1"
__GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
!endif
2004-01-21 22:48:09 -05:00
!if "$(SHARED)" == "1"
__DLLFLAG_p = -DWXUSINGDLL
!endif
!if "$(SHARED)" == "1"
__DLLFLAG_p_1 = -dWXUSINGDLL
2003-08-08 09:15:16 -04:00
!endif
2003-07-19 20:06:37 -04:00
!if "$(MONOLITHIC)" == "0"
2004-01-21 22:48:09 -05:00
__WXLIB_HTML_p = \
2004-09-27 02:53:08 -04:00
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
2003-07-19 20:06:37 -04:00
!endif
!if "$(MONOLITHIC)" == "0"
__WXLIB_CORE_p = \
2004-09-27 02:53:08 -04:00
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
2003-07-19 20:06:37 -04:00
!endif
!if "$(MONOLITHIC)" == "0"
2004-09-27 02:53:08 -04:00
__WXLIB_BASE_p = \
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
2003-07-19 20:06:37 -04:00
!endif
!if "$(MONOLITHIC)" == "1"
__WXLIB_MONO_p = \
2004-09-27 02:53:08 -04:00
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
2003-07-19 20:06:37 -04:00
!endif
2004-01-21 22:48:09 -05:00
!if "$(USE_GUI)" == "1"
2004-10-08 07:20:24 -04:00
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
2003-07-19 20:06:37 -04:00
!endif
2004-01-21 22:48:09 -05:00
!if "$(USE_GUI)" == "1"
2004-10-08 07:20:24 -04:00
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
2004-01-21 22:48:09 -05:00
!endif
!if "$(USE_GUI)" == "1"
2004-10-08 07:20:24 -04:00
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
2004-01-21 22:48:09 -05:00
!endif
!if "$(MSLU)" == "1"
__UNICOWS_LIB_p = unicows.lib
!endif
2006-10-08 21:20:56 -04:00
!if "$(USE_GDIPLUS)" == "1"
__GDIPLUS_LIB_p = gdiplus.lib
!endif
2004-01-21 22:48:09 -05:00
!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-19 20:06:37 -04:00
!endif
all: $(OBJS)
$(OBJS):
-if not exist $(OBJS) mkdir $(OBJS)
### Targets: ###
2006-11-25 09:22:44 -05:00
all: $(OBJS)\htmlhelp.exe data
2003-07-19 20:06:37 -04:00
clean:
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
-if exist $(OBJS)\*.res del $(OBJS)\*.res
2005-02-12 13:53:20 -05:00
-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
2006-11-25 09:22:44 -05:00
-if exist $(OBJS)\htmlhelp.exe del $(OBJS)\htmlhelp.exe
-if exist $(OBJS)\htmlhelp.tds del $(OBJS)\htmlhelp.tds
-if exist $(OBJS)\htmlhelp.ilc del $(OBJS)\htmlhelp.ilc
-if exist $(OBJS)\htmlhelp.ild del $(OBJS)\htmlhelp.ild
-if exist $(OBJS)\htmlhelp.ilf del $(OBJS)\htmlhelp.ilf
-if exist $(OBJS)\htmlhelp.ils del $(OBJS)\htmlhelp.ils
$(OBJS)\htmlhelp.exe: $(HTMLHELP_OBJECTS) $(OBJS)\htmlhelp_help.res
2008-09-04 03:57:32 -04:00
ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(LDFLAGS) @&&|
2007-12-14 19:25:59 -05:00
c0w32.obj $(HTMLHELP_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) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\htmlhelp_help.res
2003-07-19 20:06:37 -04:00
|
2004-01-21 22:48:09 -05:00
data:
if not exist $(OBJS)\helpfiles mkdir $(OBJS)\helpfiles
for %f in (Index.hhk another.hhc another.hhp another.htm book1.htm book2.htm contents.hhc main.htm page2-b.htm testing.hhp) do if not exist $(OBJS)\helpfiles\%f copy .\helpfiles\%f $(OBJS)\helpfiles
2006-11-25 09:22:44 -05:00
$(OBJS)\htmlhelp_help.obj: .\help.cpp
2008-01-23 07:13:07 -05:00
$(CXX) -q -c -P -o$@ $(HTMLHELP_CXXFLAGS) .\help.cpp
2004-01-21 22:48:09 -05:00
2006-11-25 09:22:44 -05:00
$(OBJS)\htmlhelp_help.res: .\help.rc
2008-01-23 07:13:07 -05: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) $(__MSLU_DEFINE_p_1) $(__GFXCTX_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\..\include -i. $(__DLLFLAG_p_1) -i.\..\..\..\samples -dNOPCH .\help.rc
2005-02-12 13:53:20 -05:00