]> git.saurik.com Git - wxWidgets.git/blame - demos/bombs/makefile.bcc
Added script to bake everthing (OK, so it's trivial...)
[wxWidgets.git] / demos / bombs / makefile.bcc
CommitLineData
264af224
VS
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
264af224
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
025e88c5 6
9bfe7ad9
VS
7.autodepend
8
264af224 9!ifndef BCCDIR
9bfe7ad9
VS
10!ifndef MAKEDIR
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12!endif
264af224 13BCCDIR = $(MAKEDIR)\..
025e88c5
JS
14!endif
15
fd9f42b6 16!include ../../build/msw/config.bcc
025e88c5 17
264af224
VS
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
025e88c5 21
264af224
VS
22### Variables: ###
23
c33fae85 24WX_RELEASE_NODOT = 25
b17c1746
DE
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27SETUPHDIR = \
28 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
29BOMBS_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
30 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
75a0a7b7 31 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
c33fae85 32 -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
264af224
VS
33BOMBS_OBJECTS = \
34 $(OBJS)\bombs_bombs.obj \
35 $(OBJS)\bombs_bombs1.obj \
36 $(OBJS)\bombs_game.obj
264af224
VS
37
38### Conditionally set variables: ###
39
40!if "$(USE_GUI)" == "0"
41PORTNAME = base
42!endif
43!if "$(USE_GUI)" == "1"
44PORTNAME = msw
45!endif
46!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
47WXDEBUGFLAG = d
48!endif
49!if "$(DEBUG_FLAG)" == "1"
50WXDEBUGFLAG = d
51!endif
264af224
VS
52!if "$(UNICODE)" == "1"
53WXUNICODEFLAG = u
54!endif
55!if "$(WXUNIV)" == "1"
56WXUNIVNAME = univ
57!endif
264af224 58!if "$(SHARED)" == "1"
b17c1746 59WXDLLFLAG = dll
264af224
VS
60!endif
61!if "$(BUILD)" == "debug"
62__OPTIMIZEFLAG_2 = -Od
63!endif
64!if "$(BUILD)" == "release"
65__OPTIMIZEFLAG_2 = -O2
66!endif
67!if "$(RUNTIME_LIBS)" == "dynamic"
68__RUNTIME_LIBS_6 = -tWR
69!endif
70!if "$(RUNTIME_LIBS)" == "static"
71__RUNTIME_LIBS_6 =
72!endif
73!if "$(RUNTIME_LIBS)" == "dynamic"
74__RUNTIME_LIBS_7 = i
75!endif
76!if "$(RUNTIME_LIBS)" == "static"
77__RUNTIME_LIBS_7 =
78!endif
b17c1746
DE
79!if "$(WXUNIV)" == "1"
80__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
81!endif
82!if "$(WXUNIV)" == "1"
83__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
84!endif
85!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
86__DEBUG_DEFINE_p = -D__WXDEBUG__
87!endif
88!if "$(DEBUG_FLAG)" == "1"
89__DEBUG_DEFINE_p = -D__WXDEBUG__
90!endif
91!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
92__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
93!endif
94!if "$(DEBUG_FLAG)" == "1"
95__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
96!endif
264af224 97!if "$(UNICODE)" == "1"
ec08d395 98__UNICODE_DEFINE_p = -D_UNICODE
264af224
VS
99!endif
100!if "$(UNICODE)" == "1"
ec08d395 101__UNICODE_DEFINE_p_1 = -d_UNICODE
264af224 102!endif
b17c1746
DE
103!if "$(SHARED)" == "1"
104__DLLFLAG_p = -DWXUSINGDLL
4e209a20 105!endif
b17c1746
DE
106!if "$(SHARED)" == "1"
107__DLLFLAG_p_1 = -dWXUSINGDLL
264af224
VS
108!endif
109!if "$(MONOLITHIC)" == "0"
110__WXLIB_CORE_p = \
c33fae85 111 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
264af224 112!endif
b17c1746 113!if "$(MONOLITHIC)" == "0"
c33fae85
RN
114__WXLIB_BASE_p = \
115 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 116!endif
264af224
VS
117!if "$(MONOLITHIC)" == "1"
118__WXLIB_MONO_p = \
c33fae85 119 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
264af224 120!endif
b17c1746 121!if "$(USE_GUI)" == "1"
c33fae85 122__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib
264af224 123!endif
b17c1746 124!if "$(USE_GUI)" == "1"
c33fae85 125__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib
b17c1746
DE
126!endif
127!if "$(USE_GUI)" == "1"
c33fae85 128__LIB_PNG_p = wxpng$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib
b17c1746
DE
129!endif
130!if "$(MSLU)" == "1"
131__UNICOWS_LIB_p = unicows.lib
132!endif
133!if "$(SHARED)" == "0"
134LIBDIRNAME = .\..\..\lib\bcc_lib$(CFG)
135!endif
136!if "$(SHARED)" == "1"
137LIBDIRNAME = .\..\..\lib\bcc_dll$(CFG)
138!endif
139!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
140__DEBUGINFO = -v
141!endif
142!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
143__DEBUGINFO = -v-
144!endif
145!if "$(DEBUG_INFO)" == "0"
146__DEBUGINFO = -v-
147!endif
148!if "$(DEBUG_INFO)" == "1"
149__DEBUGINFO = -v
264af224
VS
150!endif
151
152
153all: $(OBJS)
154$(OBJS):
155 -if not exist $(OBJS) mkdir $(OBJS)
156
157### Targets: ###
158
159all: $(OBJS)\bombs.exe
160
264af224
VS
161clean:
162 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
163 -if exist $(OBJS)\*.res del $(OBJS)\*.res
164 -if exist $(OBJS)\bombs.exe del $(OBJS)\bombs.exe
ec08d395
JS
165 -if exist $(OBJS)\bombs.tds del $(OBJS)\bombs.tds
166 -if exist $(OBJS)\bombs.ilc del $(OBJS)\bombs.ilc
167 -if exist $(OBJS)\bombs.ild del $(OBJS)\bombs.ild
168 -if exist $(OBJS)\bombs.ilf del $(OBJS)\bombs.ilf
169 -if exist $(OBJS)\bombs.ils del $(OBJS)\bombs.ils
b17c1746
DE
170
171$(OBJS)\bombs.exe: $(BOMBS_OBJECTS) $(OBJS)\bombs_bombs.res
172 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
c33fae85 173 c0w32.obj $(BOMBS_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib wxexpat$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\bombs_bombs.res
b17c1746
DE
174|
175
176$(OBJS)\bombs_bombs.obj: .\bombs.cpp
177 $(CXX) -q -c -P -o$@ $(BOMBS_CXXFLAGS) $**
178
179$(OBJS)\bombs_bombs1.obj: .\bombs1.cpp
180 $(CXX) -q -c -P -o$@ $(BOMBS_CXXFLAGS) $**
181
182$(OBJS)\bombs_game.obj: .\game.cpp
183 $(CXX) -q -c -P -o$@ $(BOMBS_CXXFLAGS) $**
184
185$(OBJS)\bombs_bombs.res: .\bombs.rc
c33fae85 186 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -dNOPCH $**