]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/sockets/makefile.bcc
Enhanced stock labels usage. Source cleaning.
[wxWidgets.git] / samples / sockets / makefile.bcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.4 (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)
27SETUPHDIR = \
28 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
29CLIENT_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \
30 $(__OPTIMIZEFLAG) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
31 $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) -I. $(__DLLFLAG_p) \
32 -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
33CLIENT_OBJECTS = \
34 $(OBJS)\client_client.obj
35SERVER_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \
36 $(__OPTIMIZEFLAG) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
37 $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) -I. $(__DLLFLAG_p) \
38 -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
39SERVER_OBJECTS = \
40 $(OBJS)\server_server.obj
41
42### Conditionally set variables: ###
43
44!if "$(USE_GUI)" == "0"
45PORTNAME = base
46!endif
47!if "$(USE_GUI)" == "1"
48PORTNAME = msw
49!endif
50!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
51WXDEBUGFLAG = d
52!endif
53!if "$(DEBUG_FLAG)" == "1"
54WXDEBUGFLAG = d
55!endif
56!if "$(UNICODE)" == "1"
57WXUNICODEFLAG = u
58!endif
59!if "$(WXUNIV)" == "1"
60WXUNIVNAME = univ
61!endif
62!if "$(SHARED)" == "1"
63WXDLLFLAG = dll
64!endif
65!if "$(MONOLITHIC)" == "0"
66EXTRALIBS_FOR_BASE =
67!endif
68!if "$(MONOLITHIC)" == "1"
69EXTRALIBS_FOR_BASE =
70!endif
71!if "$(BUILD)" == "debug"
72__OPTIMIZEFLAG = -Od
73!endif
74!if "$(BUILD)" == "release"
75__OPTIMIZEFLAG = -O2
76!endif
77!if "$(RUNTIME_LIBS)" == "dynamic"
78__RUNTIME_LIBS = -tWR
79!endif
80!if "$(RUNTIME_LIBS)" == "static"
81__RUNTIME_LIBS =
82!endif
83!if "$(RUNTIME_LIBS)" == "dynamic"
84__RUNTIME_LIBS_0 = i
85!endif
86!if "$(RUNTIME_LIBS)" == "static"
87__RUNTIME_LIBS_0 =
88!endif
89!if "$(WXUNIV)" == "1"
90__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
91!endif
92!if "$(WXUNIV)" == "1"
93__WXUNIV_DEFINE_p_0 = -d__WXUNIVERSAL__
94!endif
95!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
96__DEBUG_DEFINE_p = -D__WXDEBUG__
97!endif
98!if "$(DEBUG_FLAG)" == "1"
99__DEBUG_DEFINE_p = -D__WXDEBUG__
100!endif
101!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
102__DEBUG_DEFINE_p_0 = -d__WXDEBUG__
103!endif
104!if "$(DEBUG_FLAG)" == "1"
105__DEBUG_DEFINE_p_0 = -d__WXDEBUG__
106!endif
107!if "$(UNICODE)" == "1"
108__UNICODE_DEFINE_p = -D_UNICODE
109!endif
110!if "$(UNICODE)" == "1"
111__UNICODE_DEFINE_p_0 = -d_UNICODE
112!endif
113!if "$(SHARED)" == "0"
114LIBDIRNAME = .\..\..\lib\bcc_lib$(CFG)
115!endif
116!if "$(SHARED)" == "1"
117LIBDIRNAME = .\..\..\lib\bcc_dll$(CFG)
118!endif
119!if "$(SHARED)" == "1"
120__DLLFLAG_p = -DWXUSINGDLL
121!endif
122!if "$(SHARED)" == "1"
123__DLLFLAG_p_0 = -dWXUSINGDLL
124!endif
125!if "$(MONOLITHIC)" == "0"
126__WXLIB_CORE_p = \
127 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
128!endif
129!if "$(MONOLITHIC)" == "0"
130__WXLIB_NET_p = \
131 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
132!endif
133!if "$(MONOLITHIC)" == "0"
134__WXLIB_BASE_p = \
135 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
136!endif
137!if "$(MONOLITHIC)" == "1"
138__WXLIB_MONO_p = \
139 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
140!endif
141!if "$(USE_GUI)" == "1"
142__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
143!endif
144!if "$(USE_GUI)" == "1"
145__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
146!endif
147!if "$(USE_GUI)" == "1"
148__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
149!endif
150!if "$(MSLU)" == "1"
151__UNICOWS_LIB_p = unicows.lib
152!endif
153!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
154__DEBUGINFO = -v
155!endif
156!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
157__DEBUGINFO = -v-
158!endif
159!if "$(DEBUG_INFO)" == "0"
160__DEBUGINFO = -v-
161!endif
162!if "$(DEBUG_INFO)" == "1"
163__DEBUGINFO = -v
164!endif
165
166
167all: $(OBJS)
168$(OBJS):
169 -if not exist $(OBJS) mkdir $(OBJS)
170
171### Targets: ###
172
173all: $(OBJS)\client.exe $(OBJS)\server.exe
174
175clean:
176 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
177 -if exist $(OBJS)\*.res del $(OBJS)\*.res
178 -if exist $(OBJS)\client.exe del $(OBJS)\client.exe
179 -if exist $(OBJS)\client.tds del $(OBJS)\client.tds
180 -if exist $(OBJS)\client.ilc del $(OBJS)\client.ilc
181 -if exist $(OBJS)\client.ild del $(OBJS)\client.ild
182 -if exist $(OBJS)\client.ilf del $(OBJS)\client.ilf
183 -if exist $(OBJS)\client.ils del $(OBJS)\client.ils
184 -if exist $(OBJS)\server.exe del $(OBJS)\server.exe
185 -if exist $(OBJS)\server.tds del $(OBJS)\server.tds
186 -if exist $(OBJS)\server.ilc del $(OBJS)\server.ilc
187 -if exist $(OBJS)\server.ild del $(OBJS)\server.ild
188 -if exist $(OBJS)\server.ilf del $(OBJS)\server.ilf
189 -if exist $(OBJS)\server.ils del $(OBJS)\server.ils
190
191$(OBJS)\client.exe: $(CLIENT_OBJECTS) $(OBJS)\client_client.res
192 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
193 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 cw32mt$(__RUNTIME_LIBS_0).lib,, $(OBJS)\client_client.res
194|
195
196$(OBJS)\server.exe: $(SERVER_OBJECTS) $(OBJS)\server_server.res
197 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
198 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 cw32mt$(__RUNTIME_LIBS_0).lib,, $(OBJS)\server_server.res
199|
200
201$(OBJS)\client_client.obj: .\client.cpp
202 $(CXX) -q -c -P -o$@ $(CLIENT_CXXFLAGS) $**
203
204$(OBJS)\client_client.res: .\client.rc
205 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_0) $(__DEBUG_DEFINE_p_0) $(__UNICODE_DEFINE_p_0) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_0) -i.\..\..\samples -dNOPCH $**
206
207$(OBJS)\server_server.obj: .\server.cpp
208 $(CXX) -q -c -P -o$@ $(SERVER_CXXFLAGS) $**
209
210$(OBJS)\server_server.res: .\server.rc
211 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_0) $(__DEBUG_DEFINE_p_0) $(__UNICODE_DEFINE_p_0) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_0) -i.\..\..\samples -dNOPCH $**