]> git.saurik.com Git - wxWidgets.git/blame - samples/html/test/makefile.vc
optimizing for multiple Realize calls in sequence, moving EventHandler push to toolba...
[wxWidgets.git] / samples / html / test / makefile.vc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
0d90d6ea 3# Bakefile 0.1.9 (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
4818141b 15WX_RELEASE_NODOT = 26
e9877ed3
VS
16OBJS = \
17 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 18LIBDIRNAME = .\..\..\..\lib\vc_$(LIBTYPE_SUFFIX)$(CFG)
75a0a7b7
VS
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91 21TEST_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \
076f10e0 22 $(__DEBUGINFO_0) /Fd$(OBJS)\test.pdb $(____DEBUGRUNTIME_2_p) \
ec08d395 23 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
8c9f8f91 24 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
2113bc77
MW
25 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
26 /I.\..\..\..\include /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
27 /I.\..\..\..\samples /DNOPCH $(__RTTIFLAG_9) $(__EXCEPTIONSFLAG_10) \
28 $(CPPFLAGS) $(CXXFLAGS)
e9877ed3
VS
29TEST_OBJECTS = \
30 $(OBJS)\test_test.obj \
31 $(OBJS)\test_test.res
250700e4
RD
32
33### Conditionally set variables: ###
34
35!if "$(USE_GUI)" == "0"
36PORTNAME = base
37!endif
38!if "$(USE_GUI)" == "1"
39PORTNAME = msw
40!endif
076f10e0
VS
41!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
42WXDEBUGFLAG = d
43!endif
44!if "$(DEBUG_FLAG)" == "1"
250700e4
RD
45WXDEBUGFLAG = d
46!endif
250700e4
RD
47!if "$(UNICODE)" == "1"
48WXUNICODEFLAG = u
49!endif
50!if "$(WXUNIV)" == "1"
51WXUNIVNAME = univ
52!endif
b17c1746
DE
53!if "$(SHARED)" == "1"
54WXDLLFLAG = dll
55!endif
b14abf14
JS
56!if "$(SHARED)" == "0"
57LIBTYPE_SUFFIX = lib
58!endif
59!if "$(SHARED)" == "1"
60LIBTYPE_SUFFIX = dll
61!endif
dd65d8c8
RN
62!if "$(MONOLITHIC)" == "0"
63EXTRALIBS_FOR_BASE =
64!endif
65!if "$(MONOLITHIC)" == "1"
66EXTRALIBS_FOR_BASE =
67!endif
076f10e0
VS
68!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
69__DEBUGINFO_0 = /Zi
250700e4 70!endif
076f10e0
VS
71!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
72__DEBUGINFO_0 =
250700e4 73!endif
076f10e0
VS
74!if "$(DEBUG_INFO)" == "0"
75__DEBUGINFO_0 =
250700e4 76!endif
076f10e0
VS
77!if "$(DEBUG_INFO)" == "1"
78__DEBUGINFO_0 = /Zi
250700e4 79!endif
076f10e0
VS
80!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
81__DEBUGINFO_1 = /DEBUG
250700e4 82!endif
076f10e0
VS
83!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
84__DEBUGINFO_1 =
250700e4 85!endif
076f10e0
VS
86!if "$(DEBUG_INFO)" == "0"
87__DEBUGINFO_1 =
88!endif
89!if "$(DEBUG_INFO)" == "1"
90__DEBUGINFO_1 = /DEBUG
91!endif
21c6080d
JS
92!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
93____DEBUGRUNTIME_2_p = /D_DEBUG
94!endif
95!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
96____DEBUGRUNTIME_2_p =
97!endif
b17c1746
DE
98!if "$(DEBUG_RUNTIME_LIBS)" == "0"
99____DEBUGRUNTIME_2_p =
100!endif
101!if "$(DEBUG_RUNTIME_LIBS)" == "1"
102____DEBUGRUNTIME_2_p = /D_DEBUG
103!endif
21c6080d
JS
104!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
105____DEBUGRUNTIME_2_p_1 = /d _DEBUG
076f10e0 106!endif
21c6080d
JS
107!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
108____DEBUGRUNTIME_2_p_1 =
b17c1746
DE
109!endif
110!if "$(DEBUG_RUNTIME_LIBS)" == "0"
111____DEBUGRUNTIME_2_p_1 =
112!endif
113!if "$(DEBUG_RUNTIME_LIBS)" == "1"
114____DEBUGRUNTIME_2_p_1 = /d _DEBUG
115!endif
21c6080d
JS
116!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
117__DEBUGRUNTIME_3 = d
b17c1746 118!endif
21c6080d
JS
119!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
120__DEBUGRUNTIME_3 =
076f10e0
VS
121!endif
122!if "$(DEBUG_RUNTIME_LIBS)" == "0"
123__DEBUGRUNTIME_3 =
124!endif
125!if "$(DEBUG_RUNTIME_LIBS)" == "1"
126__DEBUGRUNTIME_3 = d
127!endif
b17c1746
DE
128!if "$(BUILD)" == "debug"
129__OPTIMIZEFLAG_4 = /Od
250700e4 130!endif
b17c1746
DE
131!if "$(BUILD)" == "release"
132__OPTIMIZEFLAG_4 = /O2
133!endif
8c9f8f91
JS
134!if "$(USE_THREADS)" == "0"
135__THREADSFLAG_7 = L
136!endif
137!if "$(USE_THREADS)" == "1"
138__THREADSFLAG_7 = T
139!endif
b17c1746 140!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 141__RUNTIME_LIBS_8 = D
b17c1746
DE
142!endif
143!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 144__RUNTIME_LIBS_8 = $(__THREADSFLAG_7)
e9877ed3 145!endif
8c9f8f91
JS
146!if "$(USE_RTTI)" == "0"
147__RTTIFLAG_9 =
b71531ad 148!endif
8c9f8f91
JS
149!if "$(USE_RTTI)" == "1"
150__RTTIFLAG_9 = /GR
b71531ad
VZ
151!endif
152!if "$(USE_EXCEPTIONS)" == "0"
8c9f8f91 153__EXCEPTIONSFLAG_10 =
b71531ad
VZ
154!endif
155!if "$(USE_EXCEPTIONS)" == "1"
8c9f8f91 156__EXCEPTIONSFLAG_10 = /EHsc
b71531ad 157!endif
ec08d395
JS
158!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
159__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
160!endif
161!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
162__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
163!endif
164!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
165__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
166!endif
167!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
168__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
169!endif
b17c1746
DE
170!if "$(WXUNIV)" == "1"
171__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
250700e4 172!endif
b17c1746
DE
173!if "$(WXUNIV)" == "1"
174__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
250700e4 175!endif
b17c1746
DE
176!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
177__DEBUG_DEFINE_p = /D__WXDEBUG__
250700e4 178!endif
b17c1746
DE
179!if "$(DEBUG_FLAG)" == "1"
180__DEBUG_DEFINE_p = /D__WXDEBUG__
181!endif
182!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
183__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
184!endif
185!if "$(DEBUG_FLAG)" == "1"
186__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
250700e4 187!endif
8c9f8f91
JS
188!if "$(USE_EXCEPTIONS)" == "0"
189__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
190!endif
191!if "$(USE_EXCEPTIONS)" == "0"
192__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
193!endif
194!if "$(USE_RTTI)" == "0"
195__RTTI_DEFINE_p = /DwxNO_RTTI
196!endif
197!if "$(USE_RTTI)" == "0"
198__RTTI_DEFINE_p_1 = /d wxNO_RTTI
199!endif
200!if "$(USE_THREADS)" == "0"
201__THREAD_DEFINE_p = /DwxNO_THREADS
202!endif
203!if "$(USE_THREADS)" == "0"
204__THREAD_DEFINE_p_1 = /d wxNO_THREADS
205!endif
250700e4 206!if "$(UNICODE)" == "1"
ec08d395 207__UNICODE_DEFINE_p = /D_UNICODE
250700e4
RD
208!endif
209!if "$(UNICODE)" == "1"
ec08d395 210__UNICODE_DEFINE_p_1 = /d _UNICODE
250700e4 211!endif
2113bc77
MW
212!if "$(MSLU)" == "1"
213__MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
214!endif
215!if "$(MSLU)" == "1"
216__MSLU_DEFINE_p_1 = /d wxUSE_UNICODE_MSLU=1
217!endif
b17c1746
DE
218!if "$(SHARED)" == "1"
219__DLLFLAG_p = /DWXUSINGDLL
220!endif
221!if "$(SHARED)" == "1"
222__DLLFLAG_p_1 = /d WXUSINGDLL
4e209a20 223!endif
250700e4 224!if "$(MONOLITHIC)" == "0"
b17c1746 225__WXLIB_HTML_p = \
c33fae85 226 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
250700e4
RD
227!endif
228!if "$(MONOLITHIC)" == "0"
e9877ed3 229__WXLIB_CORE_p = \
c33fae85 230 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4
RD
231!endif
232!if "$(MONOLITHIC)" == "0"
c33fae85
RN
233__WXLIB_NET_p = \
234 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
b17c1746
DE
235!endif
236!if "$(MONOLITHIC)" == "0"
c33fae85
RN
237__WXLIB_BASE_p = \
238 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4
RD
239!endif
240!if "$(MONOLITHIC)" == "1"
e9877ed3 241__WXLIB_MONO_p = \
c33fae85 242 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
e9877ed3 243!endif
b17c1746 244!if "$(USE_GUI)" == "1"
9c2d002b 245__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
076f10e0 246!endif
b17c1746 247!if "$(USE_GUI)" == "1"
9c2d002b 248__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
076f10e0 249!endif
b17c1746 250!if "$(USE_GUI)" == "1"
9c2d002b 251__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
076f10e0 252!endif
b17c1746
DE
253!if "$(MSLU)" == "1"
254__UNICOWS_LIB_p = unicows.lib
076f10e0 255!endif
250700e4
RD
256
257
258all: $(OBJS)
259$(OBJS):
260 -if not exist $(OBJS) mkdir $(OBJS)
261
262### Targets: ###
263
264all: $(OBJS)\test.exe data
265
250700e4
RD
266clean:
267 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
268 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 269 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
250700e4 270 -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
ec08d395
JS
271 -if exist $(OBJS)\test.ilk del $(OBJS)\test.ilk
272 -if exist $(OBJS)\test.pdb del $(OBJS)\test.pdb
250700e4 273
e9877ed3 274$(OBJS)\test.exe: $(TEST_OBJECTS) $(OBJS)\test_test.res
75a0a7b7 275 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
dd65d8c8 276 $(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$(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
250700e4 277<<
b17c1746
DE
278
279data:
280 if not exist $(OBJS) mkdir $(OBJS)
5b2b456f 281 for %f in (f.html fft.html imagemap.htm imagemap.png pic.png pic2.bmp tables.htm test.htm listtest.htm i18n.gif 8859_2.htm cp1250.htm regres.htm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
b17c1746
DE
282
283$(OBJS)\test_test.obj: .\test.cpp
284 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
285
286$(OBJS)\test_test.res: .\test.rc
2113bc77 287 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\..\samples /d NOPCH $**
b14abf14 288