]> git.saurik.com Git - wxWidgets.git/blame - samples/ipc/makefile.bcc
Backed out a fix which seems to cause more trouble than it's doing good. :-(
[wxWidgets.git] / samples / ipc / makefile.bcc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
8c9f8f91 3# Bakefile 0.1.8 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
9bfe7ad9
VS
7.autodepend
8
250700e4 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
250700e4
RD
13BCCDIR = $(MAKEDIR)\..
14!endif
15
fd9f42b6 16!include ../../build/msw/config.bcc
250700e4
RD
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
250700e4
RD
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)
30CLIENT_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \
8c9f8f91
JS
31 $(__OPTIMIZEFLAG) $(__THREADSFLAG_0) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
32 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
33 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
34 -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
d179e30b
VS
35CLIENT_OBJECTS = \
36 $(OBJS)\client_client.obj
b17c1746 37SERVER_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \
8c9f8f91
JS
38 $(__OPTIMIZEFLAG) $(__THREADSFLAG_0) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
39 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
40 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
41 -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
d179e30b
VS
42SERVER_OBJECTS = \
43 $(OBJS)\server_server.obj
250700e4
RD
44
45### Conditionally set variables: ###
46
47!if "$(USE_GUI)" == "0"
48PORTNAME = base
49!endif
50!if "$(USE_GUI)" == "1"
51PORTNAME = msw
52!endif
076f10e0
VS
53!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
54WXDEBUGFLAG = d
55!endif
56!if "$(DEBUG_FLAG)" == "1"
250700e4
RD
57WXDEBUGFLAG = d
58!endif
250700e4
RD
59!if "$(UNICODE)" == "1"
60WXUNICODEFLAG = u
61!endif
62!if "$(WXUNIV)" == "1"
63WXUNIVNAME = univ
64!endif
250700e4 65!if "$(SHARED)" == "1"
b17c1746 66WXDLLFLAG = dll
076f10e0 67!endif
b14abf14
JS
68!if "$(SHARED)" == "0"
69LIBTYPE_SUFFIX = lib
70!endif
71!if "$(SHARED)" == "1"
72LIBTYPE_SUFFIX = dll
73!endif
dd65d8c8
RN
74!if "$(MONOLITHIC)" == "0"
75EXTRALIBS_FOR_BASE =
76!endif
77!if "$(MONOLITHIC)" == "1"
78EXTRALIBS_FOR_BASE =
79!endif
250700e4 80!if "$(BUILD)" == "debug"
d179e30b 81__OPTIMIZEFLAG = -Od
250700e4
RD
82!endif
83!if "$(BUILD)" == "release"
d179e30b 84__OPTIMIZEFLAG = -O2
250700e4 85!endif
8c9f8f91
JS
86!if "$(USE_THREADS)" == "0"
87__THREADSFLAG =
88!endif
89!if "$(USE_THREADS)" == "1"
90__THREADSFLAG = mt
91!endif
92!if "$(USE_THREADS)" == "0"
93__THREADSFLAG_0 =
94!endif
95!if "$(USE_THREADS)" == "1"
96__THREADSFLAG_0 = -tWM
97!endif
250700e4 98!if "$(RUNTIME_LIBS)" == "dynamic"
b17c1746 99__RUNTIME_LIBS = -tWR
250700e4
RD
100!endif
101!if "$(RUNTIME_LIBS)" == "static"
d179e30b 102__RUNTIME_LIBS =
250700e4
RD
103!endif
104!if "$(RUNTIME_LIBS)" == "dynamic"
b17c1746 105__RUNTIME_LIBS_0 = i
250700e4
RD
106!endif
107!if "$(RUNTIME_LIBS)" == "static"
d179e30b 108__RUNTIME_LIBS_0 =
250700e4 109!endif
b17c1746
DE
110!if "$(WXUNIV)" == "1"
111__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
112!endif
113!if "$(WXUNIV)" == "1"
114__WXUNIV_DEFINE_p_0 = -d__WXUNIVERSAL__
115!endif
116!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
117__DEBUG_DEFINE_p = -D__WXDEBUG__
118!endif
119!if "$(DEBUG_FLAG)" == "1"
120__DEBUG_DEFINE_p = -D__WXDEBUG__
121!endif
122!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
123__DEBUG_DEFINE_p_0 = -d__WXDEBUG__
124!endif
125!if "$(DEBUG_FLAG)" == "1"
126__DEBUG_DEFINE_p_0 = -d__WXDEBUG__
127!endif
8c9f8f91
JS
128!if "$(USE_EXCEPTIONS)" == "0"
129__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
130!endif
131!if "$(USE_EXCEPTIONS)" == "0"
132__EXCEPTIONS_DEFINE_p_0 = -dwxNO_EXCEPTIONS
133!endif
134!if "$(USE_RTTI)" == "0"
135__RTTI_DEFINE_p = -DwxNO_RTTI
136!endif
137!if "$(USE_RTTI)" == "0"
138__RTTI_DEFINE_p_0 = -dwxNO_RTTI
139!endif
140!if "$(USE_THREADS)" == "0"
141__THREAD_DEFINE_p = -DwxNO_THREADS
142!endif
143!if "$(USE_THREADS)" == "0"
144__THREAD_DEFINE_p_0 = -dwxNO_THREADS
145!endif
250700e4 146!if "$(UNICODE)" == "1"
ec08d395 147__UNICODE_DEFINE_p = -D_UNICODE
250700e4
RD
148!endif
149!if "$(UNICODE)" == "1"
ec08d395 150__UNICODE_DEFINE_p_0 = -d_UNICODE
250700e4 151!endif
b17c1746
DE
152!if "$(SHARED)" == "1"
153__DLLFLAG_p = -DWXUSINGDLL
154!endif
155!if "$(SHARED)" == "1"
156__DLLFLAG_p_0 = -dWXUSINGDLL
250700e4
RD
157!endif
158!if "$(MONOLITHIC)" == "0"
159__WXLIB_CORE_p = \
c33fae85 160 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4 161!endif
b17c1746 162!if "$(MONOLITHIC)" == "0"
c33fae85
RN
163__WXLIB_NET_p = \
164 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
b17c1746
DE
165!endif
166!if "$(MONOLITHIC)" == "0"
c33fae85
RN
167__WXLIB_BASE_p = \
168 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 169!endif
250700e4
RD
170!if "$(MONOLITHIC)" == "1"
171__WXLIB_MONO_p = \
c33fae85 172 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 173!endif
b17c1746 174!if "$(USE_GUI)" == "1"
9c2d002b 175__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
d179e30b 176!endif
b17c1746 177!if "$(USE_GUI)" == "1"
9c2d002b 178__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
250700e4 179!endif
b17c1746 180!if "$(USE_GUI)" == "1"
9c2d002b 181__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
182!endif
183!if "$(MSLU)" == "1"
184__UNICOWS_LIB_p = unicows.lib
185!endif
186!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
187__DEBUGINFO = -v
188!endif
189!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
190__DEBUGINFO = -v-
191!endif
192!if "$(DEBUG_INFO)" == "0"
193__DEBUGINFO = -v-
194!endif
195!if "$(DEBUG_INFO)" == "1"
196__DEBUGINFO = -v
250700e4
RD
197!endif
198
199
200all: $(OBJS)
201$(OBJS):
202 -if not exist $(OBJS) mkdir $(OBJS)
203
204### Targets: ###
205
d179e30b
VS
206all: $(OBJS)\client.exe $(OBJS)\server.exe
207
250700e4
RD
208clean:
209 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
210 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 211 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
d179e30b 212 -if exist $(OBJS)\client.exe del $(OBJS)\client.exe
ec08d395
JS
213 -if exist $(OBJS)\client.tds del $(OBJS)\client.tds
214 -if exist $(OBJS)\client.ilc del $(OBJS)\client.ilc
215 -if exist $(OBJS)\client.ild del $(OBJS)\client.ild
216 -if exist $(OBJS)\client.ilf del $(OBJS)\client.ilf
217 -if exist $(OBJS)\client.ils del $(OBJS)\client.ils
d179e30b 218 -if exist $(OBJS)\server.exe del $(OBJS)\server.exe
ec08d395
JS
219 -if exist $(OBJS)\server.tds del $(OBJS)\server.tds
220 -if exist $(OBJS)\server.ilc del $(OBJS)\server.ilc
221 -if exist $(OBJS)\server.ild del $(OBJS)\server.ild
222 -if exist $(OBJS)\server.ilf del $(OBJS)\server.ilf
223 -if exist $(OBJS)\server.ils del $(OBJS)\server.ils
d179e30b
VS
224
225$(OBJS)\client.exe: $(CLIENT_OBJECTS) $(OBJS)\client_sample.res
9bfe7ad9 226 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
8c9f8f91 227 c0w32.obj $(CLIENT_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_NET_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 cw32$(__THREADSFLAG)$(__RUNTIME_LIBS_0).lib,, $(OBJS)\client_sample.res
d179e30b 228|
250700e4 229
d179e30b 230$(OBJS)\server.exe: $(SERVER_OBJECTS) $(OBJS)\server_sample.res
9bfe7ad9 231 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
8c9f8f91 232 c0w32.obj $(SERVER_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_NET_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 cw32$(__THREADSFLAG)$(__RUNTIME_LIBS_0).lib,, $(OBJS)\server_sample.res
250700e4 233|
b17c1746
DE
234
235$(OBJS)\client_sample.res: .\..\..\samples\sample.rc
8c9f8f91 236 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_0) $(__DEBUG_DEFINE_p_0) $(__EXCEPTIONS_DEFINE_p_0) $(__RTTI_DEFINE_p_0) $(__THREAD_DEFINE_p_0) $(__UNICODE_DEFINE_p_0) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_0) -i.\..\..\samples $**
b17c1746
DE
237
238$(OBJS)\client_client.obj: .\client.cpp
239 $(CXX) -q -c -P -o$@ $(CLIENT_CXXFLAGS) $**
240
241$(OBJS)\server_sample.res: .\..\..\samples\sample.rc
8c9f8f91 242 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_0) $(__DEBUG_DEFINE_p_0) $(__EXCEPTIONS_DEFINE_p_0) $(__RTTI_DEFINE_p_0) $(__THREAD_DEFINE_p_0) $(__UNICODE_DEFINE_p_0) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_0) -i.\..\..\samples $**
b17c1746
DE
243
244$(OBJS)\server_server.obj: .\server.cpp
245 $(CXX) -q -c -P -o$@ $(SERVER_CXXFLAGS) $**
b14abf14 246