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