]> git.saurik.com Git - wxWidgets.git/blame - samples/html/test/makefile.vc
fixed modal dialogs after event loop change
[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) \
ec08d395
JS
21 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
22 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include \
23 /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples \
24 $(CXXFLAGS) /GR /GX
e9877ed3
VS
25TEST_OBJECTS = \
26 $(OBJS)\test_test.obj \
27 $(OBJS)\test_test.res
250700e4
RD
28
29### Conditionally set variables: ###
30
75a0a7b7
VS
31!if "$(SHARED)" == "0"
32LIBDIRNAME = .\..\..\..\lib\vc_lib$(CFG)
33!endif
34!if "$(SHARED)" == "1"
35LIBDIRNAME = .\..\..\..\lib\vc_dll$(CFG)
36!endif
250700e4
RD
37!if "$(USE_GUI)" == "0"
38PORTNAME = base
39!endif
40!if "$(USE_GUI)" == "1"
41PORTNAME = msw
42!endif
076f10e0
VS
43!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
44WXDEBUGFLAG = d
45!endif
46!if "$(DEBUG_FLAG)" == "1"
250700e4
RD
47WXDEBUGFLAG = d
48!endif
49!if "$(SHARED)" == "1"
50WXDLLFLAG = dll
51!endif
52!if "$(UNICODE)" == "1"
53WXUNICODEFLAG = u
54!endif
55!if "$(WXUNIV)" == "1"
56WXUNIVNAME = univ
57!endif
076f10e0
VS
58!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
59__DEBUGINFO_0 = /Zi
250700e4 60!endif
076f10e0
VS
61!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
62__DEBUGINFO_0 =
250700e4 63!endif
076f10e0
VS
64!if "$(DEBUG_INFO)" == "0"
65__DEBUGINFO_0 =
250700e4 66!endif
076f10e0
VS
67!if "$(DEBUG_INFO)" == "1"
68__DEBUGINFO_0 = /Zi
250700e4 69!endif
076f10e0
VS
70!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
71__DEBUGINFO_1 = /DEBUG
250700e4 72!endif
076f10e0
VS
73!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
74__DEBUGINFO_1 =
250700e4 75!endif
076f10e0
VS
76!if "$(DEBUG_INFO)" == "0"
77__DEBUGINFO_1 =
78!endif
79!if "$(DEBUG_INFO)" == "1"
80__DEBUGINFO_1 = /DEBUG
81!endif
82!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
83__DEBUGINFO_3 = d
84!endif
85!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
86__DEBUGINFO_3 =
87!endif
88!if "$(DEBUG_INFO)" == "0"
89__DEBUGINFO_3 =
90!endif
91!if "$(DEBUG_INFO)" == "1"
92__DEBUGINFO_3 = d
93!endif
94!if "$(DEBUG_RUNTIME_LIBS)" == "0"
95__DEBUGRUNTIME_3 =
96!endif
97!if "$(DEBUG_RUNTIME_LIBS)" == "1"
98__DEBUGRUNTIME_3 = d
99!endif
100!if "$(DEBUG_RUNTIME_LIBS)" == "default"
101__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
102!endif
103!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
250700e4
RD
104__DEBUG_DEFINE_p = /D__WXDEBUG__
105!endif
076f10e0
VS
106!if "$(DEBUG_FLAG)" == "1"
107__DEBUG_DEFINE_p = /D__WXDEBUG__
108!endif
109!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
110__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
111!endif
112!if "$(DEBUG_FLAG)" == "1"
e9877ed3 113__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
250700e4
RD
114!endif
115!if "$(SHARED)" == "1"
116__DLLFLAG_p = /DWXUSINGDLL
117!endif
118!if "$(SHARED)" == "1"
e9877ed3
VS
119__DLLFLAG_p_1 = /d WXUSINGDLL
120!endif
121!if "$(USE_GUI)" == "1"
122__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
123!endif
124!if "$(USE_GUI)" == "1"
125__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
126!endif
127!if "$(USE_GUI)" == "1"
128__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
250700e4 129!endif
ec08d395
JS
130!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
131__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
132!endif
133!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
134__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
135!endif
136!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
137__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
138!endif
139!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
140__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
141!endif
250700e4 142!if "$(BUILD)" == "debug"
bdc408c4 143__OPTIMIZEFLAG_4 = /Od
250700e4
RD
144!endif
145!if "$(BUILD)" == "release"
bdc408c4 146__OPTIMIZEFLAG_4 = /O2
250700e4
RD
147!endif
148!if "$(RUNTIME_LIBS)" == "dynamic"
bdc408c4 149__RUNTIME_LIBS_7 = D
250700e4
RD
150!endif
151!if "$(RUNTIME_LIBS)" == "static"
bdc408c4 152__RUNTIME_LIBS_7 = T
250700e4
RD
153!endif
154!if "$(UNICODE)" == "1"
ec08d395 155__UNICODE_DEFINE_p = /D_UNICODE
250700e4
RD
156!endif
157!if "$(UNICODE)" == "1"
ec08d395 158__UNICODE_DEFINE_p_1 = /d _UNICODE
250700e4 159!endif
4e209a20
VS
160!if "$(MSLU)" == "1"
161__UNICOWS_LIB_p = unicows.lib
162!endif
250700e4
RD
163!if "$(MONOLITHIC)" == "0"
164__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
165!endif
166!if "$(MONOLITHIC)" == "0"
e9877ed3
VS
167__WXLIB_CORE_p = \
168 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
250700e4
RD
169!endif
170!if "$(MONOLITHIC)" == "0"
e9877ed3
VS
171__WXLIB_HTML_p = \
172 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_html.lib
250700e4
RD
173!endif
174!if "$(MONOLITHIC)" == "1"
e9877ed3
VS
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
250700e4
RD
180!endif
181!if "$(WXUNIV)" == "1"
182__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
183!endif
184!if "$(WXUNIV)" == "1"
e9877ed3 185__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
250700e4 186!endif
076f10e0
VS
187!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
188____DEBUGINFO_2_p = /D_DEBUG
bdc408c4 189!endif
076f10e0 190!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
fd9f42b6 191____DEBUGINFO_2_p =
bdc408c4 192!endif
076f10e0 193!if "$(DEBUG_INFO)" == "0"
fd9f42b6 194____DEBUGINFO_2_p =
bdc408c4 195!endif
076f10e0
VS
196!if "$(DEBUG_INFO)" == "1"
197____DEBUGINFO_2_p = /D_DEBUG
198!endif
199!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
200____DEBUGINFO_2_p_1 = /d _DEBUG
201!endif
202!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
fd9f42b6 203____DEBUGINFO_2_p_1 =
076f10e0
VS
204!endif
205!if "$(DEBUG_INFO)" == "0"
fd9f42b6 206____DEBUGINFO_2_p_1 =
076f10e0
VS
207!endif
208!if "$(DEBUG_INFO)" == "1"
209____DEBUGINFO_2_p_1 = /d _DEBUG
210!endif
211!if "$(DEBUG_RUNTIME_LIBS)" == "0"
fd9f42b6 212____DEBUGRUNTIME_2_p =
076f10e0
VS
213!endif
214!if "$(DEBUG_RUNTIME_LIBS)" == "1"
215____DEBUGRUNTIME_2_p = /D_DEBUG
216!endif
217!if "$(DEBUG_RUNTIME_LIBS)" == "default"
218____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
219!endif
220!if "$(DEBUG_RUNTIME_LIBS)" == "0"
fd9f42b6 221____DEBUGRUNTIME_2_p_1 =
076f10e0
VS
222!endif
223!if "$(DEBUG_RUNTIME_LIBS)" == "1"
224____DEBUGRUNTIME_2_p_1 = /d _DEBUG
225!endif
226!if "$(DEBUG_RUNTIME_LIBS)" == "default"
227____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
bdc408c4 228!endif
250700e4
RD
229
230
231all: $(OBJS)
232$(OBJS):
233 -if not exist $(OBJS) mkdir $(OBJS)
234
235### Targets: ###
236
237all: $(OBJS)\test.exe data
238
239$(OBJS)\test_test.obj: .\test.cpp
240 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
241
242$(OBJS)\test_test.res: .\test.rc
ec08d395 243 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 $**
250700e4
RD
244
245clean:
246 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
247 -if exist $(OBJS)\*.res del $(OBJS)\*.res
248 -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
ec08d395
JS
249 -if exist $(OBJS)\test.ilk del $(OBJS)\test.ilk
250 -if exist $(OBJS)\test.pdb del $(OBJS)\test.pdb
250700e4
RD
251
252data:
253 if not exist $(OBJS) mkdir $(OBJS)
254 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)
255
e9877ed3 256$(OBJS)\test.exe: $(TEST_OBJECTS) $(OBJS)\test_test.res
75a0a7b7 257 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
ec08d395 258 $(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 oleacc.lib
250700e4 259<<