6 # Copyright: (c) 1993, AIAI, University of Edinburgh
10 # Makefile : Builds samples for Win95, MSVC++ 16-bit
11 # Use FINAL=1 argument to nmake to build final version with no debugging
14 # Set WXDIR for your system
17 THISDIR=$(WXDIR)\samples
20 # Indicates kind of pb with samples
22 # No makefile.dos file
26 # Misc. compilation errors
29 !include $(WXDIR)\src\makemsc.env
32 # Please keep samples list up-to-date, in alphabetical order
35 cd $(WXDIR)\samples\artprov
36 nmake -f makefile.dos FINAL=$(FINAL)
37 cd $(WXDIR)\samples\bombs
38 nmake -f makefile.dos FINAL=$(FINAL)
39 cd $(WXDIR)\samples\caret
40 nmake -f makefile.dos FINAL=$(FINAL)
41 cd $(WXDIR)\samples\checklst
42 nmake -f makefile.dos FINAL=$(FINAL)
43 cd $(WXDIR)\samples\config
44 nmake -f makefile.dos FINAL=$(FINAL)
45 cd $(WXDIR)\samples\controls
46 nmake -f makefile.dos FINAL=$(FINAL)
48 cd $(WXDIR)\samples\db
49 nmake -f makefile.dos FINAL=$(FINAL)
51 cd $(WXDIR)\samples\dde
52 nmake -f makefile.dos FINAL=$(FINAL)
53 cd $(WXDIR)\samples\dialogs
54 nmake -f makefile.dos FINAL=$(FINAL)
56 cd $(WXDIR)\samples\dnd
57 nmake -f makefile.dos FINAL=$(FINAL)
59 cd $(WXDIR)\samples\docview
60 nmake -f makefile.dos FINAL=$(FINAL)
61 cd $(WXDIR)\samples\docvwmdi
62 nmake -f makefile.dos FINAL=$(FINAL)
63 cd $(WXDIR)\samples\drawing
64 nmake -f makefile.dos FINAL=$(FINAL)
65 cd $(WXDIR)\samples\dynamic
66 nmake -f makefile.dos FINAL=$(FINAL)
67 cd $(WXDIR)\samples\forty
68 nmake -f makefile.dos FINAL=$(FINAL)
69 cd $(WXDIR)\samples\fractal
70 nmake -f makefile.dos FINAL=$(FINAL)
71 cd $(WXDIR)\samples\grid
72 nmake -f makefile.dos FINAL=$(FINAL)
74 cd $(WXDIR)\samples\help
75 nmake -f makefile.dos FINAL=$(FINAL)
76 cd $(WXDIR)\samples\html
77 nmake -f makefile.dos FINAL=$(FINAL)
79 cd $(WXDIR)\samples\internat
80 nmake -f makefile.dos FINAL=$(FINAL)
81 cd $(WXDIR)\samples\joytest
82 nmake -f makefile.dos FINAL=$(FINAL)
83 cd $(WXDIR)\samples\layout
84 nmake -f makefile.dos FINAL=$(FINAL)
85 cd $(WXDIR)\samples\listctrl
86 nmake -f makefile.dos FINAL=$(FINAL)
87 cd $(WXDIR)\samples\mdi
88 nmake -f makefile.dos FINAL=$(FINAL)
90 cd $(WXDIR)\samples\memcheck
91 nmake -f makefile.dos FINAL=$(FINAL)
94 cd $(WXDIR)\samples\mfc
95 nmake -f makefile.dos FINAL=$(FINAL)
97 cd $(WXDIR)\samples\minifram
98 nmake -f makefile.dos FINAL=$(FINAL)
99 cd $(WXDIR)\samples\minimal
100 nmake -f makefile.dos FINAL=$(FINAL)
102 cd $(WXDIR)\samples\nativdlg
103 nmake -f makefile.dos FINAL=$(FINAL)
105 cd $(WXDIR)\samples\notebook
106 nmake -f makefile.dos FINAL=$(FINAL)
108 cd $(WXDIR)\samples\oleauto
109 nmake -f makefile.dos FINAL=$(FINAL)
111 cd $(WXDIR)\samples\ownerdrw
112 nmake -f makefile.dos FINAL=$(FINAL)
114 cd $(WXDIR)\samples\png
115 nmake -f makefile.dos FINAL=$(FINAL)
117 cd $(WXDIR)\samples\printing
118 nmake -f makefile.dos FINAL=$(FINAL)
119 cd $(WXDIR)\samples\proplist
120 nmake -f makefile.dos FINAL=$(FINAL)
122 cd $(WXDIR)\samples\regtest
123 nmake -f makefile.dos FINAL=$(FINAL)
125 cd $(WXDIR)\samples\resource
126 nmake -f makefile.dos FINAL=$(FINAL)
128 cd $(WXDIR)\samples\richedit
129 nmake -f makefile.dos FINAL=$(FINAL)
130 cd $(WXDIR)\samples\sashtest
131 nmake -f makefile.dos FINAL=$(FINAL)
133 cd $(WXDIR)\samples\scroll
134 nmake -f makefile.dos FINAL=$(FINAL)
135 cd $(WXDIR)\samples\splitter
136 nmake -f makefile.dos FINAL=$(FINAL)
138 cd $(WXDIR)\samples\tab
139 nmake -f makefile.dos FINAL=$(FINAL)
140 cd $(WXDIR)\samples\taskbar
141 nmake -f makefile.dos FINAL=$(FINAL)
143 cd $(WXDIR)\samples\text
144 nmake -f makefile.dos FINAL=$(FINAL)
146 cd $(WXDIR)\samples\thread
147 nmake -f makefile.dos FINAL=$(FINAL)
149 cd $(WXDIR)\samples\toolbar
150 nmake -f makefile.dos FINAL=$(FINAL)
151 cd $(WXDIR)\samples\treectrl
152 nmake -f makefile.dos FINAL=$(FINAL)
154 cd $(WXDIR)\samples\typetest
155 nmake -f makefile.dos FINAL=$(FINAL)
157 cd $(WXDIR)\samples\validate
158 nmake -f makefile.dos FINAL=$(FINAL)
160 cd $(WXDIR)\samples\wizard
161 nmake -f makefile.dos FINAL=$(FINAL)
163 cd $(WXDIR)\samples\wxpoem
164 nmake -f makefile.dos FINAL=$(FINAL)
166 cd $(WXDIR)\samples\wxsocket
167 nmake -f makefile.dos FINAL=$(FINAL)
170 cd $(WXDIR)\samples\bombs
171 nmake -f makefile.dos clean
172 cd $(WXDIR)\samples\caret
173 nmake -f makefile.dos clean
174 cd $(WXDIR)\samples\checklst
175 nmake -f makefile.dos clean
176 cd $(WXDIR)\samples\config
177 nmake -f makefile.dos clean
178 cd $(WXDIR)\samples\controls
179 nmake -f makefile.dos clean
180 cd $(WXDIR)\samples\db
181 nmake -f makefile.dos clean
182 cd $(WXDIR)\samples\dde
183 nmake -f makefile.dos clean
184 cd $(WXDIR)\samples\dialogs
185 nmake -f makefile.dos clean
186 cd $(WXDIR)\samples\dnd
187 nmake -f makefile.dos clean
188 cd $(WXDIR)\samples\docview
189 nmake -f makefile.dos clean
190 cd $(WXDIR)\samples\docvwmdi
191 nmake -f makefile.dos clean
192 cd $(WXDIR)\samples\drawing
193 nmake -f makefile.dos clean
194 cd $(WXDIR)\samples\dynamic
195 nmake -f makefile.dos clean
196 cd $(WXDIR)\samples\forty
197 nmake -f makefile.dos clean
198 cd $(WXDIR)\samples\fractal
199 nmake -f makefile.dos clean
200 cd $(WXDIR)\samples\grid
201 nmake -f makefile.dos clean
203 cd $(WXDIR)\samples\help
204 nmake -f makefile.dos clean
205 cd $(WXDIR)\samples\html
206 nmake -f makefile.dos clean
208 cd $(WXDIR)\samples\internat
209 nmake -f makefile.dos clean
210 cd $(WXDIR)\samples\joytest
211 nmake -f makefile.dos clean
212 cd $(WXDIR)\samples\layout
213 nmake -f makefile.dos clean
214 cd $(WXDIR)\samples\listctrl
215 nmake -f makefile.dos clean
216 cd $(WXDIR)\samples\mdi
217 nmake -f makefile.dos clean
218 !if "$(FINAL)" == "0"
219 cd $(WXDIR)\samples\memcheck
220 nmake -f makefile.dos clean
222 cd $(WXDIR)\samples\mfc
223 nmake -f makefile.dos clean
224 cd $(WXDIR)\samples\minifram
225 nmake -f makefile.dos clean
226 cd $(WXDIR)\samples\minimal
227 nmake -f makefile.dos clean
228 cd $(WXDIR)\samples\nativdlg
229 nmake -f makefile.dos clean
230 cd $(WXDIR)\samples\notebook
231 nmake -f makefile.dos clean
233 cd $(WXDIR)\samples\oleauto
234 nmake -f makefile.dos clean
236 cd $(WXDIR)\samples\ownerdrw
237 nmake -f makefile.dos clean
239 cd $(WXDIR)\samples\png
240 nmake -f makefile.dos clean
242 cd $(WXDIR)\samples\printing
243 nmake -f makefile.dos clean
244 cd $(WXDIR)\samples\proplist
245 nmake -f makefile.dos clean
247 cd $(WXDIR)\samples\regtest
248 nmake -f makefile.dos clean
250 cd $(WXDIR)\samples\resource
251 nmake -f makefile.dos clean
253 cd $(WXDIR)\samples\richedit
254 nmake -f makefile.dos clean
255 cd $(WXDIR)\samples\sashtest
256 nmake -f makefile.dos clean
258 cd $(WXDIR)\samples\scroll
259 nmake -f makefile.dos clean
260 cd $(WXDIR)\samples\splitter
261 nmake -f makefile.dos clean
262 cd $(WXDIR)\samples\tab
263 nmake -f makefile.dos clean
264 cd $(WXDIR)\samples\taskbar
265 nmake -f makefile.dos clean
266 cd $(WXDIR)\samples\text
267 nmake -f makefile.dos clean
268 cd $(WXDIR)\samples\thread
269 nmake -f makefile.dos clean
270 cd $(WXDIR)\samples\toolbar
271 nmake -f makefile.dos clean
272 cd $(WXDIR)\samples\treectrl
273 nmake -f makefile.dos clean
274 cd $(WXDIR)\samples\typetest
275 nmake -f makefile.dos clean
276 cd $(WXDIR)\samples\validate
277 nmake -f makefile.dos clean
279 cd $(WXDIR)\samples\wizard
280 nmake -f makefile.dos clean
282 cd $(WXDIR)\samples\wxpoem
283 nmake -f makefile.dos clean
284 cd $(WXDIR)\samples\wxsocket
285 nmake -f makefile.dos clean