]> git.saurik.com Git - wxWidgets.git/blame - utils/screenshotgen/src/makefile.vc
Compilation fix for PCH-less OS X build after wxFSW merge.
[wxWidgets.git] / utils / screenshotgen / src / makefile.vc
CommitLineData
78808897
VZ
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.7 (http://www.bakefile.org)
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
15WX_RELEASE_NODOT = 29
16COMPILER_PREFIX = vc
17OBJS = \
18 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU)
19LIBDIRNAME = \
20 .\..\..\..\lib\$(COMPILER_PREFIX)$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG)
21SETUPHDIR = \
22 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
23SCREENSHOTGEN_CXXFLAGS = /M$(__RUNTIME_LIBS_10)$(__DEBUGRUNTIME_4) /DWIN32 \
24 $(__DEBUGINFO_0) /Fd$(OBJS)\screenshotgen.pdb $(__DEBUGINFO_2) \
25 $(____DEBUGRUNTIME_3_p) $(__OPTIMIZEFLAG_6) $(__NO_VC_CRTDBG_p) /D__WXMSW__ \
26 $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
27 $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
28 $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\..\include \
29 /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples /DNOPCH \
30 $(__RTTIFLAG_11) $(__EXCEPTIONSFLAG_12) $(CPPFLAGS) $(CXXFLAGS)
31SCREENSHOTGEN_OBJECTS = \
32 $(OBJS)\screenshotgen_screenshot_app.obj \
33 $(OBJS)\screenshotgen_screenshot_main.obj \
34 $(OBJS)\screenshotgen_guiframe.obj \
35 $(OBJS)\screenshotgen_customcombo.obj \
36 $(OBJS)\screenshotgen_autocapture.obj
37SCREENSHOTGEN_RESOURCES = \
38 $(OBJS)\screenshotgen_screenshotgen.res
39
40### Conditionally set variables: ###
41
42!if "$(USE_GUI)" == "0"
43PORTNAME = base
44!endif
45!if "$(USE_GUI)" == "1"
46PORTNAME = msw
47!endif
48!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
49WXDEBUGFLAG = d
50!endif
51!if "$(DEBUG_RUNTIME_LIBS)" == "1"
52WXDEBUGFLAG = d
53!endif
54!if "$(UNICODE)" == "1"
55WXUNICODEFLAG = u
56!endif
57!if "$(WXUNIV)" == "1"
58WXUNIVNAME = univ
59!endif
60!if "$(TARGET_CPU)" == "AMD64"
61DIR_SUFFIX_CPU = _amd64
62!endif
63!if "$(TARGET_CPU)" == "IA64"
64DIR_SUFFIX_CPU = _ia64
65!endif
66!if "$(TARGET_CPU)" == "amd64"
67DIR_SUFFIX_CPU = _amd64
68!endif
69!if "$(TARGET_CPU)" == "ia64"
70DIR_SUFFIX_CPU = _ia64
71!endif
72!if "$(SHARED)" == "1"
73WXDLLFLAG = dll
74!endif
75!if "$(SHARED)" == "0"
76LIBTYPE_SUFFIX = lib
77!endif
78!if "$(SHARED)" == "1"
79LIBTYPE_SUFFIX = dll
80!endif
81!if "$(TARGET_CPU)" == "AMD64"
82LINK_TARGET_CPU = /MACHINE:AMD64
83!endif
84!if "$(TARGET_CPU)" == "IA64"
85LINK_TARGET_CPU = /MACHINE:IA64
86!endif
87!if "$(TARGET_CPU)" == "amd64"
88LINK_TARGET_CPU = /MACHINE:AMD64
89!endif
90!if "$(TARGET_CPU)" == "ia64"
91LINK_TARGET_CPU = /MACHINE:IA64
92!endif
93!if "$(MONOLITHIC)" == "0"
94EXTRALIBS_FOR_BASE =
95!endif
96!if "$(MONOLITHIC)" == "1"
97EXTRALIBS_FOR_BASE =
98!endif
99!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
100__DEBUGINFO_0 = /Zi
101!endif
102!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
103__DEBUGINFO_0 =
104!endif
105!if "$(DEBUG_INFO)" == "0"
106__DEBUGINFO_0 =
107!endif
108!if "$(DEBUG_INFO)" == "1"
109__DEBUGINFO_0 = /Zi
110!endif
111!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
112__DEBUGINFO_1 = /DEBUG
113!endif
114!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
115__DEBUGINFO_1 =
116!endif
117!if "$(DEBUG_INFO)" == "0"
118__DEBUGINFO_1 =
119!endif
120!if "$(DEBUG_INFO)" == "1"
121__DEBUGINFO_1 = /DEBUG
122!endif
123!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
124__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
125!endif
126!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
127__DEBUGINFO_2 =
128!endif
129!if "$(DEBUG_INFO)" == "0"
130__DEBUGINFO_2 =
131!endif
132!if "$(DEBUG_INFO)" == "1"
133__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
134!endif
135!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
136____DEBUGRUNTIME_3_p = /D_DEBUG
137!endif
138!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
139____DEBUGRUNTIME_3_p =
140!endif
141!if "$(DEBUG_RUNTIME_LIBS)" == "0"
142____DEBUGRUNTIME_3_p =
143!endif
144!if "$(DEBUG_RUNTIME_LIBS)" == "1"
145____DEBUGRUNTIME_3_p = /D_DEBUG
146!endif
147!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
148____DEBUGRUNTIME_3_p_1 = /d _DEBUG
149!endif
150!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
151____DEBUGRUNTIME_3_p_1 =
152!endif
153!if "$(DEBUG_RUNTIME_LIBS)" == "0"
154____DEBUGRUNTIME_3_p_1 =
155!endif
156!if "$(DEBUG_RUNTIME_LIBS)" == "1"
157____DEBUGRUNTIME_3_p_1 = /d _DEBUG
158!endif
159!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
160__DEBUGRUNTIME_4 = d
161!endif
162!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
163__DEBUGRUNTIME_4 =
164!endif
165!if "$(DEBUG_RUNTIME_LIBS)" == "0"
166__DEBUGRUNTIME_4 =
167!endif
168!if "$(DEBUG_RUNTIME_LIBS)" == "1"
169__DEBUGRUNTIME_4 = d
170!endif
171!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
172__DEBUGRUNTIME_5 =
173!endif
174!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
175__DEBUGRUNTIME_5 = /opt:ref /opt:icf
176!endif
177!if "$(DEBUG_RUNTIME_LIBS)" == "0"
178__DEBUGRUNTIME_5 = /opt:ref /opt:icf
179!endif
180!if "$(DEBUG_RUNTIME_LIBS)" == "1"
181__DEBUGRUNTIME_5 =
182!endif
183!if "$(BUILD)" == "debug"
184__OPTIMIZEFLAG_6 = /Od
185!endif
186!if "$(BUILD)" == "release"
187__OPTIMIZEFLAG_6 = /O2
188!endif
189!if "$(USE_THREADS)" == "0"
190__THREADSFLAG_9 = L
191!endif
192!if "$(USE_THREADS)" == "1"
193__THREADSFLAG_9 = T
194!endif
195!if "$(RUNTIME_LIBS)" == "dynamic"
196__RUNTIME_LIBS_10 = D
197!endif
198!if "$(RUNTIME_LIBS)" == "static"
199__RUNTIME_LIBS_10 = $(__THREADSFLAG_9)
200!endif
201!if "$(USE_RTTI)" == "0"
202__RTTIFLAG_11 =
203!endif
204!if "$(USE_RTTI)" == "1"
205__RTTIFLAG_11 = /GR
206!endif
207!if "$(USE_EXCEPTIONS)" == "0"
208__EXCEPTIONSFLAG_12 =
209!endif
210!if "$(USE_EXCEPTIONS)" == "1"
211__EXCEPTIONSFLAG_12 = /EHsc
212!endif
213!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
214__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
215!endif
216!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
217__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
218!endif
219!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
220__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
221!endif
222!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
223__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
224!endif
225!if "$(WXUNIV)" == "1"
226__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
227!endif
228!if "$(WXUNIV)" == "1"
229__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
230!endif
231!if "$(DEBUG_FLAG)" == "0"
232__DEBUG_DEFINE_p = /DwxDEBUG_LEVEL=0
233!endif
234!if "$(DEBUG_FLAG)" == "0"
235__DEBUG_DEFINE_p_1 = /d wxDEBUG_LEVEL=0
236!endif
237!if "$(USE_EXCEPTIONS)" == "0"
238__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
239!endif
240!if "$(USE_EXCEPTIONS)" == "0"
241__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
242!endif
243!if "$(USE_RTTI)" == "0"
244__RTTI_DEFINE_p = /DwxNO_RTTI
245!endif
246!if "$(USE_RTTI)" == "0"
247__RTTI_DEFINE_p_1 = /d wxNO_RTTI
248!endif
249!if "$(USE_THREADS)" == "0"
250__THREAD_DEFINE_p = /DwxNO_THREADS
251!endif
252!if "$(USE_THREADS)" == "0"
253__THREAD_DEFINE_p_1 = /d wxNO_THREADS
254!endif
255!if "$(UNICODE)" == "0"
256__UNICODE_DEFINE_p = /DwxUSE_UNICODE=0
257!endif
258!if "$(UNICODE)" == "1"
259__UNICODE_DEFINE_p = /D_UNICODE
260!endif
261!if "$(UNICODE)" == "0"
262__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=0
263!endif
264!if "$(UNICODE)" == "1"
265__UNICODE_DEFINE_p_1 = /d _UNICODE
266!endif
267!if "$(MSLU)" == "1"
268__MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
269!endif
270!if "$(MSLU)" == "1"
271__MSLU_DEFINE_p_1 = /d wxUSE_UNICODE_MSLU=1
272!endif
273!if "$(USE_GDIPLUS)" == "1"
274__GFXCTX_DEFINE_p = /DwxUSE_GRAPHICS_CONTEXT=1
275!endif
276!if "$(USE_GDIPLUS)" == "1"
277__GFXCTX_DEFINE_p_1 = /d wxUSE_GRAPHICS_CONTEXT=1
278!endif
279!if "$(SHARED)" == "1"
280__DLLFLAG_p = /DWXUSINGDLL
281!endif
282!if "$(SHARED)" == "1"
283__DLLFLAG_p_1 = /d WXUSINGDLL
284!endif
285!if "$(MONOLITHIC)" == "0"
286__WXLIB_AUI_p = \
287 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_aui.lib
288!endif
289!if "$(MONOLITHIC)" == "0"
290__WXLIB_ADV_p = \
291 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
292!endif
293!if "$(MONOLITHIC)" == "0"
294__WXLIB_RICHTEXT_p = \
295 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_richtext.lib
296!endif
297!if "$(MONOLITHIC)" == "0"
298__WXLIB_HTML_p = \
299 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
300!endif
301!if "$(MONOLITHIC)" == "0"
302__WXLIB_XML_p = \
303 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
304!endif
305!if "$(MONOLITHIC)" == "0"
306__WXLIB_CORE_p = \
307 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
308!endif
309!if "$(MONOLITHIC)" == "0"
310__WXLIB_BASE_p = \
311 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
312!endif
313!if "$(MONOLITHIC)" == "1"
314__WXLIB_MONO_p = \
315 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
316!endif
317!if "$(USE_GUI)" == "1"
318__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
319!endif
320!if "$(USE_GUI)" == "1"
321__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
322!endif
323!if "$(USE_GUI)" == "1"
324__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
325!endif
326!if "$(MSLU)" == "1"
327__UNICOWS_LIB_p = unicows.lib
328!endif
329!if "$(USE_GDIPLUS)" == "1"
330__GDIPLUS_LIB_p = gdiplus.lib
331!endif
332
333
334all: $(OBJS)
335$(OBJS):
336 -if not exist $(OBJS) mkdir $(OBJS)
337
338### Targets: ###
339
340all: $(OBJS)\screenshotgen.exe bitmaps xml
341
342clean:
343 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
344 -if exist $(OBJS)\*.res del $(OBJS)\*.res
345 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
346 -if exist $(OBJS)\screenshotgen.exe del $(OBJS)\screenshotgen.exe
347 -if exist $(OBJS)\screenshotgen.ilk del $(OBJS)\screenshotgen.ilk
348 -if exist $(OBJS)\screenshotgen.pdb del $(OBJS)\screenshotgen.pdb
349
350$(OBJS)\screenshotgen.exe: $(SCREENSHOTGEN_OBJECTS) $(OBJS)\screenshotgen_screenshotgen.res
351 link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\screenshotgen.pdb" $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS $(LDFLAGS) @<<
352 $(SCREENSHOTGEN_OBJECTS) $(SCREENSHOTGEN_RESOURCES) $(__WXLIB_AUI_p) $(__WXLIB_ADV_p) $(__WXLIB_RICHTEXT_p) $(__WXLIB_HTML_p) $(__WXLIB_XML_p) $(__WXLIB_CORE_p) $(__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) $(__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 wininet.lib
353<<
354
355bitmaps:
356 if not exist $(OBJS)\bitmaps mkdir $(OBJS)\bitmaps
357 for %f in (wxwin32x32.png bell.png sound.png dropbuth.png dropbutn.png dropbutp.png throbber.gif) do if not exist $(OBJS)\bitmaps\%f copy .\bitmaps\%f $(OBJS)\bitmaps
358
359xml:
360 if not exist $(OBJS) mkdir $(OBJS)
361 for %f in (richtext.xml) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
362
363$(OBJS)\screenshotgen_screenshot_app.obj: .\screenshot_app.cpp
364 $(CXX) /c /nologo /TP /Fo$@ $(SCREENSHOTGEN_CXXFLAGS) .\screenshot_app.cpp
365
366$(OBJS)\screenshotgen_screenshot_main.obj: .\screenshot_main.cpp
367 $(CXX) /c /nologo /TP /Fo$@ $(SCREENSHOTGEN_CXXFLAGS) .\screenshot_main.cpp
368
369$(OBJS)\screenshotgen_guiframe.obj: .\guiframe.cpp
370 $(CXX) /c /nologo /TP /Fo$@ $(SCREENSHOTGEN_CXXFLAGS) .\guiframe.cpp
371
372$(OBJS)\screenshotgen_customcombo.obj: .\customcombo.cpp
373 $(CXX) /c /nologo /TP /Fo$@ $(SCREENSHOTGEN_CXXFLAGS) .\customcombo.cpp
374
375$(OBJS)\screenshotgen_autocapture.obj: .\autocapture.cpp
376 $(CXX) /c /nologo /TP /Fo$@ $(SCREENSHOTGEN_CXXFLAGS) .\autocapture.cpp
377
378$(OBJS)\screenshotgen_screenshotgen.res: .\screenshotgen.rc
379 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_3_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) $(__GFXCTX_DEFINE_p_1) /i $(SETUPHDIR) /i .\..\..\..\include /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\..\samples /d NOPCH .\screenshotgen.rc
380