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