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 # =========================================================================
7 !include <../../build/msw/config.vc>
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
16 WX_VERSION_NODOT = $(WX_RELEASE_NODOT)1
19 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU)
21 .\..\..\lib\$(COMPILER_PREFIX)$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG)
23 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
24 RENDER_CXXFLAGS = /M$(__RUNTIME_LIBS_10)$(__DEBUGRUNTIME) /DWIN32 \
25 $(__DEBUGINFO) /Fd$(OBJS)\render.pdb $(__DEBUGINFO_2) $(____DEBUGRUNTIME) \
26 $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
27 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
28 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
29 $(__GFXCTX_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include /W4 /I. $(__DLLFLAG_p) \
30 /D_WINDOWS /I.\..\..\samples /DNOPCH $(__RTTIFLAG) $(__EXCEPTIONSFLAG) \
31 $(CPPFLAGS) $(CXXFLAGS)
33 $(OBJS)\render_render.obj
35 $(OBJS)\render_sample.res
36 RENDDLL_CXXFLAGS = /M$(__RUNTIME_LIBS_27)$(__DEBUGRUNTIME) /DWIN32 \
38 /Fd$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.pdb \
39 $(__DEBUGINFO_19) $(____DEBUGRUNTIME) $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) \
40 /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
41 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
42 $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) \
43 /I$(SETUPHDIR) /I.\..\..\include /W4 /DWXUSINGDLL $(__RTTIFLAG) \
44 $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
46 $(OBJS)\renddll_renddll.obj
48 ### Conditionally set variables: ###
50 !if "$(USE_GUI)" == "0"
53 !if "$(USE_GUI)" == "1"
56 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
59 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
62 !if "$(UNICODE)" == "1"
65 !if "$(WXUNIV)" == "1"
68 !if "$(TARGET_CPU)" == "AMD64"
69 DIR_SUFFIX_CPU = _amd64
71 !if "$(TARGET_CPU)" == "IA64"
72 DIR_SUFFIX_CPU = _ia64
74 !if "$(TARGET_CPU)" == "amd64"
75 DIR_SUFFIX_CPU = _amd64
77 !if "$(TARGET_CPU)" == "ia64"
78 DIR_SUFFIX_CPU = _ia64
80 !if "$(SHARED)" == "1"
83 !if "$(SHARED)" == "0"
86 !if "$(SHARED)" == "1"
89 !if "$(TARGET_CPU)" == "AMD64"
90 LINK_TARGET_CPU = /MACHINE:AMD64
92 !if "$(TARGET_CPU)" == "IA64"
93 LINK_TARGET_CPU = /MACHINE:IA64
95 !if "$(TARGET_CPU)" == "amd64"
96 LINK_TARGET_CPU = /MACHINE:AMD64
98 !if "$(TARGET_CPU)" == "ia64"
99 LINK_TARGET_CPU = /MACHINE:IA64
101 !if "$(MONOLITHIC)" == "0"
104 !if "$(MONOLITHIC)" == "1"
107 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
108 __DEBUGINFO_2 = $(__DEBUGRUNTIME_0)
110 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
113 !if "$(DEBUG_INFO)" == "0"
116 !if "$(DEBUG_INFO)" == "1"
117 __DEBUGINFO_2 = $(__DEBUGRUNTIME_0)
119 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
120 ____DEBUGRUNTIME_3_p_1 = /d _DEBUG
122 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
123 ____DEBUGRUNTIME_3_p_1 =
125 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
126 ____DEBUGRUNTIME_3_p_1 =
128 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
129 ____DEBUGRUNTIME_3_p_1 = /d _DEBUG
131 !if "$(RUNTIME_LIBS)" == "dynamic"
132 __RUNTIME_LIBS_10 = D
134 !if "$(RUNTIME_LIBS)" == "static"
135 __RUNTIME_LIBS_10 = $(__THREADSFLAG)
137 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
138 __NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
140 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
141 __NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
143 !if "$(WXUNIV)" == "1"
144 __WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
146 !if "$(DEBUG_FLAG)" == "0"
147 __DEBUG_DEFINE_p_1 = /d wxDEBUG_LEVEL=0
149 !if "$(USE_EXCEPTIONS)" == "0"
150 __EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
152 !if "$(USE_RTTI)" == "0"
153 __RTTI_DEFINE_p_1 = /d wxNO_RTTI
155 !if "$(USE_THREADS)" == "0"
156 __THREAD_DEFINE_p_1 = /d wxNO_THREADS
158 !if "$(UNICODE)" == "0"
159 __UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=0
161 !if "$(UNICODE)" == "1"
162 __UNICODE_DEFINE_p_1 = /d _UNICODE
165 __MSLU_DEFINE_p_1 = /d wxUSE_UNICODE_MSLU=1
167 !if "$(USE_GDIPLUS)" == "1"
168 __GFXCTX_DEFINE_p_1 = /d wxUSE_GRAPHICS_CONTEXT=1
170 !if "$(SHARED)" == "1"
171 __DLLFLAG_p = /DWXUSINGDLL
173 !if "$(SHARED)" == "1"
174 __DLLFLAG_p_1 = /d WXUSINGDLL
176 !if "$(SHARED)" == "1"
177 __renddll___depname = \
178 $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.dll
180 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
181 __DEBUGINFO_19 = $(__DEBUGRUNTIME_0)
183 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
186 !if "$(DEBUG_INFO)" == "0"
189 !if "$(DEBUG_INFO)" == "1"
190 __DEBUGINFO_19 = $(__DEBUGRUNTIME_0)
192 !if "$(RUNTIME_LIBS)" == "dynamic"
193 __RUNTIME_LIBS_27 = D
195 !if "$(RUNTIME_LIBS)" == "static"
196 __RUNTIME_LIBS_27 = $(__THREADSFLAG)
198 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
201 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
204 !if "$(DEBUG_INFO)" == "0"
207 !if "$(DEBUG_INFO)" == "1"
210 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
211 __DEBUGINFO_1 = /DEBUG
213 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
216 !if "$(DEBUG_INFO)" == "0"
219 !if "$(DEBUG_INFO)" == "1"
220 __DEBUGINFO_1 = /DEBUG
222 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
223 ____DEBUGRUNTIME = /D_DEBUG
225 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
228 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
231 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
232 ____DEBUGRUNTIME = /D_DEBUG
234 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
237 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
240 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
243 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
246 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
249 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
250 __DEBUGRUNTIME_0 = /opt:ref /opt:icf
252 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
253 __DEBUGRUNTIME_0 = /opt:ref /opt:icf
255 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
258 !if "$(BUILD)" == "debug"
261 !if "$(BUILD)" == "release"
264 !if "$(USE_THREADS)" == "0"
267 !if "$(USE_THREADS)" == "1"
270 !if "$(USE_RTTI)" == "0"
273 !if "$(USE_RTTI)" == "1"
276 !if "$(USE_EXCEPTIONS)" == "0"
279 !if "$(USE_EXCEPTIONS)" == "1"
280 __EXCEPTIONSFLAG = /EHsc
282 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
283 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
285 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
286 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
288 !if "$(WXUNIV)" == "1"
289 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
291 !if "$(DEBUG_FLAG)" == "0"
292 __DEBUG_DEFINE_p = /DwxDEBUG_LEVEL=0
294 !if "$(USE_EXCEPTIONS)" == "0"
295 __EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
297 !if "$(USE_RTTI)" == "0"
298 __RTTI_DEFINE_p = /DwxNO_RTTI
300 !if "$(USE_THREADS)" == "0"
301 __THREAD_DEFINE_p = /DwxNO_THREADS
303 !if "$(UNICODE)" == "0"
304 __UNICODE_DEFINE_p = /DwxUSE_UNICODE=0
306 !if "$(UNICODE)" == "1"
307 __UNICODE_DEFINE_p = /D_UNICODE
310 __MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
312 !if "$(USE_GDIPLUS)" == "1"
313 __GFXCTX_DEFINE_p = /DwxUSE_GRAPHICS_CONTEXT=1
315 !if "$(MONOLITHIC)" == "0"
317 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
319 !if "$(MONOLITHIC)" == "0"
321 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
323 !if "$(MONOLITHIC)" == "1"
325 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
327 !if "$(USE_GUI)" == "1"
328 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
330 !if "$(USE_GUI)" == "1"
331 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
333 !if "$(USE_GUI)" == "1"
334 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
337 __UNICOWS_LIB_p = unicows.lib
339 !if "$(USE_GDIPLUS)" == "1"
340 __GDIPLUS_LIB_p = gdiplus.lib
346 -if not exist $(OBJS) mkdir $(OBJS)
350 all: $(OBJS)\render.exe $(__renddll___depname)
353 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
354 -if exist $(OBJS)\*.res del $(OBJS)\*.res
355 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
356 -if exist $(OBJS)\render.exe del $(OBJS)\render.exe
357 -if exist $(OBJS)\render.ilk del $(OBJS)\render.ilk
358 -if exist $(OBJS)\render.pdb del $(OBJS)\render.pdb
359 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.dll del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.dll
360 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.ilk del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.ilk
361 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.pdb del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.pdb
363 $(OBJS)\render.exe: $(RENDER_OBJECTS) $(OBJS)\render_sample.res
364 link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\render.pdb" $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS $(LDFLAGS) @<<
365 $(RENDER_OBJECTS) $(RENDER_RESOURCES) $(__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
368 !if "$(SHARED)" == "1"
369 $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.dll: $(RENDDLL_OBJECTS)
370 link /DLL /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.pdb" $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) $(LDFLAGS) @<<
371 $(RENDDLL_OBJECTS) $(__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
375 $(OBJS)\render_sample.res: .\..\..\samples\sample.rc
376 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 .\..\..\samples\sample.rc
378 $(OBJS)\render_render.obj: .\render.cpp
379 $(CXX) /c /nologo /TP /Fo$@ $(RENDER_CXXFLAGS) .\render.cpp
381 $(OBJS)\renddll_renddll.obj: .\renddll.cpp
382 $(CXX) /c /nologo /TP /Fo$@ $(RENDDLL_CXXFLAGS) .\renddll.cpp