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