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