]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/ipc/makefile.bcc
More WXDLLIMPEXP_GIZMOS fixes
[wxWidgets.git] / samples / ipc / makefile.bcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.8 (http://bakefile.sourceforge.net)
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
24WX_RELEASE_NODOT = 25
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
30CLIENT_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \
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)
35CLIENT_OBJECTS = \
36 $(OBJS)\client_client.obj
37SERVER_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \
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)
42SERVER_OBJECTS = \
43 $(OBJS)\server_server.obj
44
45### Conditionally set variables: ###
46
47!if "$(USE_GUI)" == "0"
48PORTNAME = base
49!endif
50!if "$(USE_GUI)" == "1"
51PORTNAME = msw
52!endif
53!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
54WXDEBUGFLAG = d
55!endif
56!if "$(DEBUG_FLAG)" == "1"
57WXDEBUGFLAG = d
58!endif
59!if "$(UNICODE)" == "1"
60WXUNICODEFLAG = u
61!endif
62!if "$(WXUNIV)" == "1"
63WXUNIVNAME = univ
64!endif
65!if "$(SHARED)" == "1"
66WXDLLFLAG = dll
67!endif
68!if "$(SHARED)" == "0"
69LIBTYPE_SUFFIX = lib
70!endif
71!if "$(SHARED)" == "1"
72LIBTYPE_SUFFIX = dll
73!endif
74!if "$(MONOLITHIC)" == "0"
75EXTRALIBS_FOR_BASE =
76!endif
77!if "$(MONOLITHIC)" == "1"
78EXTRALIBS_FOR_BASE =
79!endif
80!if "$(BUILD)" == "debug"
81__OPTIMIZEFLAG = -Od
82!endif
83!if "$(BUILD)" == "release"
84__OPTIMIZEFLAG = -O2
85!endif
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
98!if "$(RUNTIME_LIBS)" == "dynamic"
99__RUNTIME_LIBS = -tWR
100!endif
101!if "$(RUNTIME_LIBS)" == "static"
102__RUNTIME_LIBS =
103!endif
104!if "$(RUNTIME_LIBS)" == "dynamic"
105__RUNTIME_LIBS_0 = i
106!endif
107!if "$(RUNTIME_LIBS)" == "static"
108__RUNTIME_LIBS_0 =
109!endif
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
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
146!if "$(UNICODE)" == "1"
147__UNICODE_DEFINE_p = -D_UNICODE
148!endif
149!if "$(UNICODE)" == "1"
150__UNICODE_DEFINE_p_0 = -d_UNICODE
151!endif
152!if "$(SHARED)" == "1"
153__DLLFLAG_p = -DWXUSINGDLL
154!endif
155!if "$(SHARED)" == "1"
156__DLLFLAG_p_0 = -dWXUSINGDLL
157!endif
158!if "$(MONOLITHIC)" == "0"
159__WXLIB_CORE_p = \
160 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
161!endif
162!if "$(MONOLITHIC)" == "0"
163__WXLIB_NET_p = \
164 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
165!endif
166!if "$(MONOLITHIC)" == "0"
167__WXLIB_BASE_p = \
168 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
169!endif
170!if "$(MONOLITHIC)" == "1"
171__WXLIB_MONO_p = \
172 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
173!endif
174!if "$(USE_GUI)" == "1"
175__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
176!endif
177!if "$(USE_GUI)" == "1"
178__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
179!endif
180!if "$(USE_GUI)" == "1"
181__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
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
197!endif
198
199
200all: $(OBJS)
201$(OBJS):
202 -if not exist $(OBJS) mkdir $(OBJS)
203
204### Targets: ###
205
206all: $(OBJS)\client.exe $(OBJS)\server.exe
207
208clean:
209 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
210 -if exist $(OBJS)\*.res del $(OBJS)\*.res
211 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
212 -if exist $(OBJS)\client.exe del $(OBJS)\client.exe
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
218 -if exist $(OBJS)\server.exe del $(OBJS)\server.exe
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
224
225$(OBJS)\client.exe: $(CLIENT_OBJECTS) $(OBJS)\client_sample.res
226 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
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
228|
229
230$(OBJS)\server.exe: $(SERVER_OBJECTS) $(OBJS)\server_sample.res
231 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
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
233|
234
235$(OBJS)\client_sample.res: .\..\..\samples\sample.rc
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 $**
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
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 $**
243
244$(OBJS)\server_server.obj: .\server.cpp
245 $(CXX) -q -c -P -o$@ $(SERVER_CXXFLAGS) $**
246