]> git.saurik.com Git - wxWidgets.git/blame - tests/makefile.vc
fixed linking (EXTRALIBS_GUI comes after EXTRALIBS and I don't see an easy way to...
[wxWidgets.git] / tests / makefile.vc
CommitLineData
670ec357
VS
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.3 (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)
19TEST_CXXFLAGS = /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
20 $(__DEBUGINFO_0) /Fd$(OBJS)\test.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 /I$(SETUPHDIR) /W4 \
23 /I. $(__DLLFLAG_p) /D_CONSOLE $(CPPUNIT_CFLAGS) $(__EXCEPTIONSFLAG_8) \
24 $(__EXCEPTIONSFLAG_9) $(CPPFLAGS) $(CXXFLAGS)
25TEST_OBJECTS = \
26 $(OBJS)\test_test.obj \
e70833fb 27 $(OBJS)\test_main.obj \
7d5ab151 28 $(OBJS)\test_formatconverter.obj \
e70833fb 29 $(OBJS)\test_regex.obj
670ec357
VS
30
31### Conditionally set variables: ###
32
33!if "$(USE_GUI)" == "0"
34PORTNAME = base
35!endif
36!if "$(USE_GUI)" == "1"
37PORTNAME = msw
38!endif
39!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
40WXDEBUGFLAG = d
41!endif
42!if "$(DEBUG_FLAG)" == "1"
43WXDEBUGFLAG = d
44!endif
45!if "$(UNICODE)" == "1"
46WXUNICODEFLAG = u
47!endif
48!if "$(WXUNIV)" == "1"
49WXUNIVNAME = univ
50!endif
51!if "$(SHARED)" == "1"
52WXDLLFLAG = dll
53!endif
54!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
55__DEBUGINFO_0 = /Zi
56!endif
57!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
58__DEBUGINFO_0 =
59!endif
60!if "$(DEBUG_INFO)" == "0"
61__DEBUGINFO_0 =
62!endif
63!if "$(DEBUG_INFO)" == "1"
64__DEBUGINFO_0 = /Zi
65!endif
66!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
67__DEBUGINFO_1 = /DEBUG
68!endif
69!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
70__DEBUGINFO_1 =
71!endif
72!if "$(DEBUG_INFO)" == "0"
73__DEBUGINFO_1 =
74!endif
75!if "$(DEBUG_INFO)" == "1"
76__DEBUGINFO_1 = /DEBUG
77!endif
78!if "$(DEBUG_RUNTIME_LIBS)" == "0"
79____DEBUGRUNTIME_2_p =
80!endif
81!if "$(DEBUG_RUNTIME_LIBS)" == "1"
82____DEBUGRUNTIME_2_p = /D_DEBUG
83!endif
84!if "$(DEBUG_RUNTIME_LIBS)" == "default"
85____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
86!endif
87!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
88____DEBUGINFO_2_p = /D_DEBUG
89!endif
90!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
91____DEBUGINFO_2_p =
92!endif
93!if "$(DEBUG_INFO)" == "0"
94____DEBUGINFO_2_p =
95!endif
96!if "$(DEBUG_INFO)" == "1"
97____DEBUGINFO_2_p = /D_DEBUG
98!endif
99!if "$(DEBUG_RUNTIME_LIBS)" == "0"
100__DEBUGRUNTIME_3 =
101!endif
102!if "$(DEBUG_RUNTIME_LIBS)" == "1"
103__DEBUGRUNTIME_3 = d
104!endif
105!if "$(DEBUG_RUNTIME_LIBS)" == "default"
106__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
107!endif
108!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
109__DEBUGINFO_3 = d
110!endif
111!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
112__DEBUGINFO_3 =
113!endif
114!if "$(DEBUG_INFO)" == "0"
115__DEBUGINFO_3 =
116!endif
117!if "$(DEBUG_INFO)" == "1"
118__DEBUGINFO_3 = d
119!endif
120!if "$(BUILD)" == "debug"
121__OPTIMIZEFLAG_4 = /Od
122!endif
123!if "$(BUILD)" == "release"
124__OPTIMIZEFLAG_4 = /O2
125!endif
126!if "$(RUNTIME_LIBS)" == "dynamic"
127__RUNTIME_LIBS_7 = D
128!endif
129!if "$(RUNTIME_LIBS)" == "static"
130__RUNTIME_LIBS_7 = T
131!endif
132!if "$(USE_EXCEPTIONS)" == "0"
133__EXCEPTIONSFLAG_8 =
134!endif
135!if "$(USE_EXCEPTIONS)" == "1"
136__EXCEPTIONSFLAG_8 = /GR
137!endif
138!if "$(USE_EXCEPTIONS)" == "0"
139__EXCEPTIONSFLAG_9 =
140!endif
141!if "$(USE_EXCEPTIONS)" == "1"
142__EXCEPTIONSFLAG_9 = /GX
143!endif
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 "$(WXUNIV)" == "1"
151__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
152!endif
153!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
154__DEBUG_DEFINE_p = /D__WXDEBUG__
155!endif
156!if "$(DEBUG_FLAG)" == "1"
157__DEBUG_DEFINE_p = /D__WXDEBUG__
158!endif
159!if "$(UNICODE)" == "1"
160__UNICODE_DEFINE_p = /D_UNICODE
161!endif
162!if "$(SHARED)" == "1"
163__DLLFLAG_p = /DWXUSINGDLL
164!endif
165!if "$(MONOLITHIC)" == "0"
166__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
167!endif
168!if "$(MONOLITHIC)" == "1"
169__WXLIB_MONO_p = \
170 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
171!endif
172!if "$(USE_GUI)" == "1"
173__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
174!endif
175!if "$(USE_GUI)" == "1"
176__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
177!endif
178!if "$(USE_GUI)" == "1"
179__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
180!endif
181!if "$(MSLU)" == "1"
182__UNICOWS_LIB_p = unicows.lib
183!endif
184!if "$(SHARED)" == "0"
185LIBDIRNAME = .\..\lib\vc_lib$(CFG)
186!endif
187!if "$(SHARED)" == "1"
188LIBDIRNAME = .\..\lib\vc_dll$(CFG)
189!endif
190
191
192all: $(OBJS)
193$(OBJS):
194 -if not exist $(OBJS) mkdir $(OBJS)
195
196### Targets: ###
197
198all: $(OBJS)\test.exe
199
200clean:
201 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
202 -if exist $(OBJS)\*.res del $(OBJS)\*.res
203 -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
204 -if exist $(OBJS)\test.ilk del $(OBJS)\test.ilk
205 -if exist $(OBJS)\test.pdb del $(OBJS)\test.pdb
206
207$(OBJS)\test.exe: $(TEST_OBJECTS)
208 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE $(CPPUNIT_LIBS) @<<
209 $(TEST_OBJECTS) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(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
210<<
211
212$(OBJS)\test_test.obj: .\test.cpp
213 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
214
215$(OBJS)\test_main.obj: .\mbconv\main.cpp
216 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
e70833fb 217
7d5ab151
VS
218$(OBJS)\test_formatconverter.obj: .\formatconverter\formatconverter.cpp
219 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
220
e70833fb
VS
221$(OBJS)\test_regex.obj: .\regex\regex.cpp
222 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**