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