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