]> git.saurik.com Git - wxWidgets.git/blob - samples/db/makefile.vc
expat must be added to the template, not generated wxWindows.dsp
[wxWidgets.git] / samples / db / makefile.vc
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 # =========================================================================
6
7 !include <../../build/msw/config.vc>
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 DBTEST_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
16 $(__DEBUGINFO_0) /Fd$(OBJS)\dbtest.pdb $(____DEBUGRUNTIME_2_p) \
17 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
18 $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(LIBDIRNAME) /I.\..\..\src\tiff \
19 /I.\..\..\src\jpeg /I.\..\..\src\png /I.\..\..\src\zlib /I.\..\..\src\regex \
20 /I.\..\..\src\expat\lib /I. $(__DLLFLAG_p) /D_WINDOWS /I..\..\samples \
21 $(CXXFLAGS)
22 DBTEST_OBJECTS = \
23 $(OBJS)\dbtest_dbtest.obj \
24 $(OBJS)\dbtest_listdb.obj \
25 $(OBJS)\dbtest_dbtest.res
26 LIBDIRNAME = \
27 .\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28 OBJS = \
29 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
30
31 ### Conditionally set variables: ###
32
33 !if "$(USE_GUI)" == "0"
34 PORTNAME = base
35 !endif
36 !if "$(USE_GUI)" == "1"
37 PORTNAME = msw
38 !endif
39 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
40 WXDEBUGFLAG = d
41 !endif
42 !if "$(DEBUG_FLAG)" == "1"
43 WXDEBUGFLAG = d
44 !endif
45 !if "$(SHARED)" == "1"
46 WXDLLFLAG = dll
47 !endif
48 !if "$(UNICODE)" == "1"
49 WXUNICODEFLAG = u
50 !endif
51 !if "$(WXUNIV)" == "1"
52 WXUNIVNAME = univ
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 "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
79 __DEBUGINFO_3 = d
80 !endif
81 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
82 __DEBUGINFO_3 =
83 !endif
84 !if "$(DEBUG_INFO)" == "0"
85 __DEBUGINFO_3 =
86 !endif
87 !if "$(DEBUG_INFO)" == "1"
88 __DEBUGINFO_3 = d
89 !endif
90 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
91 __DEBUGRUNTIME_3 =
92 !endif
93 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
94 __DEBUGRUNTIME_3 = d
95 !endif
96 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
97 __DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
98 !endif
99 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
100 __DEBUG_DEFINE_p = /D__WXDEBUG__
101 !endif
102 !if "$(DEBUG_FLAG)" == "1"
103 __DEBUG_DEFINE_p = /D__WXDEBUG__
104 !endif
105 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
106 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
107 !endif
108 !if "$(DEBUG_FLAG)" == "1"
109 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
110 !endif
111 !if "$(SHARED)" == "1"
112 __DLLFLAG_p = /DWXUSINGDLL
113 !endif
114 !if "$(SHARED)" == "1"
115 __DLLFLAG_p_1 = /d WXUSINGDLL
116 !endif
117 !if "$(USE_GUI)" == "1"
118 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
119 !endif
120 !if "$(USE_GUI)" == "1"
121 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
122 !endif
123 !if "$(USE_GUI)" == "1"
124 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
125 !endif
126 !if "$(BUILD)" == "debug"
127 __OPTIMIZEFLAG_4 = /Od
128 !endif
129 !if "$(BUILD)" == "release"
130 __OPTIMIZEFLAG_4 = /O2
131 !endif
132 !if "$(RUNTIME_LIBS)" == "dynamic"
133 __RUNTIME_LIBS_7 = D
134 !endif
135 !if "$(RUNTIME_LIBS)" == "static"
136 __RUNTIME_LIBS_7 = T
137 !endif
138 !if "$(UNICODE)" == "1"
139 __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
140 !endif
141 !if "$(UNICODE)" == "1"
142 __UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1
143 !endif
144 !if "$(MSLU)" == "1"
145 __UNICOWS_LIB_p = unicows.lib
146 !endif
147 !if "$(MONOLITHIC)" == "0"
148 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
149 !endif
150 !if "$(MONOLITHIC)" == "0"
151 __WXLIB_CORE_p = \
152 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
153 !endif
154 !if "$(MONOLITHIC)" == "1"
155 __WXLIB_MONO_p = \
156 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
157 !endif
158 !if "$(MONOLITHIC)" == "0"
159 __WXLIB_ODBC_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_odbc.lib
160 !endif
161 !if "$(WXUNIV)" == "1"
162 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
163 !endif
164 !if "$(WXUNIV)" == "1"
165 __WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
166 !endif
167 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
168 ____DEBUGINFO_2_p = /D_DEBUG
169 !endif
170 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
171 ____DEBUGINFO_2_p =
172 !endif
173 !if "$(DEBUG_INFO)" == "0"
174 ____DEBUGINFO_2_p =
175 !endif
176 !if "$(DEBUG_INFO)" == "1"
177 ____DEBUGINFO_2_p = /D_DEBUG
178 !endif
179 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
180 ____DEBUGINFO_2_p_1 = /d _DEBUG
181 !endif
182 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
183 ____DEBUGINFO_2_p_1 =
184 !endif
185 !if "$(DEBUG_INFO)" == "0"
186 ____DEBUGINFO_2_p_1 =
187 !endif
188 !if "$(DEBUG_INFO)" == "1"
189 ____DEBUGINFO_2_p_1 = /d _DEBUG
190 !endif
191 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
192 ____DEBUGRUNTIME_2_p =
193 !endif
194 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
195 ____DEBUGRUNTIME_2_p = /D_DEBUG
196 !endif
197 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
198 ____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
199 !endif
200 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
201 ____DEBUGRUNTIME_2_p_1 =
202 !endif
203 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
204 ____DEBUGRUNTIME_2_p_1 = /d _DEBUG
205 !endif
206 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
207 ____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
208 !endif
209
210
211 all: $(OBJS)
212 $(OBJS):
213 -if not exist $(OBJS) mkdir $(OBJS)
214
215 ### Targets: ###
216
217 all: $(OBJS)\dbtest.exe
218
219 $(OBJS)\dbtest_dbtest.obj: .\dbtest.cpp
220 $(CXX) /c /nologo /TP /Fo$@ $(DBTEST_CXXFLAGS) $**
221
222 $(OBJS)\dbtest_dbtest.res: .\dbtest.rc
223 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 $(LIBDIRNAME) /i .\..\..\src\tiff /i .\..\..\src\jpeg /i .\..\..\src\png /i .\..\..\src\zlib /i .\..\..\src\regex /i .\..\..\src\expat\lib /i . $(__DLLFLAG_p_1) /d _WINDOWS /i ..\..\samples $**
224
225 $(OBJS)\dbtest_listdb.obj: .\listdb.cpp
226 $(CXX) /c /nologo /TP /Fo$@ $(DBTEST_CXXFLAGS) $**
227
228 clean:
229 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
230 -if exist $(OBJS)\*.res del $(OBJS)\*.res
231 -if exist $(OBJS)\dbtest.exe del $(OBJS)\dbtest.exe
232
233 $(OBJS)\dbtest.exe: $(DBTEST_OBJECTS) $(OBJS)\dbtest_dbtest.res
234 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
235 $(DBTEST_OBJECTS) $(__WXLIB_ODBC_p) $(__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
236 <<