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