]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/render/makefile.vc
Reorganized char and keydown event code, hoping
[wxWidgets.git] / samples / render / makefile.vc
... / ...
CommitLineData
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
15WX_RELEASE_NODOT = 25
16WX_VERSION_NODOT = $(WX_RELEASE_NODOT)3
17OBJS = \
18 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21RENDER_CXXFLAGS = /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_3) /DWIN32 \
22 $(__DEBUGINFO) /Fd$(OBJS)\render.pdb $(____DEBUGRUNTIME_2_p) \
23 $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
24 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) \
25 /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\samples /DNOPCH \
26 $(__EXCEPTIONSFLAG) $(__EXCEPTIONSFLAG_0) $(CPPFLAGS) $(CXXFLAGS)
27RENDER_OBJECTS = \
28 $(OBJS)\render_sample.res \
29 $(OBJS)\render_render.obj
30RENDDLL_CXXFLAGS = /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_17) /DWIN32 \
31 $(__DEBUGINFO) \
32 /Fd$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.pdb \
33 $(____DEBUGRUNTIME_16_p) $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ \
34 $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
35 /I.\..\..\include /I$(SETUPHDIR) /W4 /DWXUSINGDLL $(__EXCEPTIONSFLAG) \
36 $(__EXCEPTIONSFLAG_0) $(CPPFLAGS) $(CXXFLAGS)
37RENDDLL_OBJECTS = \
38 $(OBJS)\renddll_renddll.obj
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_FLAG)" == "default"
49WXDEBUGFLAG = d
50!endif
51!if "$(DEBUG_FLAG)" == "1"
52WXDEBUGFLAG = d
53!endif
54!if "$(UNICODE)" == "1"
55WXUNICODEFLAG = u
56!endif
57!if "$(WXUNIV)" == "1"
58WXUNIVNAME = univ
59!endif
60!if "$(SHARED)" == "1"
61WXDLLFLAG = dll
62!endif
63!if "$(MONOLITHIC)" == "0"
64EXTRALIBS_FOR_BASE =
65!endif
66!if "$(MONOLITHIC)" == "1"
67EXTRALIBS_FOR_BASE =
68!endif
69!if "$(BUILD)" == "debug" && "$(UNICODE)" == "0"
70PLUGINSUFFIX = d
71!endif
72!if "$(BUILD)" == "debug" && "$(UNICODE)" == "1"
73PLUGINSUFFIX = ud
74!endif
75!if "$(BUILD)" == "release" && "$(UNICODE)" == "0"
76PLUGINSUFFIX =
77!endif
78!if "$(BUILD)" == "release" && "$(UNICODE)" == "1"
79PLUGINSUFFIX = u
80!endif
81!if "$(DEBUG_RUNTIME_LIBS)" == "0"
82____DEBUGRUNTIME_2_p =
83!endif
84!if "$(DEBUG_RUNTIME_LIBS)" == "1"
85____DEBUGRUNTIME_2_p = /D_DEBUG
86!endif
87!if "$(DEBUG_RUNTIME_LIBS)" == "default"
88____DEBUGRUNTIME_2_p = $(____DEBUGINFO)
89!endif
90!if "$(DEBUG_RUNTIME_LIBS)" == "0"
91____DEBUGRUNTIME_2_p_1 =
92!endif
93!if "$(DEBUG_RUNTIME_LIBS)" == "1"
94____DEBUGRUNTIME_2_p_1 = /d _DEBUG
95!endif
96!if "$(DEBUG_RUNTIME_LIBS)" == "default"
97____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
98!endif
99!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
100____DEBUGINFO_2_p_1 = /d _DEBUG
101!endif
102!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
103____DEBUGINFO_2_p_1 =
104!endif
105!if "$(DEBUG_INFO)" == "0"
106____DEBUGINFO_2_p_1 =
107!endif
108!if "$(DEBUG_INFO)" == "1"
109____DEBUGINFO_2_p_1 = /d _DEBUG
110!endif
111!if "$(DEBUG_RUNTIME_LIBS)" == "0"
112__DEBUGRUNTIME_3 =
113!endif
114!if "$(DEBUG_RUNTIME_LIBS)" == "1"
115__DEBUGRUNTIME_3 = d
116!endif
117!if "$(DEBUG_RUNTIME_LIBS)" == "default"
118__DEBUGRUNTIME_3 = $(__DEBUGINFO_2)
119!endif
120!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
121__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
122!endif
123!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
124__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
125!endif
126!if "$(WXUNIV)" == "1"
127__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
128!endif
129!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
130__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
131!endif
132!if "$(DEBUG_FLAG)" == "1"
133__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
134!endif
135!if "$(UNICODE)" == "1"
136__UNICODE_DEFINE_p_1 = /d _UNICODE
137!endif
138!if "$(SHARED)" == "1"
139__DLLFLAG_p = /DWXUSINGDLL
140!endif
141!if "$(SHARED)" == "1"
142__DLLFLAG_p_1 = /d WXUSINGDLL
143!endif
144!if "$(SHARED)" == "1"
145__renddll___depname = \
146 $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.dll
147!endif
148!if "$(DEBUG_RUNTIME_LIBS)" == "0"
149____DEBUGRUNTIME_16_p =
150!endif
151!if "$(DEBUG_RUNTIME_LIBS)" == "1"
152____DEBUGRUNTIME_16_p = /D_DEBUG
153!endif
154!if "$(DEBUG_RUNTIME_LIBS)" == "default"
155____DEBUGRUNTIME_16_p = $(____DEBUGINFO)
156!endif
157!if "$(DEBUG_RUNTIME_LIBS)" == "0"
158__DEBUGRUNTIME_17 =
159!endif
160!if "$(DEBUG_RUNTIME_LIBS)" == "1"
161__DEBUGRUNTIME_17 = d
162!endif
163!if "$(DEBUG_RUNTIME_LIBS)" == "default"
164__DEBUGRUNTIME_17 = $(__DEBUGINFO_2)
165!endif
166!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
167__DEBUGINFO = /Zi
168!endif
169!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
170__DEBUGINFO =
171!endif
172!if "$(DEBUG_INFO)" == "0"
173__DEBUGINFO =
174!endif
175!if "$(DEBUG_INFO)" == "1"
176__DEBUGINFO = /Zi
177!endif
178!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
179__DEBUGINFO_1 = /DEBUG
180!endif
181!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
182__DEBUGINFO_1 =
183!endif
184!if "$(DEBUG_INFO)" == "0"
185__DEBUGINFO_1 =
186!endif
187!if "$(DEBUG_INFO)" == "1"
188__DEBUGINFO_1 = /DEBUG
189!endif
190!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
191____DEBUGINFO = /D_DEBUG
192!endif
193!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
194____DEBUGINFO =
195!endif
196!if "$(DEBUG_INFO)" == "0"
197____DEBUGINFO =
198!endif
199!if "$(DEBUG_INFO)" == "1"
200____DEBUGINFO = /D_DEBUG
201!endif
202!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
203__DEBUGINFO_2 = d
204!endif
205!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
206__DEBUGINFO_2 =
207!endif
208!if "$(DEBUG_INFO)" == "0"
209__DEBUGINFO_2 =
210!endif
211!if "$(DEBUG_INFO)" == "1"
212__DEBUGINFO_2 = d
213!endif
214!if "$(BUILD)" == "debug"
215__OPTIMIZEFLAG = /Od
216!endif
217!if "$(BUILD)" == "release"
218__OPTIMIZEFLAG = /O2
219!endif
220!if "$(RUNTIME_LIBS)" == "dynamic"
221__RUNTIME_LIBS = D
222!endif
223!if "$(RUNTIME_LIBS)" == "static"
224__RUNTIME_LIBS = T
225!endif
226!if "$(USE_EXCEPTIONS)" == "0"
227__EXCEPTIONSFLAG =
228!endif
229!if "$(USE_EXCEPTIONS)" == "1"
230__EXCEPTIONSFLAG = /GR
231!endif
232!if "$(USE_EXCEPTIONS)" == "0"
233__EXCEPTIONSFLAG_0 =
234!endif
235!if "$(USE_EXCEPTIONS)" == "1"
236__EXCEPTIONSFLAG_0 = /GX
237!endif
238!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
239__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
240!endif
241!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
242__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
243!endif
244!if "$(WXUNIV)" == "1"
245__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
246!endif
247!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
248__DEBUG_DEFINE_p = /D__WXDEBUG__
249!endif
250!if "$(DEBUG_FLAG)" == "1"
251__DEBUG_DEFINE_p = /D__WXDEBUG__
252!endif
253!if "$(UNICODE)" == "1"
254__UNICODE_DEFINE_p = /D_UNICODE
255!endif
256!if "$(SHARED)" == "0"
257LIBDIRNAME = .\..\..\lib\vc_lib$(CFG)
258!endif
259!if "$(SHARED)" == "1"
260LIBDIRNAME = .\..\..\lib\vc_dll$(CFG)
261!endif
262!if "$(MONOLITHIC)" == "0"
263__WXLIB_CORE_p = \
264 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
265!endif
266!if "$(MONOLITHIC)" == "0"
267__WXLIB_BASE_p = \
268 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
269!endif
270!if "$(MONOLITHIC)" == "1"
271__WXLIB_MONO_p = \
272 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
273!endif
274!if "$(USE_GUI)" == "1"
275__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
276!endif
277!if "$(USE_GUI)" == "1"
278__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
279!endif
280!if "$(USE_GUI)" == "1"
281__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
282!endif
283!if "$(MSLU)" == "1"
284__UNICOWS_LIB_p = unicows.lib
285!endif
286
287
288all: $(OBJS)
289$(OBJS):
290 -if not exist $(OBJS) mkdir $(OBJS)
291
292### Targets: ###
293
294all: $(OBJS)\render.exe $(__renddll___depname)
295
296clean:
297 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
298 -if exist $(OBJS)\*.res del $(OBJS)\*.res
299 -if exist $(OBJS)\render.exe del $(OBJS)\render.exe
300 -if exist $(OBJS)\render.ilk del $(OBJS)\render.ilk
301 -if exist $(OBJS)\render.pdb del $(OBJS)\render.pdb
302 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.dll del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.dll
303 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.ilk del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.ilk
304 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.pdb del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.pdb
305
306$(OBJS)\render.exe: $(RENDER_OBJECTS) $(OBJS)\render_sample.res
307 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
308 $(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) 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
309<<
310
311!if "$(SHARED)" == "1"
312$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_vc.dll: $(RENDDLL_OBJECTS)
313 link /DLL /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) @<<
314 $(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) 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
315<<
316!endif
317
318$(OBJS)\render_sample.res: .\..\..\samples\sample.rc
319 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 $**
320
321$(OBJS)\render_render.obj: .\render.cpp
322 $(CXX) /c /nologo /TP /Fo$@ $(RENDER_CXXFLAGS) $**
323
324$(OBJS)\renddll_renddll.obj: .\renddll.cpp
325 $(CXX) /c /nologo /TP /Fo$@ $(RENDDLL_CXXFLAGS) $**