]> git.saurik.com Git - wxWidgets.git/blob - samples/db/makefile.wat
Allow style to be specified for ScrolledMessageDialog
[wxWidgets.git] / samples / db / makefile.wat
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.4 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 !include ../../build/msw/config.wat
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 # Speed up compilation a bit:
14 !ifdef __LOADDLL__
15 ! loaddll wcc wccd
16 ! loaddll wccaxp wccdaxp
17 ! loaddll wcc386 wccd386
18 ! loaddll wpp wppdi86
19 ! loaddll wppaxp wppdaxp
20 ! loaddll wpp386 wppd386
21 ! loaddll wlink wlink
22 ! loaddll wlib wlibd
23 !endif
24
25 # We need these variables in some bakefile-made rules:
26 WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
27
28 ### Conditionally set variables: ###
29
30 PORTNAME =
31 !ifeq USE_GUI 0
32 PORTNAME = base
33 !endif
34 !ifeq USE_GUI 1
35 PORTNAME = msw
36 !endif
37 WXDEBUGFLAG =
38 !ifeq BUILD debug
39 !ifeq DEBUG_FLAG default
40 WXDEBUGFLAG = d
41 !endif
42 !endif
43 !ifeq DEBUG_FLAG 1
44 WXDEBUGFLAG = d
45 !endif
46 WXUNICODEFLAG =
47 !ifeq UNICODE 1
48 WXUNICODEFLAG = u
49 !endif
50 WXUNIVNAME =
51 !ifeq WXUNIV 1
52 WXUNIVNAME = univ
53 !endif
54 WXDLLFLAG =
55 !ifeq SHARED 1
56 WXDLLFLAG = dll
57 !endif
58 __dbtest___depname =
59 !ifeq USE_ODBC 1
60 __dbtest___depname = $(OBJS)\dbtest.exe
61 !endif
62 __DEBUGINFO_0 =
63 !ifeq BUILD debug
64 !ifeq DEBUG_INFO default
65 __DEBUGINFO_0 = -d2
66 !endif
67 !endif
68 !ifeq BUILD release
69 !ifeq DEBUG_INFO default
70 __DEBUGINFO_0 = -d0
71 !endif
72 !endif
73 !ifeq DEBUG_INFO 0
74 __DEBUGINFO_0 = -d0
75 !endif
76 !ifeq DEBUG_INFO 1
77 __DEBUGINFO_0 = -d2
78 !endif
79 __DEBUGINFO_1 =
80 !ifeq BUILD debug
81 !ifeq DEBUG_INFO default
82 __DEBUGINFO_1 = debug all
83 !endif
84 !endif
85 !ifeq BUILD release
86 !ifeq DEBUG_INFO default
87 __DEBUGINFO_1 =
88 !endif
89 !endif
90 !ifeq DEBUG_INFO 0
91 __DEBUGINFO_1 =
92 !endif
93 !ifeq DEBUG_INFO 1
94 __DEBUGINFO_1 = debug all
95 !endif
96 __OPTIMIZEFLAG_2 =
97 !ifeq BUILD debug
98 __OPTIMIZEFLAG_2 = -od
99 !endif
100 !ifeq BUILD release
101 __OPTIMIZEFLAG_2 = -ot -ox
102 !endif
103 __RUNTIME_LIBS_5 =
104 !ifeq RUNTIME_LIBS dynamic
105 __RUNTIME_LIBS_5 = -br
106 !endif
107 !ifeq RUNTIME_LIBS static
108 __RUNTIME_LIBS_5 =
109 !endif
110 __EXCEPTIONSFLAG_7 =
111 !ifeq USE_EXCEPTIONS 0
112 __EXCEPTIONSFLAG_7 =
113 !endif
114 !ifeq USE_EXCEPTIONS 1
115 __EXCEPTIONSFLAG_7 = -xs
116 !endif
117 __WXLIB_DBGRID_p =
118 !ifeq MONOLITHIC 0
119 __WXLIB_DBGRID_p = &
120 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_dbgrid.lib
121 !endif
122 __WXLIB_ODBC_p =
123 !ifeq MONOLITHIC 0
124 !ifeq USE_ODBC 1
125 __WXLIB_ODBC_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_odbc.lib
126 !endif
127 !endif
128 __WXLIB_CORE_p =
129 !ifeq MONOLITHIC 0
130 __WXLIB_CORE_p = &
131 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
132 !endif
133 __WXLIB_BASE_p =
134 !ifeq MONOLITHIC 0
135 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
136 !endif
137 __WXLIB_MONO_p =
138 !ifeq MONOLITHIC 1
139 __WXLIB_MONO_p = &
140 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
141 !endif
142 __LIB_TIFF_p =
143 !ifeq USE_GUI 1
144 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
145 !endif
146 __LIB_JPEG_p =
147 !ifeq USE_GUI 1
148 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
149 !endif
150 __LIB_PNG_p =
151 !ifeq USE_GUI 1
152 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
153 !endif
154 LIBDIRNAME =
155 !ifeq SHARED 0
156 LIBDIRNAME = .\..\..\lib\wat_lib$(CFG)
157 !endif
158 !ifeq SHARED 1
159 LIBDIRNAME = .\..\..\lib\wat_dll$(CFG)
160 !endif
161 __WXUNIV_DEFINE_p =
162 !ifeq WXUNIV 1
163 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
164 !endif
165 __DEBUG_DEFINE_p =
166 !ifeq BUILD debug
167 !ifeq DEBUG_FLAG default
168 __DEBUG_DEFINE_p = -d__WXDEBUG__
169 !endif
170 !endif
171 !ifeq DEBUG_FLAG 1
172 __DEBUG_DEFINE_p = -d__WXDEBUG__
173 !endif
174 __UNICODE_DEFINE_p =
175 !ifeq UNICODE 1
176 __UNICODE_DEFINE_p = -d_UNICODE
177 !endif
178 __DLLFLAG_p =
179 !ifeq SHARED 1
180 __DLLFLAG_p = -dWXUSINGDLL
181 !endif
182
183 ### Variables: ###
184
185 OBJS = &
186 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
187 SETUPHDIR = &
188 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
189 DBTEST_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm $(__RUNTIME_LIBS_5) &
190 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
191 -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\samples &
192 $(__EXCEPTIONSFLAG_7) $(CPPFLAGS) $(CXXFLAGS)
193 DBTEST_OBJECTS = &
194 $(OBJS)\dbtest_dbtest.obj &
195 $(OBJS)\dbtest_listdb.obj
196
197
198 all : $(OBJS)
199 $(OBJS) :
200 -if not exist $(OBJS) mkdir $(OBJS)
201
202 ### Targets: ###
203
204 all : .SYMBOLIC $(__dbtest___depname)
205
206 clean : .SYMBOLIC
207 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
208 -if exist $(OBJS)\*.res del $(OBJS)\*.res
209 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
210 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
211 -if exist $(OBJS)\dbtest.exe del $(OBJS)\dbtest.exe
212
213 !ifeq USE_ODBC 1
214 $(OBJS)\dbtest.exe : $(DBTEST_OBJECTS) $(OBJS)\dbtest_dbtest.res
215 @%create $(OBJS)\dbtest.lbc
216 @%append $(OBJS)\dbtest.lbc option quiet
217 @%append $(OBJS)\dbtest.lbc name $^@
218 @%append $(OBJS)\dbtest.lbc option caseexact
219 @%append $(OBJS)\dbtest.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
220 @for %i in ($(DBTEST_OBJECTS)) do @%append $(OBJS)\dbtest.lbc file %i
221 @for %i in ( $(__WXLIB_DBGRID_p) $(__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$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib 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 odbc32.lib ) do @%append $(OBJS)\dbtest.lbc library %i
222 @%append $(OBJS)\dbtest.lbc option resource=$(OBJS)\dbtest_dbtest.res
223 wlink @$(OBJS)\dbtest.lbc
224 !endif
225
226 $(OBJS)\dbtest_dbtest.obj : .AUTODEPEND .\dbtest.cpp
227 $(CXX) -zq -fo=$^@ $(DBTEST_CXXFLAGS) $<
228
229 $(OBJS)\dbtest_listdb.obj : .AUTODEPEND .\listdb.cpp
230 $(CXX) -zq -fo=$^@ $(DBTEST_CXXFLAGS) $<
231
232 $(OBJS)\dbtest_dbtest.res : .AUTODEPEND .\dbtest.rc
233 wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\samples $<