]> git.saurik.com Git - wxWidgets.git/blame - samples/sockets/makefile.bcc
added more message names to wxGetMessageName() (modified patch 1611819)
[wxWidgets.git] / samples / sockets / makefile.bcc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
25bb1412 3# Bakefile 0.2.1 (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
ae4ccf12 24WX_RELEASE_NODOT = 29
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) \
3abcf424
RD
34 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -I. $(__DLLFLAG_p) \
35 -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
e9877ed3
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) \
3abcf424
RD
42 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -I. $(__DLLFLAG_p) \
43 -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
e9877ed3
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
25a73439
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
e9877ed3 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
RD
82!if "$(BUILD)" == "debug"
83__OPTIMIZEFLAG = -Od
84!endif
85!if "$(BUILD)" == "release"
86__OPTIMIZEFLAG = -O2
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"
104__RUNTIME_LIBS =
105!endif
106!if "$(RUNTIME_LIBS)" == "dynamic"
b17c1746 107__RUNTIME_LIBS_0 = i
250700e4
RD
108!endif
109!if "$(RUNTIME_LIBS)" == "static"
110__RUNTIME_LIBS_0 =
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
3abcf424
RD
160!if "$(USE_GDIPLUS)" == "1"
161__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
162!endif
163!if "$(USE_GDIPLUS)" == "1"
164__GFXCTX_DEFINE_p_0 = -dwxUSE_GRAPHICS_CONTEXT=1
165!endif
b17c1746
DE
166!if "$(SHARED)" == "1"
167__DLLFLAG_p = -DWXUSINGDLL
168!endif
169!if "$(SHARED)" == "1"
170__DLLFLAG_p_0 = -dWXUSINGDLL
250700e4
RD
171!endif
172!if "$(MONOLITHIC)" == "0"
173__WXLIB_CORE_p = \
c33fae85 174 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4 175!endif
b17c1746 176!if "$(MONOLITHIC)" == "0"
c33fae85
RN
177__WXLIB_NET_p = \
178 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
b17c1746
DE
179!endif
180!if "$(MONOLITHIC)" == "0"
c33fae85
RN
181__WXLIB_BASE_p = \
182 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 183!endif
250700e4
RD
184!if "$(MONOLITHIC)" == "1"
185__WXLIB_MONO_p = \
c33fae85 186 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 187!endif
b17c1746 188!if "$(USE_GUI)" == "1"
9c2d002b 189__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
e9877ed3 190!endif
b17c1746 191!if "$(USE_GUI)" == "1"
9c2d002b 192__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
250700e4 193!endif
b17c1746 194!if "$(USE_GUI)" == "1"
9c2d002b 195__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
196!endif
197!if "$(MSLU)" == "1"
198__UNICOWS_LIB_p = unicows.lib
199!endif
3abcf424
RD
200!if "$(USE_GDIPLUS)" == "1"
201__GDIPLUS_LIB_p = gdiplus.lib
202!endif
b17c1746
DE
203!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
204__DEBUGINFO = -v
205!endif
206!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
207__DEBUGINFO = -v-
208!endif
209!if "$(DEBUG_INFO)" == "0"
210__DEBUGINFO = -v-
211!endif
212!if "$(DEBUG_INFO)" == "1"
213__DEBUGINFO = -v
250700e4
RD
214!endif
215
216
217all: $(OBJS)
218$(OBJS):
219 -if not exist $(OBJS) mkdir $(OBJS)
220
221### Targets: ###
222
223all: $(OBJS)\client.exe $(OBJS)\server.exe
224
250700e4
RD
225clean:
226 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
227 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 228 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
250700e4 229 -if exist $(OBJS)\client.exe del $(OBJS)\client.exe
ec08d395
JS
230 -if exist $(OBJS)\client.tds del $(OBJS)\client.tds
231 -if exist $(OBJS)\client.ilc del $(OBJS)\client.ilc
232 -if exist $(OBJS)\client.ild del $(OBJS)\client.ild
233 -if exist $(OBJS)\client.ilf del $(OBJS)\client.ilf
234 -if exist $(OBJS)\client.ils del $(OBJS)\client.ils
250700e4 235 -if exist $(OBJS)\server.exe del $(OBJS)\server.exe
ec08d395
JS
236 -if exist $(OBJS)\server.tds del $(OBJS)\server.tds
237 -if exist $(OBJS)\server.ilc del $(OBJS)\server.ilc
238 -if exist $(OBJS)\server.ild del $(OBJS)\server.ild
239 -if exist $(OBJS)\server.ilf del $(OBJS)\server.ilf
240 -if exist $(OBJS)\server.ils del $(OBJS)\server.ils
250700e4 241
e9877ed3 242$(OBJS)\client.exe: $(CLIENT_OBJECTS) $(OBJS)\client_client.res
9bfe7ad9 243 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
3abcf424 244 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) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG)$(__RUNTIME_LIBS_0).lib,, $(OBJS)\client_client.res
250700e4
RD
245|
246
e9877ed3 247$(OBJS)\server.exe: $(SERVER_OBJECTS) $(OBJS)\server_server.res
9bfe7ad9 248 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
3abcf424 249 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) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG)$(__RUNTIME_LIBS_0).lib,, $(OBJS)\server_server.res
250700e4 250|
b17c1746
DE
251
252$(OBJS)\client_client.obj: .\client.cpp
253 $(CXX) -q -c -P -o$@ $(CLIENT_CXXFLAGS) $**
254
255$(OBJS)\client_client.res: .\client.rc
3abcf424 256 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) $(__GFXCTX_DEFINE_p_0) -i$(SETUPHDIR) -i.\..\..\include -i. $(__DLLFLAG_p_0) -i.\..\..\samples -dNOPCH $**
b17c1746
DE
257
258$(OBJS)\server_server.obj: .\server.cpp
259 $(CXX) -q -c -P -o$@ $(SERVER_CXXFLAGS) $**
260
261$(OBJS)\server_server.res: .\server.rc
3abcf424 262 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) $(__GFXCTX_DEFINE_p_0) -i$(SETUPHDIR) -i.\..\..\include -i. $(__DLLFLAG_p_0) -i.\..\..\samples -dNOPCH $**
b14abf14 263