]> git.saurik.com Git - wxWidgets.git/blob - utils/HelpGen/src/makefile.vc
document GetAnimation() (patch 1695722)
[wxWidgets.git] / utils / HelpGen / src / makefile.vc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.1 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 !include <../../../build/msw/config.vc>
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 WX_RELEASE_NODOT = 29
16 OBJS = \
17 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU)
18 LIBDIRNAME = .\..\..\..\lib\vc$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG)
19 SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21 HELPGEN_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \
22 $(__DEBUGINFO_0) /Fd$(OBJS)\HelpGen.pdb $(____DEBUGRUNTIME_2_p) \
23 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
24 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
25 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
26 $(__GFXCTX_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\..\include /W4 /I. \
27 $(__DLLFLAG_p) /D_CONSOLE /DwxUSE_GUI=0 $(__RTTIFLAG_9) \
28 $(__EXCEPTIONSFLAG_10) $(CPPFLAGS) $(CXXFLAGS)
29 HELPGEN_OBJECTS = \
30 $(OBJS)\HelpGen_HelpGen.obj \
31 $(OBJS)\HelpGen_cjparser.obj \
32 $(OBJS)\HelpGen_docripper.obj \
33 $(OBJS)\HelpGen_ifcontext.obj \
34 $(OBJS)\HelpGen_markup.obj \
35 $(OBJS)\HelpGen_scriptbinder.obj \
36 $(OBJS)\HelpGen_sourcepainter.obj \
37 $(OBJS)\HelpGen_srcparser.obj
38
39 ### Conditionally set variables: ###
40
41 !if "$(USE_GUI)" == "0"
42 PORTNAME = base
43 !endif
44 !if "$(USE_GUI)" == "1"
45 PORTNAME = msw
46 !endif
47 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
48 WXDEBUGFLAG = d
49 !endif
50 !if "$(DEBUG_FLAG)" == "1"
51 WXDEBUGFLAG = d
52 !endif
53 !if "$(UNICODE)" == "1"
54 WXUNICODEFLAG = u
55 !endif
56 !if "$(WXUNIV)" == "1"
57 WXUNIVNAME = univ
58 !endif
59 !if "$(TARGET_CPU)" == "amd64"
60 DIR_SUFFIX_CPU = _amd64
61 !endif
62 !if "$(TARGET_CPU)" == "amd64"
63 DIR_SUFFIX_CPU = _amd64
64 !endif
65 !if "$(TARGET_CPU)" == "ia64"
66 DIR_SUFFIX_CPU = _ia64
67 !endif
68 !if "$(TARGET_CPU)" == "ia64"
69 DIR_SUFFIX_CPU = _ia64
70 !endif
71 !if "$(SHARED)" == "1"
72 WXDLLFLAG = dll
73 !endif
74 !if "$(SHARED)" == "0"
75 LIBTYPE_SUFFIX = lib
76 !endif
77 !if "$(SHARED)" == "1"
78 LIBTYPE_SUFFIX = dll
79 !endif
80 !if "$(TARGET_CPU)" == "amd64"
81 LINK_TARGET_CPU = /MACHINE:AMD64
82 !endif
83 !if "$(TARGET_CPU)" == "amd64"
84 LINK_TARGET_CPU = /MACHINE:AMD64
85 !endif
86 !if "$(TARGET_CPU)" == "ia64"
87 LINK_TARGET_CPU = /MACHINE:IA64
88 !endif
89 !if "$(TARGET_CPU)" == "ia64"
90 LINK_TARGET_CPU = /MACHINE:IA64
91 !endif
92 !if "$(MONOLITHIC)" == "0"
93 EXTRALIBS_FOR_BASE =
94 !endif
95 !if "$(MONOLITHIC)" == "1"
96 EXTRALIBS_FOR_BASE =
97 !endif
98 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
99 __DEBUGINFO_0 = /Zi
100 !endif
101 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
102 __DEBUGINFO_0 =
103 !endif
104 !if "$(DEBUG_INFO)" == "0"
105 __DEBUGINFO_0 =
106 !endif
107 !if "$(DEBUG_INFO)" == "1"
108 __DEBUGINFO_0 = /Zi
109 !endif
110 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
111 __DEBUGINFO_1 = /DEBUG
112 !endif
113 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
114 __DEBUGINFO_1 =
115 !endif
116 !if "$(DEBUG_INFO)" == "0"
117 __DEBUGINFO_1 =
118 !endif
119 !if "$(DEBUG_INFO)" == "1"
120 __DEBUGINFO_1 = /DEBUG
121 !endif
122 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
123 ____DEBUGRUNTIME_2_p = /D_DEBUG
124 !endif
125 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
126 ____DEBUGRUNTIME_2_p =
127 !endif
128 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
129 ____DEBUGRUNTIME_2_p =
130 !endif
131 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
132 ____DEBUGRUNTIME_2_p = /D_DEBUG
133 !endif
134 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
135 __DEBUGRUNTIME_3 = d
136 !endif
137 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
138 __DEBUGRUNTIME_3 =
139 !endif
140 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
141 __DEBUGRUNTIME_3 =
142 !endif
143 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
144 __DEBUGRUNTIME_3 = d
145 !endif
146 !if "$(BUILD)" == "debug"
147 __OPTIMIZEFLAG_4 = /Od
148 !endif
149 !if "$(BUILD)" == "release"
150 __OPTIMIZEFLAG_4 = /O2
151 !endif
152 !if "$(USE_THREADS)" == "0"
153 __THREADSFLAG_7 = L
154 !endif
155 !if "$(USE_THREADS)" == "1"
156 __THREADSFLAG_7 = T
157 !endif
158 !if "$(RUNTIME_LIBS)" == "dynamic"
159 __RUNTIME_LIBS_8 = D
160 !endif
161 !if "$(RUNTIME_LIBS)" == "static"
162 __RUNTIME_LIBS_8 = $(__THREADSFLAG_7)
163 !endif
164 !if "$(USE_RTTI)" == "0"
165 __RTTIFLAG_9 =
166 !endif
167 !if "$(USE_RTTI)" == "1"
168 __RTTIFLAG_9 = /GR
169 !endif
170 !if "$(USE_EXCEPTIONS)" == "0"
171 __EXCEPTIONSFLAG_10 =
172 !endif
173 !if "$(USE_EXCEPTIONS)" == "1"
174 __EXCEPTIONSFLAG_10 = /EHsc
175 !endif
176 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
177 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
178 !endif
179 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
180 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
181 !endif
182 !if "$(WXUNIV)" == "1"
183 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
184 !endif
185 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
186 __DEBUG_DEFINE_p = /D__WXDEBUG__
187 !endif
188 !if "$(DEBUG_FLAG)" == "1"
189 __DEBUG_DEFINE_p = /D__WXDEBUG__
190 !endif
191 !if "$(USE_EXCEPTIONS)" == "0"
192 __EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
193 !endif
194 !if "$(USE_RTTI)" == "0"
195 __RTTI_DEFINE_p = /DwxNO_RTTI
196 !endif
197 !if "$(USE_THREADS)" == "0"
198 __THREAD_DEFINE_p = /DwxNO_THREADS
199 !endif
200 !if "$(UNICODE)" == "1"
201 __UNICODE_DEFINE_p = /D_UNICODE
202 !endif
203 !if "$(MSLU)" == "1"
204 __MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
205 !endif
206 !if "$(USE_GDIPLUS)" == "1"
207 __GFXCTX_DEFINE_p = /DwxUSE_GRAPHICS_CONTEXT=1
208 !endif
209 !if "$(SHARED)" == "1"
210 __DLLFLAG_p = /DWXUSINGDLL
211 !endif
212 !if "$(MONOLITHIC)" == "0"
213 __WXLIB_BASE_p = \
214 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
215 !endif
216 !if "$(MONOLITHIC)" == "1"
217 __WXLIB_MONO_p = \
218 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
219 !endif
220 !if "$(MSLU)" == "1"
221 __UNICOWS_LIB_p = unicows.lib
222 !endif
223 !if "$(USE_GDIPLUS)" == "1"
224 __GDIPLUS_LIB_p = gdiplus.lib
225 !endif
226
227
228 all: $(OBJS)
229 $(OBJS):
230 -if not exist $(OBJS) mkdir $(OBJS)
231
232 ### Targets: ###
233
234 all: $(OBJS)\HelpGen.exe
235
236 clean:
237 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
238 -if exist $(OBJS)\*.res del $(OBJS)\*.res
239 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
240 -if exist $(OBJS)\HelpGen.exe del $(OBJS)\HelpGen.exe
241 -if exist $(OBJS)\HelpGen.ilk del $(OBJS)\HelpGen.ilk
242 -if exist $(OBJS)\HelpGen.pdb del $(OBJS)\HelpGen.pdb
243
244 $(OBJS)\HelpGen.exe: $(HELPGEN_OBJECTS)
245 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE @<<
246 $(HELPGEN_OBJECTS) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_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 odbc32.lib
247 <<
248
249 $(OBJS)\HelpGen_HelpGen.obj: .\HelpGen.cpp
250 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
251
252 $(OBJS)\HelpGen_cjparser.obj: .\cjparser.cpp
253 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
254
255 $(OBJS)\HelpGen_docripper.obj: .\docripper.cpp
256 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
257
258 $(OBJS)\HelpGen_ifcontext.obj: .\ifcontext.cpp
259 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
260
261 $(OBJS)\HelpGen_markup.obj: .\markup.cpp
262 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
263
264 $(OBJS)\HelpGen_scriptbinder.obj: .\scriptbinder.cpp
265 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
266
267 $(OBJS)\HelpGen_sourcepainter.obj: .\sourcepainter.cpp
268 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
269
270 $(OBJS)\HelpGen_srcparser.obj: .\srcparser.cpp
271 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
272