]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/ipc/makefile.vc
added wxTE_BESTWRAP style (which is the default now); renamed wxTE_LINEWRAP to wxTE_C...
[wxWidgets.git] / samples / ipc / makefile.vc
... / ...
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!include <../../build/msw/config.vc>
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
15WX_RELEASE_NODOT = 25
16OBJS = \
17 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18LIBDIRNAME = .\..\..\lib\vc_$(LIBTYPE_SUFFIX)$(CFG)
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21CLIENT_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \
22 $(__DEBUGINFO) /Fd$(OBJS)\client.pdb $(____DEBUGRUNTIME_2_p) \
23 $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
24 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
25 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) \
26 /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\samples /DNOPCH $(__RTTIFLAG) \
27 $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
28CLIENT_OBJECTS = \
29 $(OBJS)\client_sample.res \
30 $(OBJS)\client_client.obj
31SERVER_CXXFLAGS = /M$(__RUNTIME_LIBS_22)$(__DEBUGRUNTIME_17) /DWIN32 \
32 $(__DEBUGINFO) /Fd$(OBJS)\server.pdb $(____DEBUGRUNTIME_16_p) \
33 $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
34 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
35 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) \
36 /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\samples /DNOPCH $(__RTTIFLAG) \
37 $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
38SERVER_OBJECTS = \
39 $(OBJS)\server_sample.res \
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 "$(SHARED)" == "0"
66LIBTYPE_SUFFIX = lib
67!endif
68!if "$(SHARED)" == "1"
69LIBTYPE_SUFFIX = dll
70!endif
71!if "$(MONOLITHIC)" == "0"
72EXTRALIBS_FOR_BASE =
73!endif
74!if "$(MONOLITHIC)" == "1"
75EXTRALIBS_FOR_BASE =
76!endif
77!if "$(DEBUG_RUNTIME_LIBS)" == "0"
78____DEBUGRUNTIME_2_p =
79!endif
80!if "$(DEBUG_RUNTIME_LIBS)" == "1"
81____DEBUGRUNTIME_2_p = /D_DEBUG
82!endif
83!if "$(DEBUG_RUNTIME_LIBS)" == "default"
84____DEBUGRUNTIME_2_p = $(____DEBUGINFO)
85!endif
86!if "$(DEBUG_RUNTIME_LIBS)" == "0"
87____DEBUGRUNTIME_2_p_1 =
88!endif
89!if "$(DEBUG_RUNTIME_LIBS)" == "1"
90____DEBUGRUNTIME_2_p_1 = /d _DEBUG
91!endif
92!if "$(DEBUG_RUNTIME_LIBS)" == "default"
93____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_0)
94!endif
95!if "$(DEBUG_RUNTIME_LIBS)" == "0"
96__DEBUGRUNTIME_3 =
97!endif
98!if "$(DEBUG_RUNTIME_LIBS)" == "1"
99__DEBUGRUNTIME_3 = d
100!endif
101!if "$(DEBUG_RUNTIME_LIBS)" == "default"
102__DEBUGRUNTIME_3 = $(__DEBUGINFO_2)
103!endif
104!if "$(RUNTIME_LIBS)" == "dynamic"
105__RUNTIME_LIBS_8 = D
106!endif
107!if "$(RUNTIME_LIBS)" == "static"
108__RUNTIME_LIBS_8 = $(__THREADSFLAG)
109!endif
110!if "$(DEBUG_RUNTIME_LIBS)" == "0"
111____DEBUGRUNTIME_16_p =
112!endif
113!if "$(DEBUG_RUNTIME_LIBS)" == "1"
114____DEBUGRUNTIME_16_p = /D_DEBUG
115!endif
116!if "$(DEBUG_RUNTIME_LIBS)" == "default"
117____DEBUGRUNTIME_16_p = $(____DEBUGINFO)
118!endif
119!if "$(DEBUG_RUNTIME_LIBS)" == "0"
120____DEBUGRUNTIME_16_p_1 =
121!endif
122!if "$(DEBUG_RUNTIME_LIBS)" == "1"
123____DEBUGRUNTIME_16_p_1 = /d _DEBUG
124!endif
125!if "$(DEBUG_RUNTIME_LIBS)" == "default"
126____DEBUGRUNTIME_16_p_1 = $(____DEBUGINFO_0)
127!endif
128!if "$(DEBUG_RUNTIME_LIBS)" == "0"
129__DEBUGRUNTIME_17 =
130!endif
131!if "$(DEBUG_RUNTIME_LIBS)" == "1"
132__DEBUGRUNTIME_17 = d
133!endif
134!if "$(DEBUG_RUNTIME_LIBS)" == "default"
135__DEBUGRUNTIME_17 = $(__DEBUGINFO_2)
136!endif
137!if "$(RUNTIME_LIBS)" == "dynamic"
138__RUNTIME_LIBS_22 = D
139!endif
140!if "$(RUNTIME_LIBS)" == "static"
141__RUNTIME_LIBS_22 = $(__THREADSFLAG)
142!endif
143!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
144__DEBUGINFO = /Zi
145!endif
146!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
147__DEBUGINFO =
148!endif
149!if "$(DEBUG_INFO)" == "0"
150__DEBUGINFO =
151!endif
152!if "$(DEBUG_INFO)" == "1"
153__DEBUGINFO = /Zi
154!endif
155!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
156__DEBUGINFO_1 = /DEBUG
157!endif
158!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
159__DEBUGINFO_1 =
160!endif
161!if "$(DEBUG_INFO)" == "0"
162__DEBUGINFO_1 =
163!endif
164!if "$(DEBUG_INFO)" == "1"
165__DEBUGINFO_1 = /DEBUG
166!endif
167!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
168____DEBUGINFO = /D_DEBUG
169!endif
170!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
171____DEBUGINFO =
172!endif
173!if "$(DEBUG_INFO)" == "0"
174____DEBUGINFO =
175!endif
176!if "$(DEBUG_INFO)" == "1"
177____DEBUGINFO = /D_DEBUG
178!endif
179!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
180____DEBUGINFO_0 = /d _DEBUG
181!endif
182!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
183____DEBUGINFO_0 =
184!endif
185!if "$(DEBUG_INFO)" == "0"
186____DEBUGINFO_0 =
187!endif
188!if "$(DEBUG_INFO)" == "1"
189____DEBUGINFO_0 = /d _DEBUG
190!endif
191!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
192__DEBUGINFO_2 = d
193!endif
194!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
195__DEBUGINFO_2 =
196!endif
197!if "$(DEBUG_INFO)" == "0"
198__DEBUGINFO_2 =
199!endif
200!if "$(DEBUG_INFO)" == "1"
201__DEBUGINFO_2 = d
202!endif
203!if "$(BUILD)" == "debug"
204__OPTIMIZEFLAG = /Od
205!endif
206!if "$(BUILD)" == "release"
207__OPTIMIZEFLAG = /O2
208!endif
209!if "$(USE_THREADS)" == "0"
210__THREADSFLAG = L
211!endif
212!if "$(USE_THREADS)" == "1"
213__THREADSFLAG = T
214!endif
215!if "$(USE_RTTI)" == "0"
216__RTTIFLAG =
217!endif
218!if "$(USE_RTTI)" == "1"
219__RTTIFLAG = /GR
220!endif
221!if "$(USE_EXCEPTIONS)" == "0"
222__EXCEPTIONSFLAG =
223!endif
224!if "$(USE_EXCEPTIONS)" == "1"
225__EXCEPTIONSFLAG = /EHsc
226!endif
227!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
228__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
229!endif
230!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
231__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
232!endif
233!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
234__NO_VC_CRTDBG_p_0 = /d __NO_VC_CRTDBG__
235!endif
236!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
237__NO_VC_CRTDBG_p_0 = /d __NO_VC_CRTDBG__
238!endif
239!if "$(WXUNIV)" == "1"
240__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
241!endif
242!if "$(WXUNIV)" == "1"
243__WXUNIV_DEFINE_p_0 = /d __WXUNIVERSAL__
244!endif
245!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
246__DEBUG_DEFINE_p = /D__WXDEBUG__
247!endif
248!if "$(DEBUG_FLAG)" == "1"
249__DEBUG_DEFINE_p = /D__WXDEBUG__
250!endif
251!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
252__DEBUG_DEFINE_p_0 = /d __WXDEBUG__
253!endif
254!if "$(DEBUG_FLAG)" == "1"
255__DEBUG_DEFINE_p_0 = /d __WXDEBUG__
256!endif
257!if "$(USE_EXCEPTIONS)" == "0"
258__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
259!endif
260!if "$(USE_EXCEPTIONS)" == "0"
261__EXCEPTIONS_DEFINE_p_0 = /d wxNO_EXCEPTIONS
262!endif
263!if "$(USE_RTTI)" == "0"
264__RTTI_DEFINE_p = /DwxNO_RTTI
265!endif
266!if "$(USE_RTTI)" == "0"
267__RTTI_DEFINE_p_0 = /d wxNO_RTTI
268!endif
269!if "$(USE_THREADS)" == "0"
270__THREAD_DEFINE_p = /DwxNO_THREADS
271!endif
272!if "$(USE_THREADS)" == "0"
273__THREAD_DEFINE_p_0 = /d wxNO_THREADS
274!endif
275!if "$(UNICODE)" == "1"
276__UNICODE_DEFINE_p = /D_UNICODE
277!endif
278!if "$(UNICODE)" == "1"
279__UNICODE_DEFINE_p_0 = /d _UNICODE
280!endif
281!if "$(SHARED)" == "1"
282__DLLFLAG_p = /DWXUSINGDLL
283!endif
284!if "$(SHARED)" == "1"
285__DLLFLAG_p_0 = /d WXUSINGDLL
286!endif
287!if "$(MONOLITHIC)" == "0"
288__WXLIB_CORE_p = \
289 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
290!endif
291!if "$(MONOLITHIC)" == "0"
292__WXLIB_NET_p = \
293 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
294!endif
295!if "$(MONOLITHIC)" == "0"
296__WXLIB_BASE_p = \
297 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
298!endif
299!if "$(MONOLITHIC)" == "1"
300__WXLIB_MONO_p = \
301 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
302!endif
303!if "$(USE_GUI)" == "1"
304__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
305!endif
306!if "$(USE_GUI)" == "1"
307__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
308!endif
309!if "$(USE_GUI)" == "1"
310__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
311!endif
312!if "$(MSLU)" == "1"
313__UNICOWS_LIB_p = unicows.lib
314!endif
315
316
317all: $(OBJS)
318$(OBJS):
319 -if not exist $(OBJS) mkdir $(OBJS)
320
321### Targets: ###
322
323all: $(OBJS)\client.exe $(OBJS)\server.exe
324
325clean:
326 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
327 -if exist $(OBJS)\*.res del $(OBJS)\*.res
328 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
329 -if exist $(OBJS)\client.exe del $(OBJS)\client.exe
330 -if exist $(OBJS)\client.ilk del $(OBJS)\client.ilk
331 -if exist $(OBJS)\client.pdb del $(OBJS)\client.pdb
332 -if exist $(OBJS)\server.exe del $(OBJS)\server.exe
333 -if exist $(OBJS)\server.ilk del $(OBJS)\server.ilk
334 -if exist $(OBJS)\server.pdb del $(OBJS)\server.pdb
335
336$(OBJS)\client.exe: $(CLIENT_OBJECTS) $(OBJS)\client_sample.res
337 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
338 $(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) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib oleacc.lib odbc32.lib
339<<
340
341$(OBJS)\server.exe: $(SERVER_OBJECTS) $(OBJS)\server_sample.res
342 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
343 $(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) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib oleacc.lib odbc32.lib
344<<
345
346$(OBJS)\client_sample.res: .\..\..\samples\sample.rc
347 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) $(__NO_VC_CRTDBG_p_0) /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) /d _WINDOWS /i .\..\..\samples $**
348
349$(OBJS)\client_client.obj: .\client.cpp
350 $(CXX) /c /nologo /TP /Fo$@ $(CLIENT_CXXFLAGS) $**
351
352$(OBJS)\server_sample.res: .\..\..\samples\sample.rc
353 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_16_p_1) $(__NO_VC_CRTDBG_p_0) /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) /d _WINDOWS /i .\..\..\samples $**
354
355$(OBJS)\server_server.obj: .\server.cpp
356 $(CXX) /c /nologo /TP /Fo$@ $(SERVER_CXXFLAGS) $**
357