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