]> git.saurik.com Git - wxWidgets.git/blame - samples/mobile/styles/makefile.vc
Do a little less anti-alias so it looks better on dark backgrounds
[wxWidgets.git] / samples / mobile / styles / makefile.vc
CommitLineData
d179e30b
VS
1# =========================================================================
2# This makefile was generated by
8c9f8f91 3# Bakefile 0.1.8 (http://bakefile.sourceforge.net)
d179e30b
VS
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
4818141b 15WX_RELEASE_NODOT = 26
d179e30b
VS
16OBJS = \
17 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 18LIBDIRNAME = .\..\..\..\lib\vc_$(LIBTYPE_SUFFIX)$(CFG)
75a0a7b7
VS
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91 21STYLES_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \
d179e30b 22 $(__DEBUGINFO_0) /Fd$(OBJS)\styles.pdb $(____DEBUGRUNTIME_2_p) \
ec08d395 23 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
8c9f8f91
JS
24 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
25 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include \
c33fae85 26 /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples /DNOPCH \
8c9f8f91 27 $(__RTTIFLAG_9) $(__EXCEPTIONSFLAG_10) $(CPPFLAGS) $(CXXFLAGS)
d179e30b
VS
28STYLES_OBJECTS = \
29 $(OBJS)\styles_sample.res \
30 $(OBJS)\styles_styles.obj
31
32### Conditionally set variables: ###
33
34!if "$(USE_GUI)" == "0"
35PORTNAME = base
36!endif
37!if "$(USE_GUI)" == "1"
38PORTNAME = msw
39!endif
40!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
41WXDEBUGFLAG = d
42!endif
43!if "$(DEBUG_FLAG)" == "1"
44WXDEBUGFLAG = d
45!endif
d179e30b
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
d179e30b
VS
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
21c6080d
JS
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
b17c1746
DE
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
21c6080d
JS
103!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
104____DEBUGRUNTIME_2_p_1 = /d _DEBUG
d179e30b 105!endif
21c6080d
JS
106!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
107____DEBUGRUNTIME_2_p_1 =
b17c1746
DE
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
21c6080d
JS
115!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
116__DEBUGRUNTIME_3 = d
b17c1746 117!endif
21c6080d
JS
118!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
119__DEBUGRUNTIME_3 =
d179e30b
VS
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
b17c1746
DE
127!if "$(BUILD)" == "debug"
128__OPTIMIZEFLAG_4 = /Od
d179e30b 129!endif
b17c1746
DE
130!if "$(BUILD)" == "release"
131__OPTIMIZEFLAG_4 = /O2
132!endif
8c9f8f91
JS
133!if "$(USE_THREADS)" == "0"
134__THREADSFLAG_7 = L
135!endif
136!if "$(USE_THREADS)" == "1"
137__THREADSFLAG_7 = T
138!endif
b17c1746 139!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 140__RUNTIME_LIBS_8 = D
b17c1746
DE
141!endif
142!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 143__RUNTIME_LIBS_8 = $(__THREADSFLAG_7)
d179e30b 144!endif
8c9f8f91
JS
145!if "$(USE_RTTI)" == "0"
146__RTTIFLAG_9 =
b71531ad 147!endif
8c9f8f91
JS
148!if "$(USE_RTTI)" == "1"
149__RTTIFLAG_9 = /GR
b71531ad
VZ
150!endif
151!if "$(USE_EXCEPTIONS)" == "0"
8c9f8f91 152__EXCEPTIONSFLAG_10 =
b71531ad
VZ
153!endif
154!if "$(USE_EXCEPTIONS)" == "1"
8c9f8f91 155__EXCEPTIONSFLAG_10 = /EHsc
b71531ad 156!endif
ec08d395
JS
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
b17c1746
DE
169!if "$(WXUNIV)" == "1"
170__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
d179e30b 171!endif
b17c1746
DE
172!if "$(WXUNIV)" == "1"
173__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
d179e30b 174!endif
b17c1746
DE
175!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
176__DEBUG_DEFINE_p = /D__WXDEBUG__
d179e30b 177!endif
b17c1746
DE
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__
d179e30b 186!endif
8c9f8f91
JS
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
d179e30b 205!if "$(UNICODE)" == "1"
ec08d395 206__UNICODE_DEFINE_p = /D_UNICODE
d179e30b
VS
207!endif
208!if "$(UNICODE)" == "1"
ec08d395 209__UNICODE_DEFINE_p_1 = /d _UNICODE
d179e30b 210!endif
b17c1746
DE
211!if "$(SHARED)" == "1"
212__DLLFLAG_p = /DWXUSINGDLL
4e209a20 213!endif
b17c1746
DE
214!if "$(SHARED)" == "1"
215__DLLFLAG_p_1 = /d WXUSINGDLL
d179e30b
VS
216!endif
217!if "$(MONOLITHIC)" == "0"
218__WXLIB_CORE_p = \
c33fae85 219 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
d179e30b 220!endif
b17c1746 221!if "$(MONOLITHIC)" == "0"
c33fae85
RN
222__WXLIB_BASE_p = \
223 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 224!endif
d179e30b
VS
225!if "$(MONOLITHIC)" == "1"
226__WXLIB_MONO_p = \
c33fae85 227 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
d179e30b 228!endif
b17c1746 229!if "$(USE_GUI)" == "1"
9c2d002b 230__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
d179e30b 231!endif
b17c1746 232!if "$(USE_GUI)" == "1"
9c2d002b 233__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
d179e30b 234!endif
b17c1746 235!if "$(USE_GUI)" == "1"
9c2d002b 236__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
d179e30b 237!endif
b17c1746
DE
238!if "$(MSLU)" == "1"
239__UNICOWS_LIB_p = unicows.lib
d179e30b 240!endif
d179e30b
VS
241
242
243all: $(OBJS)
244$(OBJS):
245 -if not exist $(OBJS) mkdir $(OBJS)
246
247### Targets: ###
248
249all: $(OBJS)\styles.exe data
250
d179e30b
VS
251clean:
252 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
253 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 254 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
d179e30b 255 -if exist $(OBJS)\styles.exe del $(OBJS)\styles.exe
ec08d395
JS
256 -if exist $(OBJS)\styles.ilk del $(OBJS)\styles.ilk
257 -if exist $(OBJS)\styles.pdb del $(OBJS)\styles.pdb
d179e30b 258
d179e30b 259$(OBJS)\styles.exe: $(STYLES_OBJECTS) $(OBJS)\styles_sample.res
75a0a7b7 260 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
dd65d8c8 261 $(STYLES_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
d179e30b 262<<
b17c1746
DE
263
264data:
265 if not exist $(OBJS) mkdir $(OBJS)
266 for %f in (marble.jpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
267
268$(OBJS)\styles_sample.res: .\..\..\..\samples\sample.rc
8c9f8f91 269 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 $**
b17c1746
DE
270
271$(OBJS)\styles_styles.obj: .\styles.cpp
272 $(CXX) /c /nologo /TP /Fo$@ $(STYLES_CXXFLAGS) $**
b14abf14 273