]> git.saurik.com Git - wxWidgets.git/blame - samples/dialup/makefile.vc
no changes, just resolved a conflict
[wxWidgets.git] / samples / dialup / makefile.vc
CommitLineData
0706fb23
VS
1# =========================================================================
2# This makefile was generated by
f509d00d 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
0706fb23
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
4658cb18 6
fd9f42b6 7!include <../../build/msw/config.vc>
4658cb18 8
0706fb23
VS
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
25a73439
VS
15NETTEST_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \
16 /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\nettest.pdb $(____DEBUGRUNTIME_2_p) \
ec08d395
JS
17 $(__OPTIMIZEFLAG_4) $(__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 $(CXXFLAGS) /GR /GX
25a73439
VS
20NETTEST_OBJECTS = \
21 $(OBJS)\nettest_nettest.obj \
22 $(OBJS)\nettest_nettest.res
23OBJS = \
24 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
25SETUPHDIR = \
26 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
0706fb23
VS
27
28### Conditionally set variables: ###
29
75a0a7b7
VS
30!if "$(SHARED)" == "0"
31LIBDIRNAME = .\..\..\lib\vc_lib$(CFG)
32!endif
33!if "$(SHARED)" == "1"
34LIBDIRNAME = .\..\..\lib\vc_dll$(CFG)
35!endif
0706fb23
VS
36!if "$(USE_GUI)" == "0"
37PORTNAME = base
38!endif
39!if "$(USE_GUI)" == "1"
40PORTNAME = msw
41!endif
25a73439
VS
42!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
43WXDEBUGFLAG = d
44!endif
45!if "$(DEBUG_FLAG)" == "1"
0706fb23
VS
46WXDEBUGFLAG = d
47!endif
48!if "$(SHARED)" == "1"
49WXDLLFLAG = dll
50!endif
51!if "$(UNICODE)" == "1"
52WXUNICODEFLAG = u
53!endif
54!if "$(WXUNIV)" == "1"
55WXUNIVNAME = univ
56!endif
25a73439
VS
57!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
58__DEBUGINFO_0 = /Zi
250700e4 59!endif
25a73439
VS
60!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
61__DEBUGINFO_0 =
250700e4 62!endif
25a73439
VS
63!if "$(DEBUG_INFO)" == "0"
64__DEBUGINFO_0 =
250700e4 65!endif
25a73439
VS
66!if "$(DEBUG_INFO)" == "1"
67__DEBUGINFO_0 = /Zi
250700e4 68!endif
25a73439
VS
69!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
70__DEBUGINFO_1 = /DEBUG
250700e4 71!endif
25a73439
VS
72!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
73__DEBUGINFO_1 =
250700e4 74!endif
25a73439
VS
75!if "$(DEBUG_INFO)" == "0"
76__DEBUGINFO_1 =
77!endif
78!if "$(DEBUG_INFO)" == "1"
79__DEBUGINFO_1 = /DEBUG
80!endif
81!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
82__DEBUGINFO_3 = d
83!endif
84!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
85__DEBUGINFO_3 =
86!endif
87!if "$(DEBUG_INFO)" == "0"
88__DEBUGINFO_3 =
89!endif
90!if "$(DEBUG_INFO)" == "1"
91__DEBUGINFO_3 = d
92!endif
93!if "$(DEBUG_RUNTIME_LIBS)" == "0"
94__DEBUGRUNTIME_3 =
95!endif
96!if "$(DEBUG_RUNTIME_LIBS)" == "1"
97__DEBUGRUNTIME_3 = d
98!endif
99!if "$(DEBUG_RUNTIME_LIBS)" == "default"
100__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
101!endif
102!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
0706fb23
VS
103__DEBUG_DEFINE_p = /D__WXDEBUG__
104!endif
25a73439
VS
105!if "$(DEBUG_FLAG)" == "1"
106__DEBUG_DEFINE_p = /D__WXDEBUG__
107!endif
108!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
109__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
110!endif
111!if "$(DEBUG_FLAG)" == "1"
112__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
0706fb23
VS
113!endif
114!if "$(SHARED)" == "1"
115__DLLFLAG_p = /DWXUSINGDLL
116!endif
117!if "$(SHARED)" == "1"
25a73439
VS
118__DLLFLAG_p_1 = /d WXUSINGDLL
119!endif
120!if "$(USE_GUI)" == "1"
121__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
122!endif
123!if "$(USE_GUI)" == "1"
124__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
125!endif
126!if "$(USE_GUI)" == "1"
127__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
0706fb23 128!endif
ec08d395
JS
129!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
130__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
131!endif
132!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
133__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
134!endif
135!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
136__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
137!endif
138!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
139__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
140!endif
250700e4 141!if "$(BUILD)" == "debug"
bdc408c4 142__OPTIMIZEFLAG_4 = /Od
250700e4
RD
143!endif
144!if "$(BUILD)" == "release"
bdc408c4 145__OPTIMIZEFLAG_4 = /O2
250700e4
RD
146!endif
147!if "$(RUNTIME_LIBS)" == "dynamic"
bdc408c4 148__RUNTIME_LIBS_7 = D
250700e4
RD
149!endif
150!if "$(RUNTIME_LIBS)" == "static"
bdc408c4 151__RUNTIME_LIBS_7 = T
250700e4 152!endif
0706fb23 153!if "$(UNICODE)" == "1"
ec08d395 154__UNICODE_DEFINE_p = /D_UNICODE
0706fb23
VS
155!endif
156!if "$(UNICODE)" == "1"
ec08d395 157__UNICODE_DEFINE_p_1 = /d _UNICODE
0706fb23 158!endif
4e209a20
VS
159!if "$(MSLU)" == "1"
160__UNICOWS_LIB_p = unicows.lib
161!endif
0706fb23
VS
162!if "$(MONOLITHIC)" == "0"
163__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
164!endif
165!if "$(MONOLITHIC)" == "0"
25a73439
VS
166__WXLIB_CORE_p = \
167 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
0706fb23
VS
168!endif
169!if "$(MONOLITHIC)" == "1"
25a73439
VS
170__WXLIB_MONO_p = \
171 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
0706fb23
VS
172!endif
173!if "$(WXUNIV)" == "1"
174__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
175!endif
176!if "$(WXUNIV)" == "1"
25a73439 177__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
0706fb23 178!endif
25a73439
VS
179!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
180____DEBUGINFO_2_p = /D_DEBUG
bdc408c4 181!endif
25a73439 182!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
fd9f42b6 183____DEBUGINFO_2_p =
bdc408c4 184!endif
25a73439 185!if "$(DEBUG_INFO)" == "0"
fd9f42b6 186____DEBUGINFO_2_p =
bdc408c4 187!endif
25a73439
VS
188!if "$(DEBUG_INFO)" == "1"
189____DEBUGINFO_2_p = /D_DEBUG
190!endif
191!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
192____DEBUGINFO_2_p_1 = /d _DEBUG
193!endif
194!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
fd9f42b6 195____DEBUGINFO_2_p_1 =
25a73439
VS
196!endif
197!if "$(DEBUG_INFO)" == "0"
fd9f42b6 198____DEBUGINFO_2_p_1 =
25a73439
VS
199!endif
200!if "$(DEBUG_INFO)" == "1"
201____DEBUGINFO_2_p_1 = /d _DEBUG
202!endif
203!if "$(DEBUG_RUNTIME_LIBS)" == "0"
fd9f42b6 204____DEBUGRUNTIME_2_p =
25a73439
VS
205!endif
206!if "$(DEBUG_RUNTIME_LIBS)" == "1"
207____DEBUGRUNTIME_2_p = /D_DEBUG
208!endif
209!if "$(DEBUG_RUNTIME_LIBS)" == "default"
210____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
211!endif
212!if "$(DEBUG_RUNTIME_LIBS)" == "0"
fd9f42b6 213____DEBUGRUNTIME_2_p_1 =
25a73439
VS
214!endif
215!if "$(DEBUG_RUNTIME_LIBS)" == "1"
216____DEBUGRUNTIME_2_p_1 = /d _DEBUG
217!endif
218!if "$(DEBUG_RUNTIME_LIBS)" == "default"
219____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
bdc408c4 220!endif
0706fb23
VS
221
222
223all: $(OBJS)
224$(OBJS):
225 -if not exist $(OBJS) mkdir $(OBJS)
226
227### Targets: ###
228
229all: $(OBJS)\nettest.exe
230
231$(OBJS)\nettest_nettest.obj: .\nettest.cpp
232 $(CXX) /c /nologo /TP /Fo$@ $(NETTEST_CXXFLAGS) $**
233
234$(OBJS)\nettest_nettest.res: .\nettest.rc
ec08d395 235 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i .\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples $**
0706fb23
VS
236
237clean:
238 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
239 -if exist $(OBJS)\*.res del $(OBJS)\*.res
240 -if exist $(OBJS)\nettest.exe del $(OBJS)\nettest.exe
ec08d395
JS
241 -if exist $(OBJS)\nettest.ilk del $(OBJS)\nettest.ilk
242 -if exist $(OBJS)\nettest.pdb del $(OBJS)\nettest.pdb
0706fb23 243
25a73439 244$(OBJS)\nettest.exe: $(NETTEST_OBJECTS) $(OBJS)\nettest_nettest.res
75a0a7b7 245 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
ec08d395 246 $(NETTEST_OBJECTS) $(__WXLIB_CORE_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
0706fb23 247<<