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