]> git.saurik.com Git - wxWidgets.git/blame - demos/bombs/makefile.bcc
regenerated ReST docs
[wxWidgets.git] / demos / bombs / makefile.bcc
CommitLineData
264af224
VS
1# =========================================================================
2# This makefile was generated by
d3d0b8db 3# Bakefile 0.1.6 (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)
d3d0b8db 27LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
30BOMBS_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
31 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
75a0a7b7 32 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
c33fae85 33 -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
264af224
VS
34BOMBS_OBJECTS = \
35 $(OBJS)\bombs_bombs.obj \
36 $(OBJS)\bombs_bombs1.obj \
37 $(OBJS)\bombs_game.obj
264af224
VS
38
39### Conditionally set variables: ###
40
41!if "$(USE_GUI)" == "0"
42PORTNAME = base
43!endif
44!if "$(USE_GUI)" == "1"
45PORTNAME = msw
46!endif
47!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
48WXDEBUGFLAG = d
49!endif
50!if "$(DEBUG_FLAG)" == "1"
51WXDEBUGFLAG = d
52!endif
264af224
VS
53!if "$(UNICODE)" == "1"
54WXUNICODEFLAG = u
55!endif
56!if "$(WXUNIV)" == "1"
57WXUNIVNAME = univ
58!endif
264af224 59!if "$(SHARED)" == "1"
b17c1746 60WXDLLFLAG = dll
264af224 61!endif
d3d0b8db
JS
62!if "$(SHARED)" == "0"
63LIBTYPE_SUFFIX = lib
64!endif
65!if "$(SHARED)" == "1"
66LIBTYPE_SUFFIX = dll
67!endif
dd65d8c8
RN
68!if "$(MONOLITHIC)" == "0"
69EXTRALIBS_FOR_BASE =
70!endif
71!if "$(MONOLITHIC)" == "1"
72EXTRALIBS_FOR_BASE =
73!endif
264af224
VS
74!if "$(BUILD)" == "debug"
75__OPTIMIZEFLAG_2 = -Od
76!endif
77!if "$(BUILD)" == "release"
78__OPTIMIZEFLAG_2 = -O2
79!endif
80!if "$(RUNTIME_LIBS)" == "dynamic"
81__RUNTIME_LIBS_6 = -tWR
82!endif
83!if "$(RUNTIME_LIBS)" == "static"
84__RUNTIME_LIBS_6 =
85!endif
86!if "$(RUNTIME_LIBS)" == "dynamic"
87__RUNTIME_LIBS_7 = i
88!endif
89!if "$(RUNTIME_LIBS)" == "static"
90__RUNTIME_LIBS_7 =
91!endif
b17c1746
DE
92!if "$(WXUNIV)" == "1"
93__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
94!endif
95!if "$(WXUNIV)" == "1"
96__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
97!endif
98!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
99__DEBUG_DEFINE_p = -D__WXDEBUG__
100!endif
101!if "$(DEBUG_FLAG)" == "1"
102__DEBUG_DEFINE_p = -D__WXDEBUG__
103!endif
104!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
105__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
106!endif
107!if "$(DEBUG_FLAG)" == "1"
108__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
109!endif
264af224 110!if "$(UNICODE)" == "1"
ec08d395 111__UNICODE_DEFINE_p = -D_UNICODE
264af224
VS
112!endif
113!if "$(UNICODE)" == "1"
ec08d395 114__UNICODE_DEFINE_p_1 = -d_UNICODE
264af224 115!endif
b17c1746
DE
116!if "$(SHARED)" == "1"
117__DLLFLAG_p = -DWXUSINGDLL
4e209a20 118!endif
b17c1746
DE
119!if "$(SHARED)" == "1"
120__DLLFLAG_p_1 = -dWXUSINGDLL
264af224
VS
121!endif
122!if "$(MONOLITHIC)" == "0"
123__WXLIB_CORE_p = \
c33fae85 124 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
264af224 125!endif
b17c1746 126!if "$(MONOLITHIC)" == "0"
c33fae85
RN
127__WXLIB_BASE_p = \
128 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 129!endif
264af224
VS
130!if "$(MONOLITHIC)" == "1"
131__WXLIB_MONO_p = \
c33fae85 132 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
264af224 133!endif
b17c1746 134!if "$(USE_GUI)" == "1"
9c2d002b 135__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
264af224 136!endif
b17c1746 137!if "$(USE_GUI)" == "1"
9c2d002b 138__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
139!endif
140!if "$(USE_GUI)" == "1"
9c2d002b 141__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
142!endif
143!if "$(MSLU)" == "1"
144__UNICOWS_LIB_p = unicows.lib
145!endif
b17c1746
DE
146!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
147__DEBUGINFO = -v
148!endif
149!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
150__DEBUGINFO = -v-
151!endif
152!if "$(DEBUG_INFO)" == "0"
153__DEBUGINFO = -v-
154!endif
155!if "$(DEBUG_INFO)" == "1"
156__DEBUGINFO = -v
264af224
VS
157!endif
158
159
160all: $(OBJS)
161$(OBJS):
162 -if not exist $(OBJS) mkdir $(OBJS)
163
164### Targets: ###
165
166all: $(OBJS)\bombs.exe
167
264af224
VS
168clean:
169 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
170 -if exist $(OBJS)\*.res del $(OBJS)\*.res
d3d0b8db 171 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
264af224 172 -if exist $(OBJS)\bombs.exe del $(OBJS)\bombs.exe
ec08d395
JS
173 -if exist $(OBJS)\bombs.tds del $(OBJS)\bombs.tds
174 -if exist $(OBJS)\bombs.ilc del $(OBJS)\bombs.ilc
175 -if exist $(OBJS)\bombs.ild del $(OBJS)\bombs.ild
176 -if exist $(OBJS)\bombs.ilf del $(OBJS)\bombs.ilf
177 -if exist $(OBJS)\bombs.ils del $(OBJS)\bombs.ils
b17c1746
DE
178
179$(OBJS)\bombs.exe: $(BOMBS_OBJECTS) $(OBJS)\bombs_bombs.res
180 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
dd65d8c8 181 c0w32.obj $(BOMBS_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) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\bombs_bombs.res
b17c1746
DE
182|
183
184$(OBJS)\bombs_bombs.obj: .\bombs.cpp
185 $(CXX) -q -c -P -o$@ $(BOMBS_CXXFLAGS) $**
186
187$(OBJS)\bombs_bombs1.obj: .\bombs1.cpp
188 $(CXX) -q -c -P -o$@ $(BOMBS_CXXFLAGS) $**
189
190$(OBJS)\bombs_game.obj: .\game.cpp
191 $(CXX) -q -c -P -o$@ $(BOMBS_CXXFLAGS) $**
192
193$(OBJS)\bombs_bombs.res: .\bombs.rc
d3d0b8db
JS
194 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 $**
195