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