Baked files for 2.6.1
[wxWidgets.git] / samples / image / makefile.vc
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.1.8 (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 = 26
16 OBJS = \
17         vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18 LIBDIRNAME = .\..\..\lib\vc_$(LIBTYPE_SUFFIX)$(CFG)
19 SETUPHDIR = \
20         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21 IMAGE_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \
22         $(__DEBUGINFO_0) /Fd$(OBJS)\image.pdb $(____DEBUGRUNTIME_2_p) \
23         $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
24         $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
25         $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) \
26         /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\samples /DNOPCH $(__RTTIFLAG_9) \
27         $(__EXCEPTIONSFLAG_10) $(CPPFLAGS) $(CXXFLAGS)
28 IMAGE_OBJECTS =  \
29         $(OBJS)\image_image.obj \
30         $(OBJS)\image_image.res
31
32 ### Conditionally set variables: ###
33
34 !if "$(USE_GUI)" == "0"
35 PORTNAME = base
36 !endif
37 !if "$(USE_GUI)" == "1"
38 PORTNAME = msw
39 !endif
40 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
41 WXDEBUGFLAG = d
42 !endif
43 !if "$(DEBUG_FLAG)" == "1"
44 WXDEBUGFLAG = d
45 !endif
46 !if "$(UNICODE)" == "1"
47 WXUNICODEFLAG = u
48 !endif
49 !if "$(WXUNIV)" == "1"
50 WXUNIVNAME = univ
51 !endif
52 !if "$(SHARED)" == "1"
53 WXDLLFLAG = dll
54 !endif
55 !if "$(SHARED)" == "0"
56 LIBTYPE_SUFFIX = lib
57 !endif
58 !if "$(SHARED)" == "1"
59 LIBTYPE_SUFFIX = dll
60 !endif
61 !if "$(MONOLITHIC)" == "0"
62 EXTRALIBS_FOR_BASE = 
63 !endif
64 !if "$(MONOLITHIC)" == "1"
65 EXTRALIBS_FOR_BASE =  
66 !endif
67 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
68 __DEBUGINFO_0 = /Zi
69 !endif
70 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
71 __DEBUGINFO_0 = 
72 !endif
73 !if "$(DEBUG_INFO)" == "0"
74 __DEBUGINFO_0 = 
75 !endif
76 !if "$(DEBUG_INFO)" == "1"
77 __DEBUGINFO_0 = /Zi
78 !endif
79 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
80 __DEBUGINFO_1 = /DEBUG
81 !endif
82 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
83 __DEBUGINFO_1 = 
84 !endif
85 !if "$(DEBUG_INFO)" == "0"
86 __DEBUGINFO_1 = 
87 !endif
88 !if "$(DEBUG_INFO)" == "1"
89 __DEBUGINFO_1 = /DEBUG
90 !endif
91 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
92 ____DEBUGRUNTIME_2_p = /D_DEBUG
93 !endif
94 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
95 ____DEBUGRUNTIME_2_p = 
96 !endif
97 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
98 ____DEBUGRUNTIME_2_p = 
99 !endif
100 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
101 ____DEBUGRUNTIME_2_p = /D_DEBUG
102 !endif
103 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
104 ____DEBUGRUNTIME_2_p_1 = /d _DEBUG
105 !endif
106 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
107 ____DEBUGRUNTIME_2_p_1 = 
108 !endif
109 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
110 ____DEBUGRUNTIME_2_p_1 = 
111 !endif
112 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
113 ____DEBUGRUNTIME_2_p_1 = /d _DEBUG
114 !endif
115 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
116 __DEBUGRUNTIME_3 = d
117 !endif
118 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
119 __DEBUGRUNTIME_3 = 
120 !endif
121 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
122 __DEBUGRUNTIME_3 = 
123 !endif
124 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
125 __DEBUGRUNTIME_3 = d
126 !endif
127 !if "$(BUILD)" == "debug"
128 __OPTIMIZEFLAG_4 = /Od
129 !endif
130 !if "$(BUILD)" == "release"
131 __OPTIMIZEFLAG_4 = /O2
132 !endif
133 !if "$(USE_THREADS)" == "0"
134 __THREADSFLAG_7 = L
135 !endif
136 !if "$(USE_THREADS)" == "1"
137 __THREADSFLAG_7 = T
138 !endif
139 !if "$(RUNTIME_LIBS)" == "dynamic"
140 __RUNTIME_LIBS_8 = D
141 !endif
142 !if "$(RUNTIME_LIBS)" == "static"
143 __RUNTIME_LIBS_8 = $(__THREADSFLAG_7)
144 !endif
145 !if "$(USE_RTTI)" == "0"
146 __RTTIFLAG_9 = 
147 !endif
148 !if "$(USE_RTTI)" == "1"
149 __RTTIFLAG_9 = /GR
150 !endif
151 !if "$(USE_EXCEPTIONS)" == "0"
152 __EXCEPTIONSFLAG_10 = 
153 !endif
154 !if "$(USE_EXCEPTIONS)" == "1"
155 __EXCEPTIONSFLAG_10 = /EHsc
156 !endif
157 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
158 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
159 !endif
160 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
161 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
162 !endif
163 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
164 __NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
165 !endif
166 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
167 __NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
168 !endif
169 !if "$(WXUNIV)" == "1"
170 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
171 !endif
172 !if "$(WXUNIV)" == "1"
173 __WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
174 !endif
175 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
176 __DEBUG_DEFINE_p = /D__WXDEBUG__
177 !endif
178 !if "$(DEBUG_FLAG)" == "1"
179 __DEBUG_DEFINE_p = /D__WXDEBUG__
180 !endif
181 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
182 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
183 !endif
184 !if "$(DEBUG_FLAG)" == "1"
185 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
186 !endif
187 !if "$(USE_EXCEPTIONS)" == "0"
188 __EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
189 !endif
190 !if "$(USE_EXCEPTIONS)" == "0"
191 __EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
192 !endif
193 !if "$(USE_RTTI)" == "0"
194 __RTTI_DEFINE_p = /DwxNO_RTTI
195 !endif
196 !if "$(USE_RTTI)" == "0"
197 __RTTI_DEFINE_p_1 = /d wxNO_RTTI
198 !endif
199 !if "$(USE_THREADS)" == "0"
200 __THREAD_DEFINE_p = /DwxNO_THREADS
201 !endif
202 !if "$(USE_THREADS)" == "0"
203 __THREAD_DEFINE_p_1 = /d wxNO_THREADS
204 !endif
205 !if "$(UNICODE)" == "1"
206 __UNICODE_DEFINE_p = /D_UNICODE
207 !endif
208 !if "$(UNICODE)" == "1"
209 __UNICODE_DEFINE_p_1 = /d _UNICODE
210 !endif
211 !if "$(SHARED)" == "1"
212 __DLLFLAG_p = /DWXUSINGDLL
213 !endif
214 !if "$(SHARED)" == "1"
215 __DLLFLAG_p_1 = /d WXUSINGDLL
216 !endif
217 !if "$(MONOLITHIC)" == "0"
218 __WXLIB_CORE_p = \
219         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
220 !endif
221 !if "$(MONOLITHIC)" == "0"
222 __WXLIB_BASE_p = \
223         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
224 !endif
225 !if "$(MONOLITHIC)" == "1"
226 __WXLIB_MONO_p = \
227         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
228 !endif
229 !if "$(USE_GUI)" == "1"
230 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
231 !endif
232 !if "$(USE_GUI)" == "1"
233 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
234 !endif
235 !if "$(USE_GUI)" == "1"
236 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
237 !endif
238 !if "$(MSLU)" == "1"
239 __UNICOWS_LIB_p = unicows.lib
240 !endif
241
242
243 all: $(OBJS)
244 $(OBJS):
245         -if not exist $(OBJS) mkdir $(OBJS)
246
247 ### Targets: ###
248
249 all: $(OBJS)\image.exe data
250
251 clean: 
252         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
253         -if exist $(OBJS)\*.res del $(OBJS)\*.res
254         -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
255         -if exist $(OBJS)\image.exe del $(OBJS)\image.exe
256         -if exist $(OBJS)\image.ilk del $(OBJS)\image.ilk
257         -if exist $(OBJS)\image.pdb del $(OBJS)\image.pdb
258
259 $(OBJS)\image.exe: $(IMAGE_OBJECTS) $(OBJS)\image_image.res
260         link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1)  /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
261         $(IMAGE_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
262 <<
263
264 data: 
265         if not exist $(OBJS) mkdir $(OBJS)
266         for %f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.xpm horse.cur horse.ico horse3.ani smile.xbm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
267
268 $(OBJS)\image_image.obj: .\image.cpp
269         $(CXX) /c /nologo /TP /Fo$@ $(IMAGE_CXXFLAGS) $**
270
271 $(OBJS)\image_image.res: .\image.rc
272         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 /d NOPCH $**
273