]> git.saurik.com Git - wxWidgets.git/blame - samples/render/makefile.vc
Patch #808669 more warngins and unicode fixes
[wxWidgets.git] / samples / render / makefile.vc
CommitLineData
2d611b5c
VS
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.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
2d611b5c
VS
15OBJS = \
16 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
ec08d395
JS
17RENDDLL_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_14) /DWIN32 \
18 $(__DEBUGINFO_2) \
19 /Fd$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_vc.pdb \
20 $(____DEBUGRUNTIME_13_p) $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ \
21 $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
22 /I.\..\..\include /I$(SETUPHDIR) /W4 /DWXUSINGDLL $(CXXFLAGS) /GR /GX
2d611b5c
VS
23RENDDLL_OBJECTS = \
24 $(OBJS)\renddll_renddll.obj
25RENDER_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_3) /DWIN32 \
ec08d395
JS
26 $(__DEBUGINFO_2) /Fd$(OBJS)\render.pdb $(____DEBUGRUNTIME_2_p) \
27 $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
28 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) \
29 /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\samples $(CXXFLAGS) /GR /GX
2d611b5c
VS
30RENDER_OBJECTS = \
31 $(OBJS)\render_sample.res \
32 $(OBJS)\render_render.obj
75a0a7b7
VS
33SETUPHDIR = \
34 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
2d611b5c
VS
35
36### Conditionally set variables: ###
37
75a0a7b7
VS
38!if "$(SHARED)" == "0"
39LIBDIRNAME = .\..\..\lib\vc_lib$(CFG)
40!endif
41!if "$(SHARED)" == "1"
42LIBDIRNAME = .\..\..\lib\vc_dll$(CFG)
43!endif
2d611b5c
VS
44!if "$(USE_GUI)" == "0"
45PORTNAME = base
46!endif
47!if "$(USE_GUI)" == "1"
48PORTNAME = msw
49!endif
50!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
51WXDEBUGFLAG = d
52!endif
53!if "$(DEBUG_FLAG)" == "1"
54WXDEBUGFLAG = d
55!endif
56!if "$(SHARED)" == "1"
57WXDLLFLAG = dll
58!endif
59!if "$(UNICODE)" == "1"
60WXUNICODEFLAG = u
61!endif
62!if "$(WXUNIV)" == "1"
63WXUNIVNAME = univ
64!endif
65!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
ec08d395 66__DEBUGINFO = d
2d611b5c
VS
67!endif
68!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
69__DEBUGINFO =
70!endif
71!if "$(DEBUG_INFO)" == "0"
72__DEBUGINFO =
73!endif
74!if "$(DEBUG_INFO)" == "1"
ec08d395 75__DEBUGINFO = d
2d611b5c
VS
76!endif
77!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
78__DEBUGINFO_1 = /DEBUG
79!endif
80!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
81__DEBUGINFO_1 =
82!endif
83!if "$(DEBUG_INFO)" == "0"
84__DEBUGINFO_1 =
85!endif
86!if "$(DEBUG_INFO)" == "1"
87__DEBUGINFO_1 = /DEBUG
88!endif
89!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
ec08d395 90__DEBUGINFO_2 = /Zi
2d611b5c
VS
91!endif
92!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
93__DEBUGINFO_2 =
94!endif
95!if "$(DEBUG_INFO)" == "0"
96__DEBUGINFO_2 =
97!endif
98!if "$(DEBUG_INFO)" == "1"
ec08d395 99__DEBUGINFO_2 = /Zi
2d611b5c
VS
100!endif
101!if "$(DEBUG_RUNTIME_LIBS)" == "0"
ec08d395 102__DEBUGRUNTIME_14 =
2d611b5c
VS
103!endif
104!if "$(DEBUG_RUNTIME_LIBS)" == "1"
ec08d395 105__DEBUGRUNTIME_14 = d
2d611b5c
VS
106!endif
107!if "$(DEBUG_RUNTIME_LIBS)" == "default"
ec08d395 108__DEBUGRUNTIME_14 = $(__DEBUGINFO)
2d611b5c
VS
109!endif
110!if "$(DEBUG_RUNTIME_LIBS)" == "0"
111__DEBUGRUNTIME_3 =
112!endif
113!if "$(DEBUG_RUNTIME_LIBS)" == "1"
114__DEBUGRUNTIME_3 = d
115!endif
116!if "$(DEBUG_RUNTIME_LIBS)" == "default"
ec08d395 117__DEBUGRUNTIME_3 = $(__DEBUGINFO)
2d611b5c
VS
118!endif
119!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
120__DEBUG_DEFINE_p = /D__WXDEBUG__
121!endif
122!if "$(DEBUG_FLAG)" == "1"
123__DEBUG_DEFINE_p = /D__WXDEBUG__
124!endif
125!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
126__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
127!endif
128!if "$(DEBUG_FLAG)" == "1"
129__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
130!endif
131!if "$(SHARED)" == "1"
132__DLLFLAG_p = /DWXUSINGDLL
133!endif
134!if "$(SHARED)" == "1"
135__DLLFLAG_p_1 = /d WXUSINGDLL
136!endif
137!if "$(USE_GUI)" == "1"
138__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
139!endif
140!if "$(USE_GUI)" == "1"
141__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
142!endif
143!if "$(USE_GUI)" == "1"
144__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
145!endif
ec08d395
JS
146!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
147__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
148!endif
149!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
150__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
151!endif
152!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
153__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
154!endif
155!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
156__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
157!endif
2d611b5c
VS
158!if "$(BUILD)" == "debug"
159__OPTIMIZEFLAG = /Od
160!endif
161!if "$(BUILD)" == "release"
162__OPTIMIZEFLAG = /O2
163!endif
164!if "$(RUNTIME_LIBS)" == "dynamic"
165__RUNTIME_LIBS = D
166!endif
167!if "$(RUNTIME_LIBS)" == "static"
168__RUNTIME_LIBS = T
169!endif
170!if "$(UNICODE)" == "1"
ec08d395 171__UNICODE_DEFINE_p = /D_UNICODE
2d611b5c
VS
172!endif
173!if "$(UNICODE)" == "1"
ec08d395 174__UNICODE_DEFINE_p_1 = /d _UNICODE
2d611b5c 175!endif
2c02ec05
VS
176!if "$(MSLU)" == "1"
177__UNICOWS_LIB_p = unicows.lib
178!endif
2d611b5c
VS
179!if "$(MONOLITHIC)" == "0"
180__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
181!endif
182!if "$(MONOLITHIC)" == "0"
183__WXLIB_CORE_p = \
184 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
185!endif
186!if "$(MONOLITHIC)" == "1"
187__WXLIB_MONO_p = \
188 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
189!endif
190!if "$(WXUNIV)" == "1"
191__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
192!endif
193!if "$(WXUNIV)" == "1"
194__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
195!endif
196!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
197____DEBUGINFO = /D_DEBUG
198!endif
199!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
200____DEBUGINFO =
201!endif
202!if "$(DEBUG_INFO)" == "0"
203____DEBUGINFO =
204!endif
205!if "$(DEBUG_INFO)" == "1"
206____DEBUGINFO = /D_DEBUG
207!endif
208!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
209____DEBUGINFO_2_p_1 = /d _DEBUG
210!endif
211!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
212____DEBUGINFO_2_p_1 =
213!endif
214!if "$(DEBUG_INFO)" == "0"
215____DEBUGINFO_2_p_1 =
216!endif
217!if "$(DEBUG_INFO)" == "1"
218____DEBUGINFO_2_p_1 = /d _DEBUG
219!endif
220!if "$(DEBUG_RUNTIME_LIBS)" == "0"
ec08d395 221____DEBUGRUNTIME_13_p =
2d611b5c
VS
222!endif
223!if "$(DEBUG_RUNTIME_LIBS)" == "1"
ec08d395 224____DEBUGRUNTIME_13_p = /D_DEBUG
2d611b5c
VS
225!endif
226!if "$(DEBUG_RUNTIME_LIBS)" == "default"
ec08d395 227____DEBUGRUNTIME_13_p = $(____DEBUGINFO)
2d611b5c
VS
228!endif
229!if "$(DEBUG_RUNTIME_LIBS)" == "0"
230____DEBUGRUNTIME_2_p =
231!endif
232!if "$(DEBUG_RUNTIME_LIBS)" == "1"
233____DEBUGRUNTIME_2_p = /D_DEBUG
234!endif
235!if "$(DEBUG_RUNTIME_LIBS)" == "default"
236____DEBUGRUNTIME_2_p = $(____DEBUGINFO)
237!endif
238!if "$(DEBUG_RUNTIME_LIBS)" == "0"
239____DEBUGRUNTIME_2_p_1 =
240!endif
241!if "$(DEBUG_RUNTIME_LIBS)" == "1"
242____DEBUGRUNTIME_2_p_1 = /d _DEBUG
243!endif
244!if "$(DEBUG_RUNTIME_LIBS)" == "default"
245____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
246!endif
247!if "$(SHARED)" == "1"
248__renddll___depname = \
ec08d395 249 $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_vc.dll
2d611b5c
VS
250!endif
251
252
253all: $(OBJS)
254$(OBJS):
255 -if not exist $(OBJS) mkdir $(OBJS)
256
257### Targets: ###
258
259all: $(OBJS)\render.exe $(__renddll___depname)
260
261$(OBJS)\renddll_renddll.obj: .\renddll.cpp
262 $(CXX) /c /nologo /TP /Fo$@ $(RENDDLL_CXXFLAGS) $**
263
264$(OBJS)\render_render.obj: .\render.cpp
265 $(CXX) /c /nologo /TP /Fo$@ $(RENDER_CXXFLAGS) $**
266
267$(OBJS)\render_sample.res: .\..\..\samples\sample.rc
ec08d395 268 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i .\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples $**
2d611b5c
VS
269
270clean:
271 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
272 -if exist $(OBJS)\*.res del $(OBJS)\*.res
273 -if exist $(OBJS)\render.exe del $(OBJS)\render.exe
ec08d395
JS
274 -if exist $(OBJS)\render.ilk del $(OBJS)\render.ilk
275 -if exist $(OBJS)\render.pdb del $(OBJS)\render.pdb
276 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_vc.dll del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_vc.dll
277 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_vc.ilk del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_vc.ilk
278 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_vc.pdb del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_vc.pdb
2d611b5c
VS
279
280!if "$(SHARED)" == "1"
ec08d395 281$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_vc.dll: $(RENDDLL_OBJECTS)
2d611b5c 282 link /DLL /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) @<<
ec08d395 283 $(RENDDLL_OBJECTS) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib oleacc.lib
2d611b5c
VS
284<<
285!endif
286
287$(OBJS)\render.exe: $(RENDER_OBJECTS) $(OBJS)\render_sample.res
2c02ec05 288 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
ec08d395 289 $(RENDER_OBJECTS) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib oleacc.lib
2d611b5c 290<<