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