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