]> git.saurik.com Git - wxWidgets.git/blame - samples/stc/makefile.vc
reSWIGged
[wxWidgets.git] / samples / stc / makefile.vc
CommitLineData
fd9f42b6
VS
1# =========================================================================
2# This makefile was generated by
c3255f5f 3# Bakefile 0.1.3 (http://bakefile.sourceforge.net)
fd9f42b6
VS
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
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
fd9f42b6
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
fd9f42b6
VS
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
b17c1746
DE
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
fd9f42b6 88!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
b17c1746 89____DEBUGINFO_2_p = /D_DEBUG
fd9f42b6
VS
90!endif
91!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
b17c1746 92____DEBUGINFO_2_p =
fd9f42b6
VS
93!endif
94!if "$(DEBUG_INFO)" == "0"
b17c1746 95____DEBUGINFO_2_p =
fd9f42b6
VS
96!endif
97!if "$(DEBUG_INFO)" == "1"
b17c1746
DE
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
fd9f42b6
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
127!if "$(DEBUG_RUNTIME_LIBS)" == "default"
128__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
129!endif
b17c1746
DE
130!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
131__DEBUGINFO_3 = d
fd9f42b6 132!endif
b17c1746
DE
133!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
134__DEBUGINFO_3 =
fd9f42b6 135!endif
b17c1746
DE
136!if "$(DEBUG_INFO)" == "0"
137__DEBUGINFO_3 =
fd9f42b6 138!endif
b17c1746
DE
139!if "$(DEBUG_INFO)" == "1"
140__DEBUGINFO_3 = d
fd9f42b6 141!endif
b17c1746
DE
142!if "$(BUILD)" == "debug"
143__OPTIMIZEFLAG_4 = /Od
fd9f42b6 144!endif
b17c1746
DE
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
fd9f42b6 153!endif
1e545382
RD
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
ec08d395
JS
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
b17c1746
DE
178!if "$(WXUNIV)" == "1"
179__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
fd9f42b6 180!endif
b17c1746
DE
181!if "$(WXUNIV)" == "1"
182__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
fd9f42b6 183!endif
b17c1746
DE
184!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
185__DEBUG_DEFINE_p = /D__WXDEBUG__
fd9f42b6 186!endif
b17c1746
DE
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__
fd9f42b6
VS
195!endif
196!if "$(UNICODE)" == "1"
ec08d395 197__UNICODE_DEFINE_p = /D_UNICODE
fd9f42b6
VS
198!endif
199!if "$(UNICODE)" == "1"
ec08d395 200__UNICODE_DEFINE_p_1 = /d _UNICODE
fd9f42b6 201!endif
b17c1746
DE
202!if "$(SHARED)" == "1"
203__DLLFLAG_p = /DWXUSINGDLL
2265a2d5 204!endif
b17c1746
DE
205!if "$(SHARED)" == "1"
206__DLLFLAG_p_1 = /d WXUSINGDLL
fd9f42b6
VS
207!endif
208!if "$(MONOLITHIC)" == "0"
209__WXLIB_CORE_p = \
210 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
211!endif
b17c1746
DE
212!if "$(MONOLITHIC)" == "0"
213__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
214!endif
fd9f42b6
VS
215!if "$(MONOLITHIC)" == "1"
216__WXLIB_MONO_p = \
217 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
218!endif
b17c1746
DE
219!if "$(USE_GUI)" == "1"
220__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
fd9f42b6 221!endif
b17c1746
DE
222!if "$(USE_GUI)" == "1"
223__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
fd9f42b6 224!endif
b17c1746
DE
225!if "$(USE_GUI)" == "1"
226__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
fd9f42b6 227!endif
b17c1746
DE
228!if "$(MSLU)" == "1"
229__UNICOWS_LIB_p = unicows.lib
fd9f42b6 230!endif
b17c1746
DE
231!if "$(SHARED)" == "0"
232LIBDIRNAME = .\..\..\..\lib\vc_lib$(CFG)
fd9f42b6 233!endif
b17c1746
DE
234!if "$(SHARED)" == "1"
235LIBDIRNAME = .\..\..\..\lib\vc_dll$(CFG)
fd9f42b6
VS
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 246
fd9f42b6
VS
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
ec08d395
JS
251 -if exist $(OBJS)\stctest.ilk del $(OBJS)\stctest.ilk
252 -if exist $(OBJS)\stctest.pdb del $(OBJS)\stctest.pdb
fd9f42b6 253
fd9f42b6 254$(OBJS)\stctest.exe: $(STCTEST_OBJECTS) $(OBJS)\stctest_sample.res
75a0a7b7 255 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
b92ca05a 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
fd9f42b6 257<<
b17c1746
DE
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) $**