regenerated makefiles
[wxWidgets.git] / contrib / samples / deprecated / resource / makefile.vc
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
15 OBJS = \
16         vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17 RESOURCE_CXXFLAGS = /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
18         $(__DEBUGINFO_0) /Fd$(OBJS)\resource.pdb $(____DEBUGRUNTIME_2_p) \
19         $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
20         $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\..\include \
21         /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\..\samples \
22         /I.\..\..\..\include $(__EXCEPTIONSFLAG_8) $(__EXCEPTIONSFLAG_9) \
23         $(CPPFLAGS) $(CXXFLAGS)
24 RESOURCE_OBJECTS =  \
25         $(OBJS)\resource_resource.obj \
26         $(OBJS)\resource_resource.res
27 SETUPHDIR = \
28         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
29
30 ### Conditionally set variables: ###
31
32 !if "$(SHARED)" == "0"
33 LIBDIRNAME = .\..\..\..\..\lib\vc_lib$(CFG)
34 !endif
35 !if "$(SHARED)" == "1"
36 LIBDIRNAME = .\..\..\..\..\lib\vc_dll$(CFG)
37 !endif
38 !if "$(USE_GUI)" == "0"
39 PORTNAME = base
40 !endif
41 !if "$(USE_GUI)" == "1"
42 PORTNAME = msw
43 !endif
44 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
45 WXDEBUGFLAG = d
46 !endif
47 !if "$(DEBUG_FLAG)" == "1"
48 WXDEBUGFLAG = d
49 !endif
50 !if "$(SHARED)" == "1"
51 WXDLLFLAG = dll
52 !endif
53 !if "$(UNICODE)" == "1"
54 WXUNICODEFLAG = u
55 !endif
56 !if "$(WXUNIV)" == "1"
57 WXUNIVNAME = univ
58 !endif
59 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
60 __DEBUGINFO_0 = /Zi
61 !endif
62 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
63 __DEBUGINFO_0 = 
64 !endif
65 !if "$(DEBUG_INFO)" == "0"
66 __DEBUGINFO_0 = 
67 !endif
68 !if "$(DEBUG_INFO)" == "1"
69 __DEBUGINFO_0 = /Zi
70 !endif
71 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
72 __DEBUGINFO_1 = /DEBUG
73 !endif
74 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
75 __DEBUGINFO_1 = 
76 !endif
77 !if "$(DEBUG_INFO)" == "0"
78 __DEBUGINFO_1 = 
79 !endif
80 !if "$(DEBUG_INFO)" == "1"
81 __DEBUGINFO_1 = /DEBUG
82 !endif
83 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
84 __DEBUGINFO_3 = d
85 !endif
86 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
87 __DEBUGINFO_3 = 
88 !endif
89 !if "$(DEBUG_INFO)" == "0"
90 __DEBUGINFO_3 = 
91 !endif
92 !if "$(DEBUG_INFO)" == "1"
93 __DEBUGINFO_3 = d
94 !endif
95 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
96 __DEBUGRUNTIME_3 = 
97 !endif
98 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
99 __DEBUGRUNTIME_3 = d
100 !endif
101 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
102 __DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
103 !endif
104 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
105 __DEBUG_DEFINE_p = /D__WXDEBUG__
106 !endif
107 !if "$(DEBUG_FLAG)" == "1"
108 __DEBUG_DEFINE_p = /D__WXDEBUG__
109 !endif
110 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
111 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
112 !endif
113 !if "$(DEBUG_FLAG)" == "1"
114 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
115 !endif
116 !if "$(SHARED)" == "1"
117 __DLLFLAG_p = /DWXUSINGDLL
118 !endif
119 !if "$(SHARED)" == "1"
120 __DLLFLAG_p_1 = /d WXUSINGDLL
121 !endif
122 !if "$(USE_EXCEPTIONS)" == "0"
123 __EXCEPTIONSFLAG_8 = 
124 !endif
125 !if "$(USE_EXCEPTIONS)" == "1"
126 __EXCEPTIONSFLAG_8 = /GR
127 !endif
128 !if "$(USE_EXCEPTIONS)" == "0"
129 __EXCEPTIONSFLAG_9 = 
130 !endif
131 !if "$(USE_EXCEPTIONS)" == "1"
132 __EXCEPTIONSFLAG_9 = /GX
133 !endif
134 !if "$(USE_GUI)" == "1"
135 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
136 !endif
137 !if "$(USE_GUI)" == "1"
138 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
139 !endif
140 !if "$(USE_GUI)" == "1"
141 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
142 !endif
143 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
144 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
145 !endif
146 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
147 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
148 !endif
149 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
150 __NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
151 !endif
152 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
153 __NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
154 !endif
155 !if "$(BUILD)" == "debug"
156 __OPTIMIZEFLAG_4 = /Od
157 !endif
158 !if "$(BUILD)" == "release"
159 __OPTIMIZEFLAG_4 = /O2
160 !endif
161 !if "$(RUNTIME_LIBS)" == "dynamic"
162 __RUNTIME_LIBS_7 = D
163 !endif
164 !if "$(RUNTIME_LIBS)" == "static"
165 __RUNTIME_LIBS_7 = T
166 !endif
167 !if "$(UNICODE)" == "1"
168 __UNICODE_DEFINE_p = /D_UNICODE
169 !endif
170 !if "$(UNICODE)" == "1"
171 __UNICODE_DEFINE_p_1 = /d _UNICODE
172 !endif
173 !if "$(MSLU)" == "1"
174 __UNICOWS_LIB_p = unicows.lib
175 !endif
176 !if "$(MONOLITHIC)" == "0"
177 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
178 !endif
179 !if "$(MONOLITHIC)" == "0"
180 __WXLIB_CORE_p = \
181         wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
182 !endif
183 !if "$(MONOLITHIC)" == "1"
184 __WXLIB_MONO_p = \
185         wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
186 !endif
187 !if "$(WXUNIV)" == "1"
188 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
189 !endif
190 !if "$(WXUNIV)" == "1"
191 __WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
192 !endif
193 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
194 ____DEBUGINFO_2_p = /D_DEBUG
195 !endif
196 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
197 ____DEBUGINFO_2_p = 
198 !endif
199 !if "$(DEBUG_INFO)" == "0"
200 ____DEBUGINFO_2_p = 
201 !endif
202 !if "$(DEBUG_INFO)" == "1"
203 ____DEBUGINFO_2_p = /D_DEBUG
204 !endif
205 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
206 ____DEBUGINFO_2_p_1 = /d _DEBUG
207 !endif
208 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
209 ____DEBUGINFO_2_p_1 = 
210 !endif
211 !if "$(DEBUG_INFO)" == "0"
212 ____DEBUGINFO_2_p_1 = 
213 !endif
214 !if "$(DEBUG_INFO)" == "1"
215 ____DEBUGINFO_2_p_1 = /d _DEBUG
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_2_p)
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
236
237 all: $(OBJS)
238 $(OBJS):
239         -if not exist $(OBJS) mkdir $(OBJS)
240
241 ### Targets: ###
242
243 all: $(OBJS)\resource.exe
244
245 $(OBJS)\resource_resource.obj: .\resource.cpp
246         $(CXX) /c /nologo /TP /Fo$@ $(RESOURCE_CXXFLAGS) $**
247
248 $(OBJS)\resource_resource.res: .\resource.rc
249         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 /i .\..\..\..\include $**
250
251 clean: 
252         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
253         -if exist $(OBJS)\*.res del $(OBJS)\*.res
254         -if exist $(OBJS)\resource.exe del $(OBJS)\resource.exe
255         -if exist $(OBJS)\resource.ilk del $(OBJS)\resource.ilk
256         -if exist $(OBJS)\resource.pdb del $(OBJS)\resource.pdb
257
258 $(OBJS)\resource.exe: $(RESOURCE_OBJECTS) $(OBJS)\resource_resource.res
259         link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1)  /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
260         $(RESOURCE_OBJECTS)  wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_deprecated.lib  $(__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
261 <<