]> git.saurik.com Git - wxWidgets.git/blame - samples/splash/makefile.bcc
Rebaked with Bakefile 0.1.7.
[wxWidgets.git] / samples / splash / makefile.bcc
CommitLineData
8b9d7133
WS
1# =========================================================================
2# This makefile was generated by
b14abf14 3# Bakefile 0.1.6 (http://bakefile.sourceforge.net)
8b9d7133
WS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7.autodepend
8
9!ifndef BCCDIR
10!ifndef MAKEDIR
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12!endif
13BCCDIR = $(MAKEDIR)\..
14!endif
15
16!include ../../build/msw/config.bcc
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
22### Variables: ###
23
c33fae85 24WX_RELEASE_NODOT = 25
8b9d7133
WS
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 27LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
8b9d7133
WS
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
30SPLASH_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
31 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
32 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
c33fae85 33 -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
8b9d7133
WS
34SPLASH_OBJECTS = \
35 $(OBJS)\splash_splash.obj
36
37### Conditionally set variables: ###
38
39!if "$(USE_GUI)" == "0"
40PORTNAME = base
41!endif
42!if "$(USE_GUI)" == "1"
43PORTNAME = msw
44!endif
45!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
46WXDEBUGFLAG = d
47!endif
48!if "$(DEBUG_FLAG)" == "1"
49WXDEBUGFLAG = d
50!endif
51!if "$(UNICODE)" == "1"
52WXUNICODEFLAG = u
53!endif
54!if "$(WXUNIV)" == "1"
55WXUNIVNAME = univ
56!endif
57!if "$(SHARED)" == "1"
58WXDLLFLAG = dll
59!endif
b14abf14
JS
60!if "$(SHARED)" == "0"
61LIBTYPE_SUFFIX = lib
62!endif
63!if "$(SHARED)" == "1"
64LIBTYPE_SUFFIX = dll
65!endif
dd65d8c8
RN
66!if "$(MONOLITHIC)" == "0"
67EXTRALIBS_FOR_BASE =
68!endif
69!if "$(MONOLITHIC)" == "1"
70EXTRALIBS_FOR_BASE =
71!endif
8b9d7133
WS
72!if "$(BUILD)" == "debug"
73__OPTIMIZEFLAG_2 = -Od
74!endif
75!if "$(BUILD)" == "release"
76__OPTIMIZEFLAG_2 = -O2
77!endif
78!if "$(RUNTIME_LIBS)" == "dynamic"
79__RUNTIME_LIBS_6 = -tWR
80!endif
81!if "$(RUNTIME_LIBS)" == "static"
82__RUNTIME_LIBS_6 =
83!endif
84!if "$(RUNTIME_LIBS)" == "dynamic"
85__RUNTIME_LIBS_7 = i
86!endif
87!if "$(RUNTIME_LIBS)" == "static"
88__RUNTIME_LIBS_7 =
89!endif
90!if "$(WXUNIV)" == "1"
91__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
92!endif
93!if "$(WXUNIV)" == "1"
94__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
95!endif
96!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
97__DEBUG_DEFINE_p = -D__WXDEBUG__
98!endif
99!if "$(DEBUG_FLAG)" == "1"
100__DEBUG_DEFINE_p = -D__WXDEBUG__
101!endif
102!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
103__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
104!endif
105!if "$(DEBUG_FLAG)" == "1"
106__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
107!endif
108!if "$(UNICODE)" == "1"
109__UNICODE_DEFINE_p = -D_UNICODE
110!endif
111!if "$(UNICODE)" == "1"
112__UNICODE_DEFINE_p_1 = -d_UNICODE
113!endif
114!if "$(SHARED)" == "1"
115__DLLFLAG_p = -DWXUSINGDLL
116!endif
117!if "$(SHARED)" == "1"
118__DLLFLAG_p_1 = -dWXUSINGDLL
119!endif
120!if "$(MONOLITHIC)" == "0"
121__WXLIB_ADV_p = \
c33fae85 122 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
8b9d7133
WS
123!endif
124!if "$(MONOLITHIC)" == "0"
125__WXLIB_CORE_p = \
c33fae85 126 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
8b9d7133
WS
127!endif
128!if "$(MONOLITHIC)" == "0"
c33fae85
RN
129__WXLIB_BASE_p = \
130 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
8b9d7133 131!endif
503271a5
RN
132!if "$(MONOLITHIC)" == "0"
133__WXLIB_MEDIA_p = \
134 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_media.lib
135!endif
8b9d7133
WS
136!if "$(MONOLITHIC)" == "1"
137__WXLIB_MONO_p = \
c33fae85 138 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
8b9d7133
WS
139!endif
140!if "$(USE_GUI)" == "1"
9c2d002b 141__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
8b9d7133
WS
142!endif
143!if "$(USE_GUI)" == "1"
9c2d002b 144__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
8b9d7133
WS
145!endif
146!if "$(USE_GUI)" == "1"
9c2d002b 147__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
8b9d7133
WS
148!endif
149!if "$(MSLU)" == "1"
150__UNICOWS_LIB_p = unicows.lib
151!endif
8b9d7133
WS
152!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
153__DEBUGINFO = -v
154!endif
155!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
156__DEBUGINFO = -v-
157!endif
158!if "$(DEBUG_INFO)" == "0"
159__DEBUGINFO = -v-
160!endif
161!if "$(DEBUG_INFO)" == "1"
162__DEBUGINFO = -v
163!endif
164
165
166all: $(OBJS)
167$(OBJS):
168 -if not exist $(OBJS) mkdir $(OBJS)
169
170### Targets: ###
171
172all: $(OBJS)\splash.exe data
173
174clean:
175 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
176 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 177 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
8b9d7133
WS
178 -if exist $(OBJS)\splash.exe del $(OBJS)\splash.exe
179 -if exist $(OBJS)\splash.tds del $(OBJS)\splash.tds
180 -if exist $(OBJS)\splash.ilc del $(OBJS)\splash.ilc
181 -if exist $(OBJS)\splash.ild del $(OBJS)\splash.ild
182 -if exist $(OBJS)\splash.ilf del $(OBJS)\splash.ilf
183 -if exist $(OBJS)\splash.ils del $(OBJS)\splash.ils
184
185$(OBJS)\splash.exe: $(SPLASH_OBJECTS) $(OBJS)\splash_sample.res
186 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
503271a5 187 c0w32.obj $(SPLASH_OBJECTS),$@,, $(__WXLIB_ADV_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MEDIA_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)\splash_sample.res
8b9d7133
WS
188|
189
190data:
191 if not exist $(OBJS) mkdir $(OBJS)
503271a5 192 for %f in (splash.png press.mpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
8b9d7133
WS
193
194$(OBJS)\splash_splash.obj: .\splash.cpp
195 $(CXX) -q -c -P -o$@ $(SPLASH_CXXFLAGS) $**
196
197$(OBJS)\splash_sample.res: .\..\sample.rc
b14abf14
JS
198 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 $**
199