]> git.saurik.com Git - wxWidgets.git/blame - samples/html/help/makefile.vc
expat must be added to the template, not generated wxWindows.dsp
[wxWidgets.git] / samples / html / help / 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
076f10e0
VS
15HELP_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
16 $(__DEBUGINFO_0) /Fd$(OBJS)\help.pdb $(____DEBUGRUNTIME_2_p) \
17 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
18 $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I$(LIBDIRNAME) \
19 /I.\..\..\..\src\tiff /I.\..\..\..\src\jpeg /I.\..\..\..\src\png \
20 /I.\..\..\..\src\zlib /I.\..\..\..\src\regex /I.\..\..\..\src\expat\lib /I. \
4e209a20 21 $(__DLLFLAG_p) /D_WINDOWS /I..\..\..\samples $(CXXFLAGS)
076f10e0
VS
22HELP_OBJECTS = \
23 $(OBJS)\help_help.obj \
24 $(OBJS)\help_help.res
25LIBDIRNAME = \
26 .\..\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27OBJS = \
28 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
250700e4
RD
29
30### Conditionally set variables: ###
31
32!if "$(USE_GUI)" == "0"
33PORTNAME = base
34!endif
35!if "$(USE_GUI)" == "1"
36PORTNAME = msw
37!endif
076f10e0
VS
38!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
39WXDEBUGFLAG = d
40!endif
41!if "$(DEBUG_FLAG)" == "1"
250700e4
RD
42WXDEBUGFLAG = d
43!endif
44!if "$(SHARED)" == "1"
45WXDLLFLAG = dll
46!endif
47!if "$(UNICODE)" == "1"
48WXUNICODEFLAG = u
49!endif
50!if "$(WXUNIV)" == "1"
51WXUNIVNAME = univ
52!endif
076f10e0
VS
53!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
54__DEBUGINFO_0 = /Zi
250700e4 55!endif
076f10e0
VS
56!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
57__DEBUGINFO_0 =
250700e4 58!endif
076f10e0
VS
59!if "$(DEBUG_INFO)" == "0"
60__DEBUGINFO_0 =
250700e4 61!endif
076f10e0
VS
62!if "$(DEBUG_INFO)" == "1"
63__DEBUGINFO_0 = /Zi
250700e4 64!endif
076f10e0
VS
65!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
66__DEBUGINFO_1 = /DEBUG
250700e4 67!endif
076f10e0
VS
68!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
69__DEBUGINFO_1 =
250700e4 70!endif
076f10e0
VS
71!if "$(DEBUG_INFO)" == "0"
72__DEBUGINFO_1 =
73!endif
74!if "$(DEBUG_INFO)" == "1"
75__DEBUGINFO_1 = /DEBUG
76!endif
77!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
78__DEBUGINFO_3 = d
79!endif
80!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
81__DEBUGINFO_3 =
82!endif
83!if "$(DEBUG_INFO)" == "0"
84__DEBUGINFO_3 =
85!endif
86!if "$(DEBUG_INFO)" == "1"
87__DEBUGINFO_3 = d
88!endif
89!if "$(DEBUG_RUNTIME_LIBS)" == "0"
90__DEBUGRUNTIME_3 =
91!endif
92!if "$(DEBUG_RUNTIME_LIBS)" == "1"
93__DEBUGRUNTIME_3 = d
94!endif
95!if "$(DEBUG_RUNTIME_LIBS)" == "default"
96__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
97!endif
98!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
250700e4
RD
99__DEBUG_DEFINE_p = /D__WXDEBUG__
100!endif
076f10e0
VS
101!if "$(DEBUG_FLAG)" == "1"
102__DEBUG_DEFINE_p = /D__WXDEBUG__
103!endif
104!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
105__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
106!endif
107!if "$(DEBUG_FLAG)" == "1"
108__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
250700e4
RD
109!endif
110!if "$(SHARED)" == "1"
111__DLLFLAG_p = /DWXUSINGDLL
112!endif
113!if "$(SHARED)" == "1"
076f10e0
VS
114__DLLFLAG_p_1 = /d WXUSINGDLL
115!endif
116!if "$(USE_GUI)" == "1"
117__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
118!endif
119!if "$(USE_GUI)" == "1"
120__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
121!endif
122!if "$(USE_GUI)" == "1"
123__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
250700e4
RD
124!endif
125!if "$(BUILD)" == "debug"
bdc408c4 126__OPTIMIZEFLAG_4 = /Od
250700e4
RD
127!endif
128!if "$(BUILD)" == "release"
bdc408c4 129__OPTIMIZEFLAG_4 = /O2
250700e4
RD
130!endif
131!if "$(RUNTIME_LIBS)" == "dynamic"
bdc408c4 132__RUNTIME_LIBS_7 = D
250700e4
RD
133!endif
134!if "$(RUNTIME_LIBS)" == "static"
bdc408c4 135__RUNTIME_LIBS_7 = T
250700e4
RD
136!endif
137!if "$(UNICODE)" == "1"
138__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
139!endif
140!if "$(UNICODE)" == "1"
076f10e0 141__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1
250700e4 142!endif
4e209a20
VS
143!if "$(MSLU)" == "1"
144__UNICOWS_LIB_p = unicows.lib
145!endif
250700e4
RD
146!if "$(MONOLITHIC)" == "0"
147__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
148!endif
149!if "$(MONOLITHIC)" == "0"
076f10e0
VS
150__WXLIB_CORE_p = \
151 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
250700e4
RD
152!endif
153!if "$(MONOLITHIC)" == "0"
076f10e0
VS
154__WXLIB_HTML_p = \
155 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_html.lib
250700e4
RD
156!endif
157!if "$(MONOLITHIC)" == "1"
076f10e0
VS
158__WXLIB_MONO_p = \
159 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
250700e4
RD
160!endif
161!if "$(WXUNIV)" == "1"
162__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
163!endif
164!if "$(WXUNIV)" == "1"
076f10e0 165__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
250700e4 166!endif
076f10e0
VS
167!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
168____DEBUGINFO_2_p = /D_DEBUG
bdc408c4 169!endif
076f10e0 170!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
fd9f42b6 171____DEBUGINFO_2_p =
bdc408c4 172!endif
076f10e0 173!if "$(DEBUG_INFO)" == "0"
fd9f42b6 174____DEBUGINFO_2_p =
bdc408c4 175!endif
076f10e0
VS
176!if "$(DEBUG_INFO)" == "1"
177____DEBUGINFO_2_p = /D_DEBUG
178!endif
179!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
180____DEBUGINFO_2_p_1 = /d _DEBUG
181!endif
182!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
fd9f42b6 183____DEBUGINFO_2_p_1 =
076f10e0
VS
184!endif
185!if "$(DEBUG_INFO)" == "0"
fd9f42b6 186____DEBUGINFO_2_p_1 =
076f10e0
VS
187!endif
188!if "$(DEBUG_INFO)" == "1"
189____DEBUGINFO_2_p_1 = /d _DEBUG
190!endif
191!if "$(DEBUG_RUNTIME_LIBS)" == "0"
fd9f42b6 192____DEBUGRUNTIME_2_p =
076f10e0
VS
193!endif
194!if "$(DEBUG_RUNTIME_LIBS)" == "1"
195____DEBUGRUNTIME_2_p = /D_DEBUG
196!endif
197!if "$(DEBUG_RUNTIME_LIBS)" == "default"
198____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
199!endif
200!if "$(DEBUG_RUNTIME_LIBS)" == "0"
fd9f42b6 201____DEBUGRUNTIME_2_p_1 =
076f10e0
VS
202!endif
203!if "$(DEBUG_RUNTIME_LIBS)" == "1"
204____DEBUGRUNTIME_2_p_1 = /d _DEBUG
205!endif
206!if "$(DEBUG_RUNTIME_LIBS)" == "default"
207____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
bdc408c4 208!endif
250700e4
RD
209
210
211all: $(OBJS)
212$(OBJS):
213 -if not exist $(OBJS) mkdir $(OBJS)
214
215### Targets: ###
216
217all: $(OBJS)\help.exe data
218
219$(OBJS)\help_help.obj: .\help.cpp
220 $(CXX) /c /nologo /TP /Fo$@ $(HELP_CXXFLAGS) $**
221
222$(OBJS)\help_help.res: .\help.rc
4e209a20 223 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 $(LIBDIRNAME) /i .\..\..\..\src\tiff /i .\..\..\..\src\jpeg /i .\..\..\..\src\png /i .\..\..\..\src\zlib /i .\..\..\..\src\regex /i .\..\..\..\src\expat\lib /i . $(__DLLFLAG_p_1) /d _WINDOWS /i ..\..\..\samples $**
250700e4
RD
224
225clean:
226 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
227 -if exist $(OBJS)\*.res del $(OBJS)\*.res
228 -if exist $(OBJS)\help.exe del $(OBJS)\help.exe
229
230data:
d179e30b
VS
231 if not exist $(OBJS)\helpfiles mkdir $(OBJS)\helpfiles
232 for %f in (Index.hhk another.hhc another.hhp another.htm book1.htm book2.htm contents.hhc main.htm page2-b.htm testing.hhp) do if not exist $(OBJS)\helpfiles\%f copy .\helpfiles\%f $(OBJS)\helpfiles
250700e4 233
076f10e0
VS
234$(OBJS)\help.exe: $(HELP_OBJECTS) $(OBJS)\help_help.res
235 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
4e209a20 236 $(HELP_OBJECTS) $(__WXLIB_HTML_p) $(__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
250700e4 237<<