]> git.saurik.com Git - wxWidgets.git/blame - utils/HelpGen/src/makefile.vc
More warning and error fixes (work in progress with Tinderbox).
[wxWidgets.git] / utils / HelpGen / src / makefile.vc
CommitLineData
2ace0078
VS
1# =========================================================================
2# This makefile was generated by
8c9f8f91 3# Bakefile 0.1.8 (http://bakefile.sourceforge.net)
2ace0078
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
8ba95a18 7!include <../../../build/msw/config.vc>
2ace0078
VS
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
4818141b 15WX_RELEASE_NODOT = 26
b17c1746
DE
16OBJS = \
17 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
162a956b 18LIBDIRNAME = .\..\..\..\lib\vc_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91 21HELPGEN_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \
9bfe7ad9 22 $(__DEBUGINFO_0) /Fd$(OBJS)\HelpGen.pdb $(____DEBUGRUNTIME_2_p) \
ec08d395 23 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
8c9f8f91
JS
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)
2ace0078
VS
28HELPGEN_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 \
75a0a7b7 36 $(OBJS)\HelpGen_srcparser.obj
2ace0078
VS
37
38### Conditionally set variables: ###
39
40!if "$(USE_GUI)" == "0"
41PORTNAME = base
42!endif
43!if "$(USE_GUI)" == "1"
44PORTNAME = msw
45!endif
46!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
47WXDEBUGFLAG = d
48!endif
49!if "$(DEBUG_FLAG)" == "1"
50WXDEBUGFLAG = d
51!endif
2ace0078
VS
52!if "$(UNICODE)" == "1"
53WXUNICODEFLAG = u
54!endif
55!if "$(WXUNIV)" == "1"
56WXUNIVNAME = univ
57!endif
b17c1746
DE
58!if "$(SHARED)" == "1"
59WXDLLFLAG = dll
60!endif
162a956b
JS
61!if "$(SHARED)" == "0"
62LIBTYPE_SUFFIX = lib
63!endif
64!if "$(SHARED)" == "1"
65LIBTYPE_SUFFIX = dll
66!endif
dd65d8c8
RN
67!if "$(MONOLITHIC)" == "0"
68EXTRALIBS_FOR_BASE =
69!endif
70!if "$(MONOLITHIC)" == "1"
71EXTRALIBS_FOR_BASE =
72!endif
2ace0078
VS
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
21c6080d
JS
97!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
98____DEBUGRUNTIME_2_p = /D_DEBUG
99!endif
100!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
101____DEBUGRUNTIME_2_p =
102!endif
b17c1746
DE
103!if "$(DEBUG_RUNTIME_LIBS)" == "0"
104____DEBUGRUNTIME_2_p =
105!endif
106!if "$(DEBUG_RUNTIME_LIBS)" == "1"
107____DEBUGRUNTIME_2_p = /D_DEBUG
108!endif
21c6080d
JS
109!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
110__DEBUGRUNTIME_3 = d
2ace0078 111!endif
21c6080d
JS
112!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
113__DEBUGRUNTIME_3 =
2ace0078
VS
114!endif
115!if "$(DEBUG_RUNTIME_LIBS)" == "0"
116__DEBUGRUNTIME_3 =
117!endif
118!if "$(DEBUG_RUNTIME_LIBS)" == "1"
119__DEBUGRUNTIME_3 = d
120!endif
b17c1746
DE
121!if "$(BUILD)" == "debug"
122__OPTIMIZEFLAG_4 = /Od
123!endif
124!if "$(BUILD)" == "release"
125__OPTIMIZEFLAG_4 = /O2
126!endif
8c9f8f91
JS
127!if "$(USE_THREADS)" == "0"
128__THREADSFLAG_7 = L
129!endif
130!if "$(USE_THREADS)" == "1"
131__THREADSFLAG_7 = T
132!endif
b17c1746 133!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 134__RUNTIME_LIBS_8 = D
b17c1746
DE
135!endif
136!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 137__RUNTIME_LIBS_8 = $(__THREADSFLAG_7)
2ace0078 138!endif
8c9f8f91
JS
139!if "$(USE_RTTI)" == "0"
140__RTTIFLAG_9 =
b71531ad 141!endif
8c9f8f91
JS
142!if "$(USE_RTTI)" == "1"
143__RTTIFLAG_9 = /GR
b71531ad
VZ
144!endif
145!if "$(USE_EXCEPTIONS)" == "0"
8c9f8f91 146__EXCEPTIONSFLAG_10 =
b71531ad
VZ
147!endif
148!if "$(USE_EXCEPTIONS)" == "1"
8c9f8f91 149__EXCEPTIONSFLAG_10 = /EHsc
b71531ad 150!endif
ec08d395
JS
151!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
152__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
153!endif
154!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
155__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
156!endif
b17c1746
DE
157!if "$(WXUNIV)" == "1"
158__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
2ace0078 159!endif
b17c1746
DE
160!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
161__DEBUG_DEFINE_p = /D__WXDEBUG__
2ace0078 162!endif
b17c1746
DE
163!if "$(DEBUG_FLAG)" == "1"
164__DEBUG_DEFINE_p = /D__WXDEBUG__
2ace0078 165!endif
8c9f8f91
JS
166!if "$(USE_EXCEPTIONS)" == "0"
167__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
168!endif
169!if "$(USE_RTTI)" == "0"
170__RTTI_DEFINE_p = /DwxNO_RTTI
171!endif
172!if "$(USE_THREADS)" == "0"
173__THREAD_DEFINE_p = /DwxNO_THREADS
174!endif
2ace0078 175!if "$(UNICODE)" == "1"
8ba95a18 176__UNICODE_DEFINE_p = /D_UNICODE
2ace0078 177!endif
b17c1746
DE
178!if "$(SHARED)" == "1"
179__DLLFLAG_p = /DWXUSINGDLL
2ace0078
VS
180!endif
181!if "$(MONOLITHIC)" == "0"
c33fae85
RN
182__WXLIB_BASE_p = \
183 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
2ace0078
VS
184!endif
185!if "$(MONOLITHIC)" == "1"
186__WXLIB_MONO_p = \
c33fae85 187 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
2ace0078 188!endif
b17c1746 189!if "$(USE_GUI)" == "1"
9c2d002b 190__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
2ace0078 191!endif
b17c1746 192!if "$(USE_GUI)" == "1"
9c2d002b 193__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
2ace0078 194!endif
b17c1746 195!if "$(USE_GUI)" == "1"
9c2d002b 196__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
2ace0078 197!endif
b17c1746
DE
198!if "$(MSLU)" == "1"
199__UNICOWS_LIB_p = unicows.lib
2ace0078 200!endif
2ace0078
VS
201
202
203all: $(OBJS)
204$(OBJS):
205 -if not exist $(OBJS) mkdir $(OBJS)
206
207### Targets: ###
208
209all: $(OBJS)\HelpGen.exe
210
b17c1746
DE
211clean:
212 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
213 -if exist $(OBJS)\*.res del $(OBJS)\*.res
162a956b 214 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
b17c1746
DE
215 -if exist $(OBJS)\HelpGen.exe del $(OBJS)\HelpGen.exe
216 -if exist $(OBJS)\HelpGen.ilk del $(OBJS)\HelpGen.ilk
217 -if exist $(OBJS)\HelpGen.pdb del $(OBJS)\HelpGen.pdb
218
219$(OBJS)\HelpGen.exe: $(HELPGEN_OBJECTS)
220 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE @<<
dd65d8c8 221 $(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
b17c1746
DE
222<<
223
204e4cd6 224$(OBJS)\HelpGen_HelpGen.obj: .\HelpGen.cpp
2ace0078
VS
225 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
226
204e4cd6 227$(OBJS)\HelpGen_cjparser.obj: .\cjparser.cpp
2ace0078
VS
228 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
229
204e4cd6 230$(OBJS)\HelpGen_docripper.obj: .\docripper.cpp
2ace0078
VS
231 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
232
204e4cd6 233$(OBJS)\HelpGen_ifcontext.obj: .\ifcontext.cpp
2ace0078
VS
234 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
235
204e4cd6 236$(OBJS)\HelpGen_markup.obj: .\markup.cpp
2ace0078
VS
237 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
238
204e4cd6 239$(OBJS)\HelpGen_scriptbinder.obj: .\scriptbinder.cpp
2ace0078
VS
240 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
241
204e4cd6 242$(OBJS)\HelpGen_sourcepainter.obj: .\sourcepainter.cpp
2ace0078
VS
243 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
244
204e4cd6 245$(OBJS)\HelpGen_srcparser.obj: .\srcparser.cpp
2ace0078 246 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
162a956b 247