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