]> git.saurik.com Git - wxWidgets.git/blame - samples/except/makefile.bcc
added a test for/example of assert dialog box
[wxWidgets.git] / samples / except / makefile.bcc
CommitLineData
556b8c1a
VZ
1# =========================================================================
2# This makefile was generated by
b14abf14 3# Bakefile 0.1.6 (http://bakefile.sourceforge.net)
556b8c1a
VZ
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
9bfe7ad9
VS
7.autodepend
8
556b8c1a 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
556b8c1a
VZ
13BCCDIR = $(MAKEDIR)\..
14!endif
15
16!include ../../build/msw/config.bcc
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
556b8c1a
VZ
22### Variables: ###
23
c33fae85 24WX_RELEASE_NODOT = 25
b17c1746
DE
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 27LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
30EXCEPT_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
31 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
556b8c1a 32 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
c33fae85 33 -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
556b8c1a
VZ
34EXCEPT_OBJECTS = \
35 $(OBJS)\except_except.obj
556b8c1a
VZ
36
37### Conditionally set variables: ###
38
556b8c1a
VZ
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
556b8c1a
VZ
51!if "$(UNICODE)" == "1"
52WXUNICODEFLAG = u
53!endif
54!if "$(WXUNIV)" == "1"
55WXUNIVNAME = univ
56!endif
556b8c1a 57!if "$(SHARED)" == "1"
b17c1746 58WXDLLFLAG = dll
556b8c1a 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
556b8c1a
VZ
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
b17c1746
DE
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
556b8c1a
VZ
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
b17c1746
DE
114!if "$(SHARED)" == "1"
115__DLLFLAG_p = -DWXUSINGDLL
556b8c1a 116!endif
b17c1746
DE
117!if "$(SHARED)" == "1"
118__DLLFLAG_p_1 = -dWXUSINGDLL
556b8c1a
VZ
119!endif
120!if "$(MONOLITHIC)" == "0"
121__WXLIB_CORE_p = \
c33fae85 122 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
556b8c1a 123!endif
b17c1746 124!if "$(MONOLITHIC)" == "0"
c33fae85
RN
125__WXLIB_BASE_p = \
126 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 127!endif
556b8c1a
VZ
128!if "$(MONOLITHIC)" == "1"
129__WXLIB_MONO_p = \
c33fae85 130 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
556b8c1a 131!endif
b17c1746 132!if "$(USE_GUI)" == "1"
9c2d002b 133__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
556b8c1a 134!endif
b17c1746 135!if "$(USE_GUI)" == "1"
9c2d002b 136__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
137!endif
138!if "$(USE_GUI)" == "1"
9c2d002b 139__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
140!endif
141!if "$(MSLU)" == "1"
142__UNICOWS_LIB_p = unicows.lib
143!endif
b17c1746
DE
144!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
145__DEBUGINFO = -v
146!endif
147!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
148__DEBUGINFO = -v-
149!endif
150!if "$(DEBUG_INFO)" == "0"
151__DEBUGINFO = -v-
152!endif
153!if "$(DEBUG_INFO)" == "1"
154__DEBUGINFO = -v
556b8c1a
VZ
155!endif
156
157
158all: $(OBJS)
159$(OBJS):
160 -if not exist $(OBJS) mkdir $(OBJS)
161
162### Targets: ###
163
164all: $(OBJS)\except.exe
165
556b8c1a
VZ
166clean:
167 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
168 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 169 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
556b8c1a
VZ
170 -if exist $(OBJS)\except.exe del $(OBJS)\except.exe
171 -if exist $(OBJS)\except.tds del $(OBJS)\except.tds
172 -if exist $(OBJS)\except.ilc del $(OBJS)\except.ilc
173 -if exist $(OBJS)\except.ild del $(OBJS)\except.ild
174 -if exist $(OBJS)\except.ilf del $(OBJS)\except.ilf
175 -if exist $(OBJS)\except.ils del $(OBJS)\except.ils
176
177$(OBJS)\except.exe: $(EXCEPT_OBJECTS) $(OBJS)\except_sample.res
9bfe7ad9 178 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
dd65d8c8 179 c0w32.obj $(EXCEPT_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)\except_sample.res
556b8c1a 180|
b17c1746
DE
181
182$(OBJS)\except_sample.res: .\..\..\samples\sample.rc
b14abf14 183 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 $**
b17c1746
DE
184
185$(OBJS)\except_except.obj: .\except.cpp
186 $(CXX) -q -c -P -o$@ $(EXCEPT_CXXFLAGS) $**
b14abf14 187