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