]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/deprecated/treelay/makefile.vc
ODBC library is built when wxUSE_GUI=0, too
[wxWidgets.git] / contrib / samples / deprecated / treelay / makefile.vc
CommitLineData
e80ae200
VS
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
820893d0 6
cee65fd7 7!include <../../../../build/msw/config.vc>
820893d0 8
e80ae200
VS
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
e80ae200
VS
15OBJS = \
16 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
17SETUPHDIR = \
18 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
e80ae200
VS
19TREELAY_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \
20 /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\treelay.pdb $(____DEBUGRUNTIME_2_p) \
21 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
75a0a7b7
VS
22 $(__UNICODE_DEFINE_p) /I.\..\..\..\..\include /I$(SETUPHDIR) /I. \
23 $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\..\samples /I.\..\..\..\include \
24 $(CXXFLAGS)
e80ae200
VS
25TREELAY_OBJECTS = \
26 $(OBJS)\treelay_treelay.obj \
27 $(OBJS)\treelay_treelay.res
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
e80ae200
VS
37!if "$(USE_GUI)" == "0"
38PORTNAME = base
39!endif
40!if "$(USE_GUI)" == "1"
41PORTNAME = msw
42!endif
43!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
44WXDEBUGFLAG = d
45!endif
46!if "$(DEBUG_FLAG)" == "1"
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
58!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
59__DEBUGINFO_0 = /Zi
60!endif
61!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
62__DEBUGINFO_0 =
63!endif
64!if "$(DEBUG_INFO)" == "0"
65__DEBUGINFO_0 =
66!endif
67!if "$(DEBUG_INFO)" == "1"
68__DEBUGINFO_0 = /Zi
69!endif
70!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
71__DEBUGINFO_1 = /DEBUG
72!endif
73!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
74__DEBUGINFO_1 =
75!endif
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"
104__DEBUG_DEFINE_p = /D__WXDEBUG__
105!endif
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__
114!endif
115!if "$(SHARED)" == "1"
116__DLLFLAG_p = /DWXUSINGDLL
117!endif
118!if "$(SHARED)" == "1"
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
7c9955d1 126!endif
e80ae200
VS
127!if "$(USE_GUI)" == "1"
128__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
129!endif
130!if "$(BUILD)" == "debug"
131__OPTIMIZEFLAG_4 = /Od
132!endif
133!if "$(BUILD)" == "release"
134__OPTIMIZEFLAG_4 = /O2
135!endif
136!if "$(RUNTIME_LIBS)" == "dynamic"
137__RUNTIME_LIBS_7 = D
138!endif
139!if "$(RUNTIME_LIBS)" == "static"
140__RUNTIME_LIBS_7 = T
141!endif
142!if "$(UNICODE)" == "1"
143__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
144!endif
145!if "$(UNICODE)" == "1"
146__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1
147!endif
2265a2d5
VS
148!if "$(MSLU)" == "1"
149__UNICOWS_LIB_p = unicows.lib
150!endif
e80ae200
VS
151!if "$(MONOLITHIC)" == "0"
152__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
153!endif
154!if "$(MONOLITHIC)" == "0"
155__WXLIB_CORE_p = \
156 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
157!endif
158!if "$(MONOLITHIC)" == "1"
159__WXLIB_MONO_p = \
160 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
161!endif
162!if "$(WXUNIV)" == "1"
163__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
164!endif
165!if "$(WXUNIV)" == "1"
166__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
167!endif
168!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
169____DEBUGINFO_2_p = /D_DEBUG
170!endif
171!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
172____DEBUGINFO_2_p =
173!endif
174!if "$(DEBUG_INFO)" == "0"
175____DEBUGINFO_2_p =
176!endif
177!if "$(DEBUG_INFO)" == "1"
178____DEBUGINFO_2_p = /D_DEBUG
179!endif
180!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
181____DEBUGINFO_2_p_1 = /d _DEBUG
182!endif
183!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
184____DEBUGINFO_2_p_1 =
185!endif
186!if "$(DEBUG_INFO)" == "0"
187____DEBUGINFO_2_p_1 =
188!endif
189!if "$(DEBUG_INFO)" == "1"
190____DEBUGINFO_2_p_1 = /d _DEBUG
191!endif
192!if "$(DEBUG_RUNTIME_LIBS)" == "0"
193____DEBUGRUNTIME_2_p =
194!endif
195!if "$(DEBUG_RUNTIME_LIBS)" == "1"
196____DEBUGRUNTIME_2_p = /D_DEBUG
197!endif
198!if "$(DEBUG_RUNTIME_LIBS)" == "default"
199____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
200!endif
201!if "$(DEBUG_RUNTIME_LIBS)" == "0"
202____DEBUGRUNTIME_2_p_1 =
203!endif
204!if "$(DEBUG_RUNTIME_LIBS)" == "1"
205____DEBUGRUNTIME_2_p_1 = /d _DEBUG
206!endif
207!if "$(DEBUG_RUNTIME_LIBS)" == "default"
208____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
209!endif
210
211
212all: $(OBJS)
213$(OBJS):
214 -if not exist $(OBJS) mkdir $(OBJS)
215
216### Targets: ###
217
218all: $(OBJS)\treelay.exe
219
220$(OBJS)\treelay_treelay.obj: .\treelay.cpp
221 $(CXX) /c /nologo /TP /Fo$@ $(TREELAY_CXXFLAGS) $**
222
223$(OBJS)\treelay_treelay.res: .\treelay.rc
75a0a7b7 224 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_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 /i .\..\..\..\include $**
820893d0 225
e80ae200
VS
226clean:
227 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
228 -if exist $(OBJS)\*.res del $(OBJS)\*.res
229 -if exist $(OBJS)\treelay.exe del $(OBJS)\treelay.exe
820893d0 230
e80ae200 231$(OBJS)\treelay.exe: $(TREELAY_OBJECTS) $(OBJS)\treelay_treelay.res
75a0a7b7 232 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
2265a2d5 233 $(TREELAY_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_deprecated.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 odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib
e80ae200 234<<