]> git.saurik.com Git - wxWidgets.git/blame - samples/html/test/makefile.vc
Regenerated makefiles.
[wxWidgets.git] / samples / html / test / makefile.vc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
f509d00d 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7!include <../../../build/msw/config.vc>
250700e4
RD
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
e9877ed3
VS
15OBJS = \
16 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
17SETUPHDIR = \
18 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
076f10e0
VS
19TEST_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
20 $(__DEBUGINFO_0) /Fd$(OBJS)\test.pdb $(____DEBUGRUNTIME_2_p) \
e9877ed3 21 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
75a0a7b7 22 $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
1c3a6972 23 /D_WINDOWS /I.\..\..\..\samples $(CXXFLAGS) /GR /GX
e9877ed3
VS
24TEST_OBJECTS = \
25 $(OBJS)\test_test.obj \
26 $(OBJS)\test_test.res
250700e4
RD
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
250700e4
RD
36!if "$(USE_GUI)" == "0"
37PORTNAME = base
38!endif
39!if "$(USE_GUI)" == "1"
40PORTNAME = msw
41!endif
076f10e0
VS
42!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
43WXDEBUGFLAG = d
44!endif
45!if "$(DEBUG_FLAG)" == "1"
250700e4
RD
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
076f10e0
VS
57!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
58__DEBUGINFO_0 = /Zi
250700e4 59!endif
076f10e0
VS
60!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
61__DEBUGINFO_0 =
250700e4 62!endif
076f10e0
VS
63!if "$(DEBUG_INFO)" == "0"
64__DEBUGINFO_0 =
250700e4 65!endif
076f10e0
VS
66!if "$(DEBUG_INFO)" == "1"
67__DEBUGINFO_0 = /Zi
250700e4 68!endif
076f10e0
VS
69!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
70__DEBUGINFO_1 = /DEBUG
250700e4 71!endif
076f10e0
VS
72!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
73__DEBUGINFO_1 =
250700e4 74!endif
076f10e0
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"
250700e4
RD
103__DEBUG_DEFINE_p = /D__WXDEBUG__
104!endif
076f10e0
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"
e9877ed3 112__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
250700e4
RD
113!endif
114!if "$(SHARED)" == "1"
115__DLLFLAG_p = /DWXUSINGDLL
116!endif
117!if "$(SHARED)" == "1"
e9877ed3
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
250700e4
RD
128!endif
129!if "$(BUILD)" == "debug"
bdc408c4 130__OPTIMIZEFLAG_4 = /Od
250700e4
RD
131!endif
132!if "$(BUILD)" == "release"
bdc408c4 133__OPTIMIZEFLAG_4 = /O2
250700e4
RD
134!endif
135!if "$(RUNTIME_LIBS)" == "dynamic"
bdc408c4 136__RUNTIME_LIBS_7 = D
250700e4
RD
137!endif
138!if "$(RUNTIME_LIBS)" == "static"
bdc408c4 139__RUNTIME_LIBS_7 = T
250700e4
RD
140!endif
141!if "$(UNICODE)" == "1"
142__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
143!endif
144!if "$(UNICODE)" == "1"
e9877ed3 145__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1
250700e4 146!endif
4e209a20
VS
147!if "$(MSLU)" == "1"
148__UNICOWS_LIB_p = unicows.lib
149!endif
250700e4
RD
150!if "$(MONOLITHIC)" == "0"
151__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
152!endif
153!if "$(MONOLITHIC)" == "0"
e9877ed3
VS
154__WXLIB_CORE_p = \
155 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
250700e4
RD
156!endif
157!if "$(MONOLITHIC)" == "0"
e9877ed3
VS
158__WXLIB_HTML_p = \
159 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_html.lib
250700e4
RD
160!endif
161!if "$(MONOLITHIC)" == "1"
e9877ed3
VS
162__WXLIB_MONO_p = \
163 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
164!endif
165!if "$(MONOLITHIC)" == "0"
166__WXLIB_NET_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_net.lib
250700e4
RD
167!endif
168!if "$(WXUNIV)" == "1"
169__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
170!endif
171!if "$(WXUNIV)" == "1"
e9877ed3 172__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
250700e4 173!endif
076f10e0
VS
174!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
175____DEBUGINFO_2_p = /D_DEBUG
bdc408c4 176!endif
076f10e0 177!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
fd9f42b6 178____DEBUGINFO_2_p =
bdc408c4 179!endif
076f10e0 180!if "$(DEBUG_INFO)" == "0"
fd9f42b6 181____DEBUGINFO_2_p =
bdc408c4 182!endif
076f10e0
VS
183!if "$(DEBUG_INFO)" == "1"
184____DEBUGINFO_2_p = /D_DEBUG
185!endif
186!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
187____DEBUGINFO_2_p_1 = /d _DEBUG
188!endif
189!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
fd9f42b6 190____DEBUGINFO_2_p_1 =
076f10e0
VS
191!endif
192!if "$(DEBUG_INFO)" == "0"
fd9f42b6 193____DEBUGINFO_2_p_1 =
076f10e0
VS
194!endif
195!if "$(DEBUG_INFO)" == "1"
196____DEBUGINFO_2_p_1 = /d _DEBUG
197!endif
198!if "$(DEBUG_RUNTIME_LIBS)" == "0"
fd9f42b6 199____DEBUGRUNTIME_2_p =
076f10e0
VS
200!endif
201!if "$(DEBUG_RUNTIME_LIBS)" == "1"
202____DEBUGRUNTIME_2_p = /D_DEBUG
203!endif
204!if "$(DEBUG_RUNTIME_LIBS)" == "default"
205____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
206!endif
207!if "$(DEBUG_RUNTIME_LIBS)" == "0"
fd9f42b6 208____DEBUGRUNTIME_2_p_1 =
076f10e0
VS
209!endif
210!if "$(DEBUG_RUNTIME_LIBS)" == "1"
211____DEBUGRUNTIME_2_p_1 = /d _DEBUG
212!endif
213!if "$(DEBUG_RUNTIME_LIBS)" == "default"
214____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
bdc408c4 215!endif
250700e4
RD
216
217
218all: $(OBJS)
219$(OBJS):
220 -if not exist $(OBJS) mkdir $(OBJS)
221
222### Targets: ###
223
224all: $(OBJS)\test.exe data
225
226$(OBJS)\test_test.obj: .\test.cpp
227 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
228
229$(OBJS)\test_test.res: .\test.rc
75a0a7b7 230 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_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 $**
250700e4
RD
231
232clean:
233 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
234 -if exist $(OBJS)\*.res del $(OBJS)\*.res
235 -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
236
237data:
238 if not exist $(OBJS) mkdir $(OBJS)
239 for %f in (f.html fft.html imagemap.htm imagemap.png pic.png pic2.bmp tables.htm test.htm i18n.gif 8859_2.htm cp1250.htm regres.htm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
240
e9877ed3 241$(OBJS)\test.exe: $(TEST_OBJECTS) $(OBJS)\test_test.res
75a0a7b7 242 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
4e209a20 243 $(TEST_OBJECTS) $(__WXLIB_HTML_p) $(__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
250700e4 244<<