]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/sockets/makefile.vc
link against oleacc.lib (needed by wxUSE_ACCESSIBILITY)
[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 = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_3) /DWIN32 \
16 $(__DEBUGINFO) /Fd$(OBJS)\client.pdb $(____DEBUGRUNTIME_2_p) \
17 $(__OPTIMIZEFLAG) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
18 $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
19 /D_WINDOWS /I.\..\..\samples $(CXXFLAGS) /GR /GX
20CLIENT_OBJECTS = \
21 $(OBJS)\client_client.obj \
22 $(OBJS)\client_client.res
23OBJS = \
24 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
25SERVER_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_13) /DWIN32 \
26 $(__DEBUGINFO) /Fd$(OBJS)\server.pdb $(____DEBUGRUNTIME_12_p) \
27 $(__OPTIMIZEFLAG) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
28 $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
29 /D_WINDOWS /I.\..\..\samples $(CXXFLAGS) /GR /GX
30SERVER_OBJECTS = \
31 $(OBJS)\server_server.obj \
32 $(OBJS)\server_server.res
33SETUPHDIR = \
34 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
35
36### Conditionally set variables: ###
37
38!if "$(SHARED)" == "0"
39LIBDIRNAME = .\..\..\lib\vc_lib$(CFG)
40!endif
41!if "$(SHARED)" == "1"
42LIBDIRNAME = .\..\..\lib\vc_dll$(CFG)
43!endif
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 "$(SHARED)" == "1"
57WXDLLFLAG = dll
58!endif
59!if "$(UNICODE)" == "1"
60WXUNICODEFLAG = u
61!endif
62!if "$(WXUNIV)" == "1"
63WXUNIVNAME = univ
64!endif
65!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
66__DEBUGINFO = /Zi
67!endif
68!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
69__DEBUGINFO =
70!endif
71!if "$(DEBUG_INFO)" == "0"
72__DEBUGINFO =
73!endif
74!if "$(DEBUG_INFO)" == "1"
75__DEBUGINFO = /Zi
76!endif
77!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
78__DEBUGINFO_1 = /DEBUG
79!endif
80!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
81__DEBUGINFO_1 =
82!endif
83!if "$(DEBUG_INFO)" == "0"
84__DEBUGINFO_1 =
85!endif
86!if "$(DEBUG_INFO)" == "1"
87__DEBUGINFO_1 = /DEBUG
88!endif
89!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
90__DEBUGINFO_2 = d
91!endif
92!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
93__DEBUGINFO_2 =
94!endif
95!if "$(DEBUG_INFO)" == "0"
96__DEBUGINFO_2 =
97!endif
98!if "$(DEBUG_INFO)" == "1"
99__DEBUGINFO_2 = d
100!endif
101!if "$(DEBUG_RUNTIME_LIBS)" == "0"
102__DEBUGRUNTIME_13 =
103!endif
104!if "$(DEBUG_RUNTIME_LIBS)" == "1"
105__DEBUGRUNTIME_13 = d
106!endif
107!if "$(DEBUG_RUNTIME_LIBS)" == "default"
108__DEBUGRUNTIME_13 = $(__DEBUGINFO_2)
109!endif
110!if "$(DEBUG_RUNTIME_LIBS)" == "0"
111__DEBUGRUNTIME_3 =
112!endif
113!if "$(DEBUG_RUNTIME_LIBS)" == "1"
114__DEBUGRUNTIME_3 = d
115!endif
116!if "$(DEBUG_RUNTIME_LIBS)" == "default"
117__DEBUGRUNTIME_3 = $(__DEBUGINFO_2)
118!endif
119!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
120__DEBUG_DEFINE_p = /D__WXDEBUG__
121!endif
122!if "$(DEBUG_FLAG)" == "1"
123__DEBUG_DEFINE_p = /D__WXDEBUG__
124!endif
125!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
126__DEBUG_DEFINE_p_0 = /d __WXDEBUG__
127!endif
128!if "$(DEBUG_FLAG)" == "1"
129__DEBUG_DEFINE_p_0 = /d __WXDEBUG__
130!endif
131!if "$(SHARED)" == "1"
132__DLLFLAG_p = /DWXUSINGDLL
133!endif
134!if "$(SHARED)" == "1"
135__DLLFLAG_p_0 = /d WXUSINGDLL
136!endif
137!if "$(USE_GUI)" == "1"
138__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
139!endif
140!if "$(USE_GUI)" == "1"
141__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
142!endif
143!if "$(USE_GUI)" == "1"
144__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
145!endif
146!if "$(BUILD)" == "debug"
147__OPTIMIZEFLAG = /Od
148!endif
149!if "$(BUILD)" == "release"
150__OPTIMIZEFLAG = /O2
151!endif
152!if "$(RUNTIME_LIBS)" == "dynamic"
153__RUNTIME_LIBS = D
154!endif
155!if "$(RUNTIME_LIBS)" == "static"
156__RUNTIME_LIBS = T
157!endif
158!if "$(UNICODE)" == "1"
159__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
160!endif
161!if "$(UNICODE)" == "1"
162__UNICODE_DEFINE_p_0 = /d wxUSE_UNICODE=1
163!endif
164!if "$(MSLU)" == "1"
165__UNICOWS_LIB_p = unicows.lib
166!endif
167!if "$(MONOLITHIC)" == "0"
168__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
169!endif
170!if "$(MONOLITHIC)" == "0"
171__WXLIB_CORE_p = \
172 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
173!endif
174!if "$(MONOLITHIC)" == "1"
175__WXLIB_MONO_p = \
176 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
177!endif
178!if "$(MONOLITHIC)" == "0"
179__WXLIB_NET_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_net.lib
180!endif
181!if "$(WXUNIV)" == "1"
182__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
183!endif
184!if "$(WXUNIV)" == "1"
185__WXUNIV_DEFINE_p_0 = /d __WXUNIVERSAL__
186!endif
187!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
188____DEBUGINFO = /d _DEBUG
189!endif
190!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
191____DEBUGINFO =
192!endif
193!if "$(DEBUG_INFO)" == "0"
194____DEBUGINFO =
195!endif
196!if "$(DEBUG_INFO)" == "1"
197____DEBUGINFO = /d _DEBUG
198!endif
199!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
200____DEBUGINFO_0 = /D_DEBUG
201!endif
202!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
203____DEBUGINFO_0 =
204!endif
205!if "$(DEBUG_INFO)" == "0"
206____DEBUGINFO_0 =
207!endif
208!if "$(DEBUG_INFO)" == "1"
209____DEBUGINFO_0 = /D_DEBUG
210!endif
211!if "$(DEBUG_RUNTIME_LIBS)" == "0"
212____DEBUGRUNTIME_12_p =
213!endif
214!if "$(DEBUG_RUNTIME_LIBS)" == "1"
215____DEBUGRUNTIME_12_p = /D_DEBUG
216!endif
217!if "$(DEBUG_RUNTIME_LIBS)" == "default"
218____DEBUGRUNTIME_12_p = $(____DEBUGINFO_0)
219!endif
220!if "$(DEBUG_RUNTIME_LIBS)" == "0"
221____DEBUGRUNTIME_12_p_1 =
222!endif
223!if "$(DEBUG_RUNTIME_LIBS)" == "1"
224____DEBUGRUNTIME_12_p_1 = /d _DEBUG
225!endif
226!if "$(DEBUG_RUNTIME_LIBS)" == "default"
227____DEBUGRUNTIME_12_p_1 = $(____DEBUGINFO)
228!endif
229!if "$(DEBUG_RUNTIME_LIBS)" == "0"
230____DEBUGRUNTIME_2_p =
231!endif
232!if "$(DEBUG_RUNTIME_LIBS)" == "1"
233____DEBUGRUNTIME_2_p = /D_DEBUG
234!endif
235!if "$(DEBUG_RUNTIME_LIBS)" == "default"
236____DEBUGRUNTIME_2_p = $(____DEBUGINFO_0)
237!endif
238!if "$(DEBUG_RUNTIME_LIBS)" == "0"
239____DEBUGRUNTIME_2_p_1 =
240!endif
241!if "$(DEBUG_RUNTIME_LIBS)" == "1"
242____DEBUGRUNTIME_2_p_1 = /d _DEBUG
243!endif
244!if "$(DEBUG_RUNTIME_LIBS)" == "default"
245____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO)
246!endif
247
248
249all: $(OBJS)
250$(OBJS):
251 -if not exist $(OBJS) mkdir $(OBJS)
252
253### Targets: ###
254
255all: $(OBJS)\client.exe $(OBJS)\server.exe
256
257$(OBJS)\client_client.obj: .\client.cpp
258 $(CXX) /c /nologo /TP /Fo$@ $(CLIENT_CXXFLAGS) $**
259
260$(OBJS)\client_client.res: .\client.rc
261 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) /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 $**
262
263$(OBJS)\server_server.obj: .\server.cpp
264 $(CXX) /c /nologo /TP /Fo$@ $(SERVER_CXXFLAGS) $**
265
266$(OBJS)\server_server.res: .\server.rc
267 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_12_p_1) /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 $**
268
269clean:
270 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
271 -if exist $(OBJS)\*.res del $(OBJS)\*.res
272 -if exist $(OBJS)\client.exe del $(OBJS)\client.exe
273 -if exist $(OBJS)\server.exe del $(OBJS)\server.exe
274
275$(OBJS)\client.exe: $(CLIENT_OBJECTS) $(OBJS)\client_client.res
276 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
277 $(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
278<<
279
280$(OBJS)\server.exe: $(SERVER_OBJECTS) $(OBJS)\server_server.res
281 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
282 $(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
283<<