]> git.saurik.com Git - wxWidgets.git/blame - utils/HelpGen/src/makefile.vc
wxMotif compilation fixes after wxDC changes
[wxWidgets.git] / utils / HelpGen / src / makefile.vc
CommitLineData
2ace0078
VS
1# =========================================================================
2# This makefile was generated by
25bb1412 3# Bakefile 0.2.1 (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
ae4ccf12 15WX_RELEASE_NODOT = 29
b17c1746 16OBJS = \
ab6ea1ac
MW
17 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU)
18LIBDIRNAME = .\..\..\..\lib\vc$(DIR_SUFFIX_CPU)_$(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 24 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
2113bc77 25 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
3abcf424
RD
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)
2ace0078
VS
29HELPGEN_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 \
75a0a7b7 37 $(OBJS)\HelpGen_srcparser.obj
2ace0078
VS
38
39### Conditionally set variables: ###
40
41!if "$(USE_GUI)" == "0"
42PORTNAME = base
43!endif
44!if "$(USE_GUI)" == "1"
45PORTNAME = msw
46!endif
47!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
48WXDEBUGFLAG = d
49!endif
50!if "$(DEBUG_FLAG)" == "1"
51WXDEBUGFLAG = d
52!endif
2ace0078
VS
53!if "$(UNICODE)" == "1"
54WXUNICODEFLAG = u
55!endif
56!if "$(WXUNIV)" == "1"
57WXUNIVNAME = univ
58!endif
9d309aad 59!if "$(TARGET_CPU)" == "amd64"
ab6ea1ac
MW
60DIR_SUFFIX_CPU = _amd64
61!endif
9d309aad
MW
62!if "$(TARGET_CPU)" == "amd64"
63DIR_SUFFIX_CPU = _amd64
64!endif
65!if "$(TARGET_CPU)" == "ia64"
66DIR_SUFFIX_CPU = _ia64
67!endif
68!if "$(TARGET_CPU)" == "ia64"
ab6ea1ac
MW
69DIR_SUFFIX_CPU = _ia64
70!endif
b17c1746
DE
71!if "$(SHARED)" == "1"
72WXDLLFLAG = dll
73!endif
162a956b
JS
74!if "$(SHARED)" == "0"
75LIBTYPE_SUFFIX = lib
76!endif
77!if "$(SHARED)" == "1"
78LIBTYPE_SUFFIX = dll
79!endif
9d309aad 80!if "$(TARGET_CPU)" == "amd64"
ab6ea1ac
MW
81LINK_TARGET_CPU = /MACHINE:AMD64
82!endif
9d309aad
MW
83!if "$(TARGET_CPU)" == "amd64"
84LINK_TARGET_CPU = /MACHINE:AMD64
85!endif
86!if "$(TARGET_CPU)" == "ia64"
87LINK_TARGET_CPU = /MACHINE:IA64
88!endif
89!if "$(TARGET_CPU)" == "ia64"
ab6ea1ac
MW
90LINK_TARGET_CPU = /MACHINE:IA64
91!endif
dd65d8c8
RN
92!if "$(MONOLITHIC)" == "0"
93EXTRALIBS_FOR_BASE =
94!endif
95!if "$(MONOLITHIC)" == "1"
96EXTRALIBS_FOR_BASE =
97!endif
2ace0078
VS
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
21c6080d
JS
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
b17c1746
DE
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
21c6080d
JS
134!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
135__DEBUGRUNTIME_3 = d
2ace0078 136!endif
21c6080d
JS
137!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
138__DEBUGRUNTIME_3 =
2ace0078
VS
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
b17c1746
DE
146!if "$(BUILD)" == "debug"
147__OPTIMIZEFLAG_4 = /Od
148!endif
149!if "$(BUILD)" == "release"
150__OPTIMIZEFLAG_4 = /O2
151!endif
8c9f8f91
JS
152!if "$(USE_THREADS)" == "0"
153__THREADSFLAG_7 = L
154!endif
155!if "$(USE_THREADS)" == "1"
156__THREADSFLAG_7 = T
157!endif
b17c1746 158!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 159__RUNTIME_LIBS_8 = D
b17c1746
DE
160!endif
161!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 162__RUNTIME_LIBS_8 = $(__THREADSFLAG_7)
2ace0078 163!endif
8c9f8f91
JS
164!if "$(USE_RTTI)" == "0"
165__RTTIFLAG_9 =
b71531ad 166!endif
8c9f8f91
JS
167!if "$(USE_RTTI)" == "1"
168__RTTIFLAG_9 = /GR
b71531ad
VZ
169!endif
170!if "$(USE_EXCEPTIONS)" == "0"
8c9f8f91 171__EXCEPTIONSFLAG_10 =
b71531ad
VZ
172!endif
173!if "$(USE_EXCEPTIONS)" == "1"
8c9f8f91 174__EXCEPTIONSFLAG_10 = /EHsc
b71531ad 175!endif
ec08d395
JS
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
b17c1746
DE
182!if "$(WXUNIV)" == "1"
183__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
2ace0078 184!endif
b17c1746
DE
185!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
186__DEBUG_DEFINE_p = /D__WXDEBUG__
2ace0078 187!endif
b17c1746
DE
188!if "$(DEBUG_FLAG)" == "1"
189__DEBUG_DEFINE_p = /D__WXDEBUG__
2ace0078 190!endif
8c9f8f91
JS
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
2ace0078 200!if "$(UNICODE)" == "1"
8ba95a18 201__UNICODE_DEFINE_p = /D_UNICODE
2ace0078 202!endif
2113bc77
MW
203!if "$(MSLU)" == "1"
204__MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
205!endif
3abcf424
RD
206!if "$(USE_GDIPLUS)" == "1"
207__GFXCTX_DEFINE_p = /DwxUSE_GRAPHICS_CONTEXT=1
208!endif
b17c1746
DE
209!if "$(SHARED)" == "1"
210__DLLFLAG_p = /DWXUSINGDLL
2ace0078
VS
211!endif
212!if "$(MONOLITHIC)" == "0"
c33fae85
RN
213__WXLIB_BASE_p = \
214 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
2ace0078
VS
215!endif
216!if "$(MONOLITHIC)" == "1"
217__WXLIB_MONO_p = \
c33fae85 218 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
2ace0078 219!endif
b17c1746
DE
220!if "$(MSLU)" == "1"
221__UNICOWS_LIB_p = unicows.lib
2ace0078 222!endif
3abcf424
RD
223!if "$(USE_GDIPLUS)" == "1"
224__GDIPLUS_LIB_p = gdiplus.lib
225!endif
2ace0078
VS
226
227
228all: $(OBJS)
229$(OBJS):
230 -if not exist $(OBJS) mkdir $(OBJS)
231
232### Targets: ###
233
234all: $(OBJS)\HelpGen.exe
235
b17c1746
DE
236clean:
237 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
238 -if exist $(OBJS)\*.res del $(OBJS)\*.res
162a956b 239 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
b17c1746
DE
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)
ab6ea1ac 245 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE @<<
3abcf424 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
b17c1746
DE
247<<
248
204e4cd6 249$(OBJS)\HelpGen_HelpGen.obj: .\HelpGen.cpp
2ace0078
VS
250 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
251
204e4cd6 252$(OBJS)\HelpGen_cjparser.obj: .\cjparser.cpp
2ace0078
VS
253 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
254
204e4cd6 255$(OBJS)\HelpGen_docripper.obj: .\docripper.cpp
2ace0078
VS
256 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
257
204e4cd6 258$(OBJS)\HelpGen_ifcontext.obj: .\ifcontext.cpp
2ace0078
VS
259 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
260
204e4cd6 261$(OBJS)\HelpGen_markup.obj: .\markup.cpp
2ace0078
VS
262 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
263
204e4cd6 264$(OBJS)\HelpGen_scriptbinder.obj: .\scriptbinder.cpp
2ace0078
VS
265 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
266
204e4cd6 267$(OBJS)\HelpGen_sourcepainter.obj: .\sourcepainter.cpp
2ace0078
VS
268 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
269
204e4cd6 270$(OBJS)\HelpGen_srcparser.obj: .\srcparser.cpp
2ace0078 271 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
162a956b 272