]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/sockets/makefile.vc
Fixed drawing of the lines data, also ensure that only tuples are
[wxWidgets.git] / samples / sockets / makefile.vc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.1 (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
15CLIENT_CXXFLAGS = /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_3) /DWIN32 \
16 $(__DEBUGINFO) /Fd$(OBJS)\client.pdb $(____DEBUGRUNTIME_2_p) \
17 $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
18 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) \
19 /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\samples $(__EXCEPTIONSFLAG_0) \
20 $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
21CLIENT_OBJECTS = \
22 $(OBJS)\client_client.obj \
23 $(OBJS)\client_client.res
24OBJS = \
25 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
26SERVER_CXXFLAGS = /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_16) /DWIN32 \
27 $(__DEBUGINFO) /Fd$(OBJS)\server.pdb $(____DEBUGRUNTIME_15_p) \
28 $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
29 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) \
30 /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\samples $(__EXCEPTIONSFLAG_0) \
31 $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
32SERVER_OBJECTS = \
33 $(OBJS)\server_server.obj \
34 $(OBJS)\server_server.res
35SETUPHDIR = \
36 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
37
38### Conditionally set variables: ###
39
40!if "$(SHARED)" == "0"
41LIBDIRNAME = .\..\..\lib\vc_lib$(CFG)
42!endif
43!if "$(SHARED)" == "1"
44LIBDIRNAME = .\..\..\lib\vc_dll$(CFG)
45!endif
46!if "$(USE_GUI)" == "0"
47PORTNAME = base
48!endif
49!if "$(USE_GUI)" == "1"
50PORTNAME = msw
51!endif
52!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
53WXDEBUGFLAG = d
54!endif
55!if "$(DEBUG_FLAG)" == "1"
56WXDEBUGFLAG = d
57!endif
58!if "$(SHARED)" == "1"
59WXDLLFLAG = dll
60!endif
61!if "$(UNICODE)" == "1"
62WXUNICODEFLAG = u
63!endif
64!if "$(WXUNIV)" == "1"
65WXUNIVNAME = univ
66!endif
67!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
68__DEBUGINFO = /Zi
69!endif
70!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
71__DEBUGINFO =
72!endif
73!if "$(DEBUG_INFO)" == "0"
74__DEBUGINFO =
75!endif
76!if "$(DEBUG_INFO)" == "1"
77__DEBUGINFO = /Zi
78!endif
79!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
80__DEBUGINFO_1 = /DEBUG
81!endif
82!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
83__DEBUGINFO_1 =
84!endif
85!if "$(DEBUG_INFO)" == "0"
86__DEBUGINFO_1 =
87!endif
88!if "$(DEBUG_INFO)" == "1"
89__DEBUGINFO_1 = /DEBUG
90!endif
91!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
92__DEBUGINFO_2 = d
93!endif
94!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
95__DEBUGINFO_2 =
96!endif
97!if "$(DEBUG_INFO)" == "0"
98__DEBUGINFO_2 =
99!endif
100!if "$(DEBUG_INFO)" == "1"
101__DEBUGINFO_2 = d
102!endif
103!if "$(DEBUG_RUNTIME_LIBS)" == "0"
104__DEBUGRUNTIME_16 =
105!endif
106!if "$(DEBUG_RUNTIME_LIBS)" == "1"
107__DEBUGRUNTIME_16 = d
108!endif
109!if "$(DEBUG_RUNTIME_LIBS)" == "default"
110__DEBUGRUNTIME_16 = $(__DEBUGINFO_2)
111!endif
112!if "$(DEBUG_RUNTIME_LIBS)" == "0"
113__DEBUGRUNTIME_3 =
114!endif
115!if "$(DEBUG_RUNTIME_LIBS)" == "1"
116__DEBUGRUNTIME_3 = d
117!endif
118!if "$(DEBUG_RUNTIME_LIBS)" == "default"
119__DEBUGRUNTIME_3 = $(__DEBUGINFO_2)
120!endif
121!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
122__DEBUG_DEFINE_p = /D__WXDEBUG__
123!endif
124!if "$(DEBUG_FLAG)" == "1"
125__DEBUG_DEFINE_p = /D__WXDEBUG__
126!endif
127!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
128__DEBUG_DEFINE_p_0 = /d __WXDEBUG__
129!endif
130!if "$(DEBUG_FLAG)" == "1"
131__DEBUG_DEFINE_p_0 = /d __WXDEBUG__
132!endif
133!if "$(SHARED)" == "1"
134__DLLFLAG_p = /DWXUSINGDLL
135!endif
136!if "$(SHARED)" == "1"
137__DLLFLAG_p_0 = /d WXUSINGDLL
138!endif
139!if "$(USE_EXCEPTIONS)" == "0"
140__EXCEPTIONSFLAG =
141!endif
142!if "$(USE_EXCEPTIONS)" == "1"
143__EXCEPTIONSFLAG = /GX
144!endif
145!if "$(USE_EXCEPTIONS)" == "0"
146__EXCEPTIONSFLAG_0 =
147!endif
148!if "$(USE_EXCEPTIONS)" == "1"
149__EXCEPTIONSFLAG_0 = /GR
150!endif
151!if "$(USE_GUI)" == "1"
152__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
153!endif
154!if "$(USE_GUI)" == "1"
155__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
156!endif
157!if "$(USE_GUI)" == "1"
158__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
159!endif
160!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
161__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
162!endif
163!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
164__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
165!endif
166!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
167__NO_VC_CRTDBG_p_0 = /d __NO_VC_CRTDBG__
168!endif
169!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
170__NO_VC_CRTDBG_p_0 = /d __NO_VC_CRTDBG__
171!endif
172!if "$(BUILD)" == "debug"
173__OPTIMIZEFLAG = /Od
174!endif
175!if "$(BUILD)" == "release"
176__OPTIMIZEFLAG = /O2
177!endif
178!if "$(RUNTIME_LIBS)" == "dynamic"
179__RUNTIME_LIBS = D
180!endif
181!if "$(RUNTIME_LIBS)" == "static"
182__RUNTIME_LIBS = T
183!endif
184!if "$(UNICODE)" == "1"
185__UNICODE_DEFINE_p = /D_UNICODE
186!endif
187!if "$(UNICODE)" == "1"
188__UNICODE_DEFINE_p_0 = /d _UNICODE
189!endif
190!if "$(MSLU)" == "1"
191__UNICOWS_LIB_p = unicows.lib
192!endif
193!if "$(MONOLITHIC)" == "0"
194__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
195!endif
196!if "$(MONOLITHIC)" == "0"
197__WXLIB_CORE_p = \
198 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
199!endif
200!if "$(MONOLITHIC)" == "1"
201__WXLIB_MONO_p = \
202 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
203!endif
204!if "$(MONOLITHIC)" == "0"
205__WXLIB_NET_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_net.lib
206!endif
207!if "$(WXUNIV)" == "1"
208__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
209!endif
210!if "$(WXUNIV)" == "1"
211__WXUNIV_DEFINE_p_0 = /d __WXUNIVERSAL__
212!endif
213!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
214____DEBUGINFO = /D_DEBUG
215!endif
216!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
217____DEBUGINFO =
218!endif
219!if "$(DEBUG_INFO)" == "0"
220____DEBUGINFO =
221!endif
222!if "$(DEBUG_INFO)" == "1"
223____DEBUGINFO = /D_DEBUG
224!endif
225!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
226____DEBUGINFO_0 = /d _DEBUG
227!endif
228!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
229____DEBUGINFO_0 =
230!endif
231!if "$(DEBUG_INFO)" == "0"
232____DEBUGINFO_0 =
233!endif
234!if "$(DEBUG_INFO)" == "1"
235____DEBUGINFO_0 = /d _DEBUG
236!endif
237!if "$(DEBUG_RUNTIME_LIBS)" == "0"
238____DEBUGRUNTIME_15_p =
239!endif
240!if "$(DEBUG_RUNTIME_LIBS)" == "1"
241____DEBUGRUNTIME_15_p = /D_DEBUG
242!endif
243!if "$(DEBUG_RUNTIME_LIBS)" == "default"
244____DEBUGRUNTIME_15_p = $(____DEBUGINFO)
245!endif
246!if "$(DEBUG_RUNTIME_LIBS)" == "0"
247____DEBUGRUNTIME_15_p_1 =
248!endif
249!if "$(DEBUG_RUNTIME_LIBS)" == "1"
250____DEBUGRUNTIME_15_p_1 = /d _DEBUG
251!endif
252!if "$(DEBUG_RUNTIME_LIBS)" == "default"
253____DEBUGRUNTIME_15_p_1 = $(____DEBUGINFO_0)
254!endif
255!if "$(DEBUG_RUNTIME_LIBS)" == "0"
256____DEBUGRUNTIME_2_p =
257!endif
258!if "$(DEBUG_RUNTIME_LIBS)" == "1"
259____DEBUGRUNTIME_2_p = /D_DEBUG
260!endif
261!if "$(DEBUG_RUNTIME_LIBS)" == "default"
262____DEBUGRUNTIME_2_p = $(____DEBUGINFO)
263!endif
264!if "$(DEBUG_RUNTIME_LIBS)" == "0"
265____DEBUGRUNTIME_2_p_1 =
266!endif
267!if "$(DEBUG_RUNTIME_LIBS)" == "1"
268____DEBUGRUNTIME_2_p_1 = /d _DEBUG
269!endif
270!if "$(DEBUG_RUNTIME_LIBS)" == "default"
271____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_0)
272!endif
273
274
275all: $(OBJS)
276$(OBJS):
277 -if not exist $(OBJS) mkdir $(OBJS)
278
279### Targets: ###
280
281all: $(OBJS)\client.exe $(OBJS)\server.exe
282
283$(OBJS)\client_client.obj: .\client.cpp
284 $(CXX) /c /nologo /TP /Fo$@ $(CLIENT_CXXFLAGS) $**
285
286$(OBJS)\client_client.res: .\client.rc
287 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) $(__NO_VC_CRTDBG_p_0) /d __WXMSW__ $(__WXUNIV_DEFINE_p_0) $(__DEBUG_DEFINE_p_0) $(__UNICODE_DEFINE_p_0) /i .\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_0) /d _WINDOWS /i .\..\..\samples $**
288
289$(OBJS)\server_server.obj: .\server.cpp
290 $(CXX) /c /nologo /TP /Fo$@ $(SERVER_CXXFLAGS) $**
291
292$(OBJS)\server_server.res: .\server.rc
293 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_15_p_1) $(__NO_VC_CRTDBG_p_0) /d __WXMSW__ $(__WXUNIV_DEFINE_p_0) $(__DEBUG_DEFINE_p_0) $(__UNICODE_DEFINE_p_0) /i .\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_0) /d _WINDOWS /i .\..\..\samples $**
294
295clean:
296 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
297 -if exist $(OBJS)\*.res del $(OBJS)\*.res
298 -if exist $(OBJS)\client.exe del $(OBJS)\client.exe
299 -if exist $(OBJS)\client.ilk del $(OBJS)\client.ilk
300 -if exist $(OBJS)\client.pdb del $(OBJS)\client.pdb
301 -if exist $(OBJS)\server.exe del $(OBJS)\server.exe
302 -if exist $(OBJS)\server.ilk del $(OBJS)\server.ilk
303 -if exist $(OBJS)\server.pdb del $(OBJS)\server.pdb
304
305$(OBJS)\client.exe: $(CLIENT_OBJECTS) $(OBJS)\client_client.res
306 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
307 $(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$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib oleacc.lib
308<<
309
310$(OBJS)\server.exe: $(SERVER_OBJECTS) $(OBJS)\server_server.res
311 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
312 $(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$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib oleacc.lib
313<<