]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/stc/makefile.vc
Applied patch [ 892511 ] wxUniversal: fix of segfault in toolbar.cpp
[wxWidgets.git] / samples / stc / makefile.vc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.2 (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)
19STCTEST_CXXFLAGS = /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
20 $(__DEBUGINFO_0) /Fd$(OBJS)\stctest.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 \
23 /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples \
24 /I.\..\..\include $(__EXCEPTIONSFLAG_8) $(__EXCEPTIONSFLAG_9) $(CPPFLAGS) \
25 $(CXXFLAGS)
26STCTEST_OBJECTS = \
27 $(OBJS)\stctest_sample.res \
28 $(OBJS)\stctest_stctest.obj \
29 $(OBJS)\stctest_edit.obj \
30 $(OBJS)\stctest_prefs.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
46!if "$(UNICODE)" == "1"
47WXUNICODEFLAG = u
48!endif
49!if "$(WXUNIV)" == "1"
50WXUNIVNAME = univ
51!endif
52!if "$(SHARED)" == "1"
53WXDLLFLAG = dll
54!endif
55!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
56__DEBUGINFO_0 = /Zi
57!endif
58!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
59__DEBUGINFO_0 =
60!endif
61!if "$(DEBUG_INFO)" == "0"
62__DEBUGINFO_0 =
63!endif
64!if "$(DEBUG_INFO)" == "1"
65__DEBUGINFO_0 = /Zi
66!endif
67!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
68__DEBUGINFO_1 = /DEBUG
69!endif
70!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
71__DEBUGINFO_1 =
72!endif
73!if "$(DEBUG_INFO)" == "0"
74__DEBUGINFO_1 =
75!endif
76!if "$(DEBUG_INFO)" == "1"
77__DEBUGINFO_1 = /DEBUG
78!endif
79!if "$(DEBUG_RUNTIME_LIBS)" == "0"
80____DEBUGRUNTIME_2_p =
81!endif
82!if "$(DEBUG_RUNTIME_LIBS)" == "1"
83____DEBUGRUNTIME_2_p = /D_DEBUG
84!endif
85!if "$(DEBUG_RUNTIME_LIBS)" == "default"
86____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
87!endif
88!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
89____DEBUGINFO_2_p = /D_DEBUG
90!endif
91!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
92____DEBUGINFO_2_p =
93!endif
94!if "$(DEBUG_INFO)" == "0"
95____DEBUGINFO_2_p =
96!endif
97!if "$(DEBUG_INFO)" == "1"
98____DEBUGINFO_2_p = /D_DEBUG
99!endif
100!if "$(DEBUG_RUNTIME_LIBS)" == "0"
101____DEBUGRUNTIME_2_p_1 =
102!endif
103!if "$(DEBUG_RUNTIME_LIBS)" == "1"
104____DEBUGRUNTIME_2_p_1 = /d _DEBUG
105!endif
106!if "$(DEBUG_RUNTIME_LIBS)" == "default"
107____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
108!endif
109!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
110____DEBUGINFO_2_p_1 = /d _DEBUG
111!endif
112!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
113____DEBUGINFO_2_p_1 =
114!endif
115!if "$(DEBUG_INFO)" == "0"
116____DEBUGINFO_2_p_1 =
117!endif
118!if "$(DEBUG_INFO)" == "1"
119____DEBUGINFO_2_p_1 = /d _DEBUG
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
127!if "$(DEBUG_RUNTIME_LIBS)" == "default"
128__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
129!endif
130!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
131__DEBUGINFO_3 = d
132!endif
133!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
134__DEBUGINFO_3 =
135!endif
136!if "$(DEBUG_INFO)" == "0"
137__DEBUGINFO_3 =
138!endif
139!if "$(DEBUG_INFO)" == "1"
140__DEBUGINFO_3 = d
141!endif
142!if "$(BUILD)" == "debug"
143__OPTIMIZEFLAG_4 = /Od
144!endif
145!if "$(BUILD)" == "release"
146__OPTIMIZEFLAG_4 = /O2
147!endif
148!if "$(RUNTIME_LIBS)" == "dynamic"
149__RUNTIME_LIBS_7 = D
150!endif
151!if "$(RUNTIME_LIBS)" == "static"
152__RUNTIME_LIBS_7 = T
153!endif
154!if "$(USE_EXCEPTIONS)" == "0"
155__EXCEPTIONSFLAG_8 =
156!endif
157!if "$(USE_EXCEPTIONS)" == "1"
158__EXCEPTIONSFLAG_8 = /GR
159!endif
160!if "$(USE_EXCEPTIONS)" == "0"
161__EXCEPTIONSFLAG_9 =
162!endif
163!if "$(USE_EXCEPTIONS)" == "1"
164__EXCEPTIONSFLAG_9 = /GX
165!endif
166!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
167__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
168!endif
169!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
170__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
171!endif
172!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
173__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
174!endif
175!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
176__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
177!endif
178!if "$(WXUNIV)" == "1"
179__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
180!endif
181!if "$(WXUNIV)" == "1"
182__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
183!endif
184!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
185__DEBUG_DEFINE_p = /D__WXDEBUG__
186!endif
187!if "$(DEBUG_FLAG)" == "1"
188__DEBUG_DEFINE_p = /D__WXDEBUG__
189!endif
190!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
191__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
192!endif
193!if "$(DEBUG_FLAG)" == "1"
194__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
195!endif
196!if "$(UNICODE)" == "1"
197__UNICODE_DEFINE_p = /D_UNICODE
198!endif
199!if "$(UNICODE)" == "1"
200__UNICODE_DEFINE_p_1 = /d _UNICODE
201!endif
202!if "$(SHARED)" == "1"
203__DLLFLAG_p = /DWXUSINGDLL
204!endif
205!if "$(SHARED)" == "1"
206__DLLFLAG_p_1 = /d WXUSINGDLL
207!endif
208!if "$(MONOLITHIC)" == "0"
209__WXLIB_CORE_p = \
210 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
211!endif
212!if "$(MONOLITHIC)" == "0"
213__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
214!endif
215!if "$(MONOLITHIC)" == "1"
216__WXLIB_MONO_p = \
217 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
218!endif
219!if "$(USE_GUI)" == "1"
220__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
221!endif
222!if "$(USE_GUI)" == "1"
223__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
224!endif
225!if "$(USE_GUI)" == "1"
226__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
227!endif
228!if "$(MSLU)" == "1"
229__UNICOWS_LIB_p = unicows.lib
230!endif
231!if "$(SHARED)" == "0"
232LIBDIRNAME = .\..\..\..\lib\vc_lib$(CFG)
233!endif
234!if "$(SHARED)" == "1"
235LIBDIRNAME = .\..\..\..\lib\vc_dll$(CFG)
236!endif
237
238
239all: $(OBJS)
240$(OBJS):
241 -if not exist $(OBJS) mkdir $(OBJS)
242
243### Targets: ###
244
245all: $(OBJS)\stctest.exe data
246
247clean:
248 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
249 -if exist $(OBJS)\*.res del $(OBJS)\*.res
250 -if exist $(OBJS)\stctest.exe del $(OBJS)\stctest.exe
251 -if exist $(OBJS)\stctest.ilk del $(OBJS)\stctest.ilk
252 -if exist $(OBJS)\stctest.pdb del $(OBJS)\stctest.pdb
253
254$(OBJS)\stctest.exe: $(STCTEST_OBJECTS) $(OBJS)\stctest_sample.res
255 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
256 $(STCTEST_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc.lib $(__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 ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib oleacc.lib odbc32.lib
257<<
258
259data:
260 if not exist $(OBJS) mkdir $(OBJS)
261 for %f in (stctest.cpp) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
262
263$(OBJS)\stctest_sample.res: .\..\..\..\samples\sample.rc
264 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 $**
265
266$(OBJS)\stctest_stctest.obj: .\stctest.cpp
267 $(CXX) /c /nologo /TP /Fo$@ $(STCTEST_CXXFLAGS) $**
268
269$(OBJS)\stctest_edit.obj: .\edit.cpp
270 $(CXX) /c /nologo /TP /Fo$@ $(STCTEST_CXXFLAGS) $**
271
272$(OBJS)\stctest_prefs.obj: .\prefs.cpp
273 $(CXX) /c /nologo /TP /Fo$@ $(STCTEST_CXXFLAGS) $**