]> git.saurik.com Git - wxWidgets.git/blame - samples/render/makefile.vc
removed old bc++ makefiles
[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)
17RENDDLL_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_13) /DWIN32 \
18 $(__DEBUGINFO) \
2c02ec05 19 /Fd$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)250_vc.pdb \
2d611b5c 20 $(____DEBUGRUNTIME_12_p) $(__OPTIMIZEFLAG) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
75a0a7b7
VS
21 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) \
22 /DWXUSINGDLL $(CXXFLAGS)
2d611b5c
VS
23RENDDLL_OBJECTS = \
24 $(OBJS)\renddll_renddll.obj
25RENDER_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_3) /DWIN32 \
26 $(__DEBUGINFO) /Fd$(OBJS)\render.pdb $(____DEBUGRUNTIME_2_p) \
27 $(__OPTIMIZEFLAG) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
75a0a7b7
VS
28 $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
29 /D_WINDOWS /I.\..\..\samples $(CXXFLAGS)
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"
66__DEBUGINFO = /Zi
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"
75__DEBUGINFO = /Zi
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"
90__DEBUGINFO_2 = d
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"
99__DEBUGINFO_2 = d
100!endif
101!if "$(DEBUG_RUNTIME_LIBS)" == "0"
102__DEBUGRUNTIME_13 =
103!endif
104!if "$(DEBUG_RUNTIME_LIBS)" == "1"
105__DEBUGRUNTIME_13 = d
106!endif
107!if "$(DEBUG_RUNTIME_LIBS)" == "default"
108__DEBUGRUNTIME_13 = $(__DEBUGINFO_2)
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"
117__DEBUGRUNTIME_3 = $(__DEBUGINFO_2)
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
146!if "$(BUILD)" == "debug"
147__OPTIMIZEFLAG = /Od
148!endif
149!if "$(BUILD)" == "release"
150__OPTIMIZEFLAG = /O2
151!endif
152!if "$(RUNTIME_LIBS)" == "dynamic"
153__RUNTIME_LIBS = D
154!endif
155!if "$(RUNTIME_LIBS)" == "static"
156__RUNTIME_LIBS = T
157!endif
158!if "$(UNICODE)" == "1"
159__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
160!endif
161!if "$(UNICODE)" == "1"
162__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1
163!endif
2c02ec05
VS
164!if "$(MSLU)" == "1"
165__UNICOWS_LIB_p = unicows.lib
166!endif
2d611b5c
VS
167!if "$(MONOLITHIC)" == "0"
168__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
169!endif
170!if "$(MONOLITHIC)" == "0"
171__WXLIB_CORE_p = \
172 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
173!endif
174!if "$(MONOLITHIC)" == "1"
175__WXLIB_MONO_p = \
176 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
177!endif
178!if "$(WXUNIV)" == "1"
179__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
180!endif
181!if "$(WXUNIV)" == "1"
182__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
183!endif
184!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
185____DEBUGINFO = /D_DEBUG
186!endif
187!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
188____DEBUGINFO =
189!endif
190!if "$(DEBUG_INFO)" == "0"
191____DEBUGINFO =
192!endif
193!if "$(DEBUG_INFO)" == "1"
194____DEBUGINFO = /D_DEBUG
195!endif
196!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
197____DEBUGINFO_2_p_1 = /d _DEBUG
198!endif
199!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
200____DEBUGINFO_2_p_1 =
201!endif
202!if "$(DEBUG_INFO)" == "0"
203____DEBUGINFO_2_p_1 =
204!endif
205!if "$(DEBUG_INFO)" == "1"
206____DEBUGINFO_2_p_1 = /d _DEBUG
207!endif
208!if "$(DEBUG_RUNTIME_LIBS)" == "0"
209____DEBUGRUNTIME_12_p =
210!endif
211!if "$(DEBUG_RUNTIME_LIBS)" == "1"
212____DEBUGRUNTIME_12_p = /D_DEBUG
213!endif
214!if "$(DEBUG_RUNTIME_LIBS)" == "default"
215____DEBUGRUNTIME_12_p = $(____DEBUGINFO)
216!endif
217!if "$(DEBUG_RUNTIME_LIBS)" == "0"
218____DEBUGRUNTIME_2_p =
219!endif
220!if "$(DEBUG_RUNTIME_LIBS)" == "1"
221____DEBUGRUNTIME_2_p = /D_DEBUG
222!endif
223!if "$(DEBUG_RUNTIME_LIBS)" == "default"
224____DEBUGRUNTIME_2_p = $(____DEBUGINFO)
225!endif
226!if "$(DEBUG_RUNTIME_LIBS)" == "0"
227____DEBUGRUNTIME_2_p_1 =
228!endif
229!if "$(DEBUG_RUNTIME_LIBS)" == "1"
230____DEBUGRUNTIME_2_p_1 = /d _DEBUG
231!endif
232!if "$(DEBUG_RUNTIME_LIBS)" == "default"
233____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
234!endif
235!if "$(SHARED)" == "1"
236__renddll___depname = \
2c02ec05 237 $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)250_vc.dll
2d611b5c
VS
238!endif
239
240
241all: $(OBJS)
242$(OBJS):
243 -if not exist $(OBJS) mkdir $(OBJS)
244
245### Targets: ###
246
247all: $(OBJS)\render.exe $(__renddll___depname)
248
249$(OBJS)\renddll_renddll.obj: .\renddll.cpp
250 $(CXX) /c /nologo /TP /Fo$@ $(RENDDLL_CXXFLAGS) $**
251
252$(OBJS)\render_render.obj: .\render.cpp
253 $(CXX) /c /nologo /TP /Fo$@ $(RENDER_CXXFLAGS) $**
254
255$(OBJS)\render_sample.res: .\..\..\samples\sample.rc
75a0a7b7 256 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_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
257
258clean:
259 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
260 -if exist $(OBJS)\*.res del $(OBJS)\*.res
261 -if exist $(OBJS)\render.exe del $(OBJS)\render.exe
2c02ec05 262 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)250_vc.dll del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)250_vc.dll
2d611b5c
VS
263
264!if "$(SHARED)" == "1"
2c02ec05 265$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)250_vc.dll: $(RENDDLL_OBJECTS)
2d611b5c 266 link /DLL /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) @<<
2c02ec05 267 $(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
2d611b5c
VS
268<<
269!endif
270
271$(OBJS)\render.exe: $(RENDER_OBJECTS) $(OBJS)\render_sample.res
2c02ec05
VS
272 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
273 $(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
2d611b5c 274<<