changed ds[pw] files to use CRLF eol style and not native one (this helps if you...
[wxWidgets.git] / samples / render / makefile.vc
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.2.1 (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 = 29
16 WX_VERSION_NODOT = $(WX_RELEASE_NODOT)0
17 OBJS = \
18         vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU)
19 LIBDIRNAME = .\..\..\lib\vc$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG)
20 SETUPHDIR = \
21         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
22 RENDER_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME) /DWIN32 \
23         $(__DEBUGINFO) /Fd$(OBJS)\render.pdb $(____DEBUGRUNTIME) $(__OPTIMIZEFLAG) \
24         $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
25         $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
26         $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) \
27         /I$(SETUPHDIR) /I.\..\..\include /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
28         /I.\..\..\samples /DNOPCH $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) \
29         $(CXXFLAGS)
30 RENDER_OBJECTS =  \
31         $(OBJS)\render_sample.res \
32         $(OBJS)\render_render.obj
33 RENDDLL_CXXFLAGS = /M$(__RUNTIME_LIBS_23)$(__DEBUGRUNTIME) /DWIN32 \
34         $(__DEBUGINFO) \
35         /Fd$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.pdb \
36         $(____DEBUGRUNTIME) $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ \
37         $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
38         $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
39         $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include /W4 \
40         /DWXUSINGDLL $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
41 RENDDLL_OBJECTS =  \
42         $(OBJS)\renddll_renddll.obj
43
44 ### Conditionally set variables: ###
45
46 !if "$(USE_GUI)" == "0"
47 PORTNAME = base
48 !endif
49 !if "$(USE_GUI)" == "1"
50 PORTNAME = msw
51 !endif
52 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
53 WXDEBUGFLAG = d
54 !endif
55 !if "$(DEBUG_FLAG)" == "1"
56 WXDEBUGFLAG = d
57 !endif
58 !if "$(UNICODE)" == "1"
59 WXUNICODEFLAG = u
60 !endif
61 !if "$(WXUNIV)" == "1"
62 WXUNIVNAME = univ
63 !endif
64 !if "$(TARGET_CPU)" == "amd64"
65 DIR_SUFFIX_CPU = _amd64
66 !endif
67 !if "$(TARGET_CPU)" == "amd64"
68 DIR_SUFFIX_CPU = _amd64
69 !endif
70 !if "$(TARGET_CPU)" == "ia64"
71 DIR_SUFFIX_CPU = _ia64
72 !endif
73 !if "$(TARGET_CPU)" == "ia64"
74 DIR_SUFFIX_CPU = _ia64
75 !endif
76 !if "$(SHARED)" == "1"
77 WXDLLFLAG = dll
78 !endif
79 !if "$(SHARED)" == "0"
80 LIBTYPE_SUFFIX = lib
81 !endif
82 !if "$(SHARED)" == "1"
83 LIBTYPE_SUFFIX = dll
84 !endif
85 !if "$(TARGET_CPU)" == "amd64"
86 LINK_TARGET_CPU = /MACHINE:AMD64
87 !endif
88 !if "$(TARGET_CPU)" == "amd64"
89 LINK_TARGET_CPU = /MACHINE:AMD64
90 !endif
91 !if "$(TARGET_CPU)" == "ia64"
92 LINK_TARGET_CPU = /MACHINE:IA64
93 !endif
94 !if "$(TARGET_CPU)" == "ia64"
95 LINK_TARGET_CPU = /MACHINE:IA64
96 !endif
97 !if "$(MONOLITHIC)" == "0"
98 EXTRALIBS_FOR_BASE = 
99 !endif
100 !if "$(MONOLITHIC)" == "1"
101 EXTRALIBS_FOR_BASE =  
102 !endif
103 !if "$(BUILD)" == "debug" && "$(UNICODE)" == "0"
104 PLUGINSUFFIX = d
105 !endif
106 !if "$(BUILD)" == "debug" && "$(UNICODE)" == "1"
107 PLUGINSUFFIX = ud
108 !endif
109 !if "$(BUILD)" == "release" && "$(UNICODE)" == "0"
110 PLUGINSUFFIX = 
111 !endif
112 !if "$(BUILD)" == "release" && "$(UNICODE)" == "1"
113 PLUGINSUFFIX = u
114 !endif
115 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
116 ____DEBUGRUNTIME_2_p_1 = /d _DEBUG
117 !endif
118 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
119 ____DEBUGRUNTIME_2_p_1 = 
120 !endif
121 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
122 ____DEBUGRUNTIME_2_p_1 = 
123 !endif
124 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
125 ____DEBUGRUNTIME_2_p_1 = /d _DEBUG
126 !endif
127 !if "$(RUNTIME_LIBS)" == "dynamic"
128 __RUNTIME_LIBS_8 = D
129 !endif
130 !if "$(RUNTIME_LIBS)" == "static"
131 __RUNTIME_LIBS_8 = $(__THREADSFLAG)
132 !endif
133 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
134 __NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
135 !endif
136 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
137 __NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
138 !endif
139 !if "$(WXUNIV)" == "1"
140 __WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
141 !endif
142 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
143 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
144 !endif
145 !if "$(DEBUG_FLAG)" == "1"
146 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
147 !endif
148 !if "$(USE_EXCEPTIONS)" == "0"
149 __EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
150 !endif
151 !if "$(USE_RTTI)" == "0"
152 __RTTI_DEFINE_p_1 = /d wxNO_RTTI
153 !endif
154 !if "$(USE_THREADS)" == "0"
155 __THREAD_DEFINE_p_1 = /d wxNO_THREADS
156 !endif
157 !if "$(UNICODE)" == "1"
158 __UNICODE_DEFINE_p_1 = /d _UNICODE
159 !endif
160 !if "$(MSLU)" == "1"
161 __MSLU_DEFINE_p_1 = /d wxUSE_UNICODE_MSLU=1
162 !endif
163 !if "$(USE_GDIPLUS)" == "1"
164 __GFXCTX_DEFINE_p_1 = /d wxUSE_GRAPHICS_CONTEXT=1
165 !endif
166 !if "$(SHARED)" == "1"
167 __DLLFLAG_p = /DWXUSINGDLL
168 !endif
169 !if "$(SHARED)" == "1"
170 __DLLFLAG_p_1 = /d WXUSINGDLL
171 !endif
172 !if "$(SHARED)" == "1"
173 __renddll___depname = \
174         $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.dll
175 !endif
176 !if "$(RUNTIME_LIBS)" == "dynamic"
177 __RUNTIME_LIBS_23 = D
178 !endif
179 !if "$(RUNTIME_LIBS)" == "static"
180 __RUNTIME_LIBS_23 = $(__THREADSFLAG)
181 !endif
182 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
183 __DEBUGINFO = /Zi
184 !endif
185 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
186 __DEBUGINFO = 
187 !endif
188 !if "$(DEBUG_INFO)" == "0"
189 __DEBUGINFO = 
190 !endif
191 !if "$(DEBUG_INFO)" == "1"
192 __DEBUGINFO = /Zi
193 !endif
194 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
195 __DEBUGINFO_1 = /DEBUG
196 !endif
197 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
198 __DEBUGINFO_1 = 
199 !endif
200 !if "$(DEBUG_INFO)" == "0"
201 __DEBUGINFO_1 = 
202 !endif
203 !if "$(DEBUG_INFO)" == "1"
204 __DEBUGINFO_1 = /DEBUG
205 !endif
206 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
207 ____DEBUGRUNTIME = /D_DEBUG
208 !endif
209 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
210 ____DEBUGRUNTIME = 
211 !endif
212 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
213 ____DEBUGRUNTIME = 
214 !endif
215 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
216 ____DEBUGRUNTIME = /D_DEBUG
217 !endif
218 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
219 __DEBUGRUNTIME = d
220 !endif
221 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
222 __DEBUGRUNTIME = 
223 !endif
224 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
225 __DEBUGRUNTIME = 
226 !endif
227 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
228 __DEBUGRUNTIME = d
229 !endif
230 !if "$(BUILD)" == "debug"
231 __OPTIMIZEFLAG = /Od
232 !endif
233 !if "$(BUILD)" == "release"
234 __OPTIMIZEFLAG = /O2
235 !endif
236 !if "$(USE_THREADS)" == "0"
237 __THREADSFLAG = L
238 !endif
239 !if "$(USE_THREADS)" == "1"
240 __THREADSFLAG = T
241 !endif
242 !if "$(USE_RTTI)" == "0"
243 __RTTIFLAG = 
244 !endif
245 !if "$(USE_RTTI)" == "1"
246 __RTTIFLAG = /GR
247 !endif
248 !if "$(USE_EXCEPTIONS)" == "0"
249 __EXCEPTIONSFLAG = 
250 !endif
251 !if "$(USE_EXCEPTIONS)" == "1"
252 __EXCEPTIONSFLAG = /EHsc
253 !endif
254 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
255 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
256 !endif
257 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
258 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
259 !endif
260 !if "$(WXUNIV)" == "1"
261 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
262 !endif
263 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
264 __DEBUG_DEFINE_p = /D__WXDEBUG__
265 !endif
266 !if "$(DEBUG_FLAG)" == "1"
267 __DEBUG_DEFINE_p = /D__WXDEBUG__
268 !endif
269 !if "$(USE_EXCEPTIONS)" == "0"
270 __EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
271 !endif
272 !if "$(USE_RTTI)" == "0"
273 __RTTI_DEFINE_p = /DwxNO_RTTI
274 !endif
275 !if "$(USE_THREADS)" == "0"
276 __THREAD_DEFINE_p = /DwxNO_THREADS
277 !endif
278 !if "$(UNICODE)" == "1"
279 __UNICODE_DEFINE_p = /D_UNICODE
280 !endif
281 !if "$(MSLU)" == "1"
282 __MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
283 !endif
284 !if "$(USE_GDIPLUS)" == "1"
285 __GFXCTX_DEFINE_p = /DwxUSE_GRAPHICS_CONTEXT=1
286 !endif
287 !if "$(MONOLITHIC)" == "0"
288 __WXLIB_CORE_p = \
289         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
290 !endif
291 !if "$(MONOLITHIC)" == "0"
292 __WXLIB_BASE_p = \
293         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
294 !endif
295 !if "$(MONOLITHIC)" == "1"
296 __WXLIB_MONO_p = \
297         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
298 !endif
299 !if "$(USE_GUI)" == "1"
300 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
301 !endif
302 !if "$(USE_GUI)" == "1"
303 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
304 !endif
305 !if "$(USE_GUI)" == "1"
306 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
307 !endif
308 !if "$(MSLU)" == "1"
309 __UNICOWS_LIB_p = unicows.lib
310 !endif
311 !if "$(USE_GDIPLUS)" == "1"
312 __GDIPLUS_LIB_p = gdiplus.lib
313 !endif
314
315
316 all: $(OBJS)
317 $(OBJS):
318         -if not exist $(OBJS) mkdir $(OBJS)
319
320 ### Targets: ###
321
322 all: $(OBJS)\render.exe $(__renddll___depname)
323
324 clean: 
325         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
326         -if exist $(OBJS)\*.res del $(OBJS)\*.res
327         -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
328         -if exist $(OBJS)\render.exe del $(OBJS)\render.exe
329         -if exist $(OBJS)\render.ilk del $(OBJS)\render.ilk
330         -if exist $(OBJS)\render.pdb del $(OBJS)\render.pdb
331         -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.dll del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.dll
332         -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.ilk del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.ilk
333         -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.pdb del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.pdb
334
335 $(OBJS)\render.exe: $(RENDER_OBJECTS) $(OBJS)\render_sample.res
336         link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1)  $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
337         $(RENDER_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 odbc32.lib
338 <<
339
340 !if "$(SHARED)" == "1"
341 $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.dll: $(RENDDLL_OBJECTS)
342         link /DLL /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1)  $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) @<<
343         $(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 odbc32.lib
344 <<
345 !endif
346
347 $(OBJS)\render_sample.res: .\..\..\samples\sample.rc
348         rc /fo$@  /d WIN32 $(____DEBUGRUNTIME_2_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 $**
349
350 $(OBJS)\render_render.obj: .\render.cpp
351         $(CXX) /c /nologo /TP /Fo$@ $(RENDER_CXXFLAGS) $**
352
353 $(OBJS)\renddll_renddll.obj: .\renddll.cpp
354         $(CXX) /c /nologo /TP /Fo$@ $(RENDDLL_CXXFLAGS) $**
355