2003-08-06 18:24:06 -04:00
# =========================================================================
# This makefile was generated by
2006-11-09 21:32:01 -05:00
# Bakefile 0.2.1 (http://bakefile.sourceforge.net)
2003-08-06 18:24:06 -04:00
# Do not modify, all changes will be overwritten!
# =========================================================================
2003-12-15 06:42:03 -05:00
.autodepend
2003-08-06 18:24:06 -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-08-06 18:24:06 -04:00
BCCDIR = $(MAKEDIR)\..
!endif
!include ../../build/msw/config.bcc
# -------------------------------------------------------------------------
# Do not modify the rest of this file!
# -------------------------------------------------------------------------
### Variables: ###
2006-11-09 21:32:01 -05:00
WX_RELEASE_NODOT = 28
2003-08-06 18:24:06 -04:00
OBJS = \
bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
2005-02-12 13:53:20 -05:00
LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
2004-01-21 22:48:09 -05:00
SETUPHDIR = \
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
RENDER_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \
2005-03-23 08:05:13 -05:00
$(__OPTIMIZEFLAG) $(__THREADSFLAG_0) -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)
2003-08-06 18:24:06 -04:00
RENDER_OBJECTS = \
$(OBJS)\render_render.obj
2004-01-21 22:48:09 -05:00
RENDDLL_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \
2005-03-23 08:05:13 -05:00
$(__OPTIMIZEFLAG) $(__THREADSFLAG_0) -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 -DWXUSINGDLL \
$(CPPFLAGS) $(CXXFLAGS)
2004-01-21 22:48:09 -05:00
RENDDLL_OBJECTS = \
$(OBJS)\renddll_renddll.obj
2003-08-06 18:24:06 -04:00
### Conditionally set variables: ###
!if "$(USE_GUI)" == "0"
PORTNAME = base
!endif
!if "$(USE_GUI)" == "1"
PORTNAME = msw
!endif
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
WXDEBUGFLAG = d
!endif
!if "$(DEBUG_FLAG)" == "1"
WXDEBUGFLAG = d
!endif
!if "$(UNICODE)" == "1"
WXUNICODEFLAG = u
!endif
!if "$(WXUNIV)" == "1"
WXUNIVNAME = univ
!endif
2004-01-21 22:48:09 -05:00
!if "$(SHARED)" == "1"
WXDLLFLAG = dll
2003-08-06 18:24:06 -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
2004-02-05 17:34:18 -05:00
!if "$(BUILD)" == "debug" && "$(UNICODE)" == "0"
2004-08-07 15:41:14 -04:00
PLUGINSUFFIX = d
2004-02-05 17:34:18 -05:00
!endif
!if "$(BUILD)" == "debug" && "$(UNICODE)" == "1"
2004-08-07 15:41:14 -04:00
PLUGINSUFFIX = ud
2004-02-05 17:34:18 -05:00
!endif
!if "$(BUILD)" == "release" && "$(UNICODE)" == "0"
PLUGINSUFFIX =
!endif
!if "$(BUILD)" == "release" && "$(UNICODE)" == "1"
2004-08-07 15:41:14 -04:00
PLUGINSUFFIX = u
2004-02-05 17:34:18 -05:00
!endif
2004-01-21 22:48:09 -05:00
!if "$(WXUNIV)" == "1"
__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
2003-08-06 18:24:06 -04:00
!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_1 = -dwxNO_EXCEPTIONS
!endif
!if "$(USE_RTTI)" == "0"
__RTTI_DEFINE_p_1 = -dwxNO_RTTI
!endif
!if "$(USE_THREADS)" == "0"
__THREAD_DEFINE_p_1 = -dwxNO_THREADS
!endif
2004-01-21 22:48:09 -05:00
!if "$(UNICODE)" == "1"
__UNICODE_DEFINE_p_1 = -d_UNICODE
!endif
2005-08-03 12:10:12 -04:00
!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_1 = -dwxUSE_GRAPHICS_CONTEXT=1
!endif
2003-08-06 18:24:06 -04:00
!if "$(SHARED)" == "1"
__DLLFLAG_p = -DWXUSINGDLL
!endif
!if "$(SHARED)" == "1"
__DLLFLAG_p_1 = -dWXUSINGDLL
!endif
2004-01-21 22:48:09 -05:00
!if "$(SHARED)" == "1"
__renddll___depname = \
2006-11-09 21:32:01 -05:00
$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_RELEASE_NODOT)_bcc.dll
2003-08-06 18:24:06 -04:00
!endif
!if "$(BUILD)" == "debug"
__OPTIMIZEFLAG = -Od
!endif
!if "$(BUILD)" == "release"
__OPTIMIZEFLAG = -O2
!endif
2005-03-23 08:05:13 -05:00
!if "$(USE_THREADS)" == "0"
__THREADSFLAG =
!endif
!if "$(USE_THREADS)" == "1"
__THREADSFLAG = mt
!endif
!if "$(USE_THREADS)" == "0"
__THREADSFLAG_0 =
!endif
!if "$(USE_THREADS)" == "1"
__THREADSFLAG_0 = -tWM
!endif
2003-08-06 18:24:06 -04:00
!if "$(RUNTIME_LIBS)" == "dynamic"
2004-01-21 22:48:09 -05:00
__RUNTIME_LIBS = -tWR
2003-08-06 18:24:06 -04:00
!endif
!if "$(RUNTIME_LIBS)" == "static"
__RUNTIME_LIBS =
!endif
!if "$(RUNTIME_LIBS)" == "dynamic"
2004-01-21 22:48:09 -05:00
__RUNTIME_LIBS_0 = i
2003-08-06 18:24:06 -04:00
!endif
!if "$(RUNTIME_LIBS)" == "static"
__RUNTIME_LIBS_0 =
!endif
2004-01-21 22:48:09 -05:00
!if "$(WXUNIV)" == "1"
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
!endif
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
__DEBUG_DEFINE_p = -D__WXDEBUG__
!endif
!if "$(DEBUG_FLAG)" == "1"
__DEBUG_DEFINE_p = -D__WXDEBUG__
2003-08-06 18:24:06 -04:00
!endif
2005-03-23 08:05:13 -05:00
!if "$(USE_EXCEPTIONS)" == "0"
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
!endif
!if "$(USE_RTTI)" == "0"
__RTTI_DEFINE_p = -DwxNO_RTTI
!endif
!if "$(USE_THREADS)" == "0"
__THREAD_DEFINE_p = -DwxNO_THREADS
!endif
2003-08-06 18:24:06 -04:00
!if "$(UNICODE)" == "1"
2004-01-21 22:48:09 -05:00
__UNICODE_DEFINE_p = -D_UNICODE
2003-08-06 18:24:06 -04:00
!endif
2005-08-03 12:10:12 -04:00
!if "$(MSLU)" == "1"
__MSLU_DEFINE_p = -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
2003-08-06 18:24:06 -04:00
!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-08-06 18:24:06 -04:00
!endif
2004-01-21 22:48:09 -05:00
!if "$(MONOLITHIC)" == "0"
2004-09-27 02:53:08 -04:00
__WXLIB_BASE_p = \
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
2004-01-21 22:48:09 -05:00
!endif
2003-08-06 18:24:06 -04:00
!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-08-06 18:24:06 -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-08-06 18:24:06 -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
2003-08-06 18:24:06 -04:00
!endif
2004-01-21 22:48:09 -05:00
!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-08-06 18:24:06 -04:00
!endif
all: $(OBJS)
$(OBJS):
-if not exist $(OBJS) mkdir $(OBJS)
### Targets: ###
all: $(OBJS)\render.exe $(__renddll___depname)
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
2003-08-06 18:24:06 -04:00
-if exist $(OBJS)\render.exe del $(OBJS)\render.exe
2003-09-15 11:36:27 -04:00
-if exist $(OBJS)\render.tds del $(OBJS)\render.tds
-if exist $(OBJS)\render.ilc del $(OBJS)\render.ilc
-if exist $(OBJS)\render.ild del $(OBJS)\render.ild
-if exist $(OBJS)\render.ilf del $(OBJS)\render.ilf
-if exist $(OBJS)\render.ils del $(OBJS)\render.ils
2006-11-09 21:32:01 -05:00
-if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_RELEASE_NODOT)_bcc.dll del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_RELEASE_NODOT)_bcc.dll
-if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_RELEASE_NODOT)_bcc.tds del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_RELEASE_NODOT)_bcc.tds
-if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_RELEASE_NODOT)_bcc.ilc del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_RELEASE_NODOT)_bcc.ilc
-if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_RELEASE_NODOT)_bcc.ild del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_RELEASE_NODOT)_bcc.ild
-if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_RELEASE_NODOT)_bcc.ilf del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_RELEASE_NODOT)_bcc.ilf
-if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_RELEASE_NODOT)_bcc.ils del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_RELEASE_NODOT)_bcc.ils
2003-08-06 18:24:06 -04:00
2004-01-21 22:48:09 -05:00
$(OBJS)\render.exe: $(RENDER_OBJECTS) $(OBJS)\render_sample.res
ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
2006-10-08 21:20:56 -04:00
c0w32.obj $(RENDER_OBJECTS),$@,, $(__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 odbc32.lib import32.lib cw32$(__THREADSFLAG)$(__RUNTIME_LIBS_0).lib,, $(OBJS)\render_sample.res
2004-01-21 22:48:09 -05:00
|
2003-08-06 18:24:06 -04:00
!if "$(SHARED)" == "1"
2006-11-09 21:32:01 -05:00
$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_RELEASE_NODOT)_bcc.dll: $(RENDDLL_OBJECTS)
2003-12-15 06:42:03 -05:00
ilink32 -Tpd -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) @&&|
2006-10-08 21:20:56 -04:00
c0d32.obj $(RENDDLL_OBJECTS),$@,, $(__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 odbc32.lib import32.lib cw32$(__THREADSFLAG)$(__RUNTIME_LIBS_0).lib,,
2003-08-06 18:24:06 -04:00
|
!endif
2004-01-21 22:48:09 -05:00
$(OBJS)\render_sample.res: .\..\..\samples\sample.rc
2006-10-08 21:20:56 -04: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 $**
2004-01-21 22:48:09 -05:00
$(OBJS)\render_render.obj: .\render.cpp
$(CXX) -q -c -P -o$@ $(RENDER_CXXFLAGS) $**
$(OBJS)\renddll_renddll.obj: .\renddll.cpp
$(CXX) -q -c -P -o$@ $(RENDDLL_CXXFLAGS) $**
2005-02-12 13:53:20 -05:00