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\bombs
36 nmake -f makefile.dos FINAL=$(FINAL)
37 cd $(WXDIR)\samples\caret
38 nmake -f makefile.dos FINAL=$(FINAL)
39 cd $(WXDIR)\samples\checklst
40 nmake -f makefile.dos FINAL=$(FINAL)
41 cd $(WXDIR)\samples\config
42 nmake -f makefile.dos FINAL=$(FINAL)
43 cd $(WXDIR)\samples\controls
44 nmake -f makefile.dos FINAL=$(FINAL)
46 cd $(WXDIR)\samples\db
47 nmake -f makefile.dos FINAL=$(FINAL)
49 cd $(WXDIR)\samples\dde
50 nmake -f makefile.dos FINAL=$(FINAL)
51 cd $(WXDIR)\samples\dialogs
52 nmake -f makefile.dos FINAL=$(FINAL)
54 cd $(WXDIR)\samples\dnd
55 nmake -f makefile.dos FINAL=$(FINAL)
57 cd $(WXDIR)\samples\docview
58 nmake -f makefile.dos FINAL=$(FINAL)
59 cd $(WXDIR)\samples\docvwmdi
60 nmake -f makefile.dos FINAL=$(FINAL)
61 cd $(WXDIR)\samples\drawing
62 nmake -f makefile.dos FINAL=$(FINAL)
63 cd $(WXDIR)\samples\dynamic
64 nmake -f makefile.dos FINAL=$(FINAL)
65 cd $(WXDIR)\samples\forty
66 nmake -f makefile.dos FINAL=$(FINAL)
67 cd $(WXDIR)\samples\fractal
68 nmake -f makefile.dos FINAL=$(FINAL)
69 cd $(WXDIR)\samples\grid
70 nmake -f makefile.dos FINAL=$(FINAL)
72 cd $(WXDIR)\samples\help
73 nmake -f makefile.dos FINAL=$(FINAL)
74 cd $(WXDIR)\samples\html
75 nmake -f makefile.dos FINAL=$(FINAL)
77 cd $(WXDIR)\samples\internat
78 nmake -f makefile.dos FINAL=$(FINAL)
79 cd $(WXDIR)\samples\joytest
80 nmake -f makefile.dos FINAL=$(FINAL)
81 cd $(WXDIR)\samples\layout
82 nmake -f makefile.dos FINAL=$(FINAL)
83 cd $(WXDIR)\samples\listctrl
84 nmake -f makefile.dos FINAL=$(FINAL)
85 cd $(WXDIR)\samples\mdi
86 nmake -f makefile.dos FINAL=$(FINAL)
88 cd $(WXDIR)\samples\memcheck
89 nmake -f makefile.dos FINAL=$(FINAL)
92 cd $(WXDIR)\samples\mfc
93 nmake -f makefile.dos FINAL=$(FINAL)
95 cd $(WXDIR)\samples\minifram
96 nmake -f makefile.dos FINAL=$(FINAL)
97 cd $(WXDIR)\samples\minimal
98 nmake -f makefile.dos FINAL=$(FINAL)
100 cd $(WXDIR)\samples\nativdlg
101 nmake -f makefile.dos FINAL=$(FINAL)
103 cd $(WXDIR)\samples\notebook
104 nmake -f makefile.dos FINAL=$(FINAL)
106 cd $(WXDIR)\samples\oleauto
107 nmake -f makefile.dos FINAL=$(FINAL)
109 cd $(WXDIR)\samples\ownerdrw
110 nmake -f makefile.dos FINAL=$(FINAL)
112 cd $(WXDIR)\samples\png
113 nmake -f makefile.dos FINAL=$(FINAL)
115 cd $(WXDIR)\samples\printing
116 nmake -f makefile.dos FINAL=$(FINAL)
117 cd $(WXDIR)\samples\proplist
118 nmake -f makefile.dos FINAL=$(FINAL)
120 cd $(WXDIR)\samples\regtest
121 nmake -f makefile.dos FINAL=$(FINAL)
123 cd $(WXDIR)\samples\resource
124 nmake -f makefile.dos FINAL=$(FINAL)
126 cd $(WXDIR)\samples\richedit
127 nmake -f makefile.dos FINAL=$(FINAL)
128 cd $(WXDIR)\samples\sashtest
129 nmake -f makefile.dos FINAL=$(FINAL)
131 cd $(WXDIR)\samples\scroll
132 nmake -f makefile.dos FINAL=$(FINAL)
133 cd $(WXDIR)\samples\splitter
134 nmake -f makefile.dos FINAL=$(FINAL)
136 cd $(WXDIR)\samples\tab
137 nmake -f makefile.dos FINAL=$(FINAL)
138 cd $(WXDIR)\samples\taskbar
139 nmake -f makefile.dos FINAL=$(FINAL)
141 cd $(WXDIR)\samples\text
142 nmake -f makefile.dos FINAL=$(FINAL)
144 cd $(WXDIR)\samples\thread
145 nmake -f makefile.dos FINAL=$(FINAL)
147 cd $(WXDIR)\samples\toolbar
148 nmake -f makefile.dos FINAL=$(FINAL)
149 cd $(WXDIR)\samples\treectrl
150 nmake -f makefile.dos FINAL=$(FINAL)
152 cd $(WXDIR)\samples\typetest
153 nmake -f makefile.dos FINAL=$(FINAL)
155 cd $(WXDIR)\samples\validate
156 nmake -f makefile.dos FINAL=$(FINAL)
158 cd $(WXDIR)\samples\wizard
159 nmake -f makefile.dos FINAL=$(FINAL)
161 cd $(WXDIR)\samples\wxpoem
162 nmake -f makefile.dos FINAL=$(FINAL)
164 cd $(WXDIR)\samples\wxsocket
165 nmake -f makefile.dos FINAL=$(FINAL)
168 cd $(WXDIR)\samples\bombs
169 nmake -f makefile.dos clean
170 cd $(WXDIR)\samples\caret
171 nmake -f makefile.dos clean
172 cd $(WXDIR)\samples\checklst
173 nmake -f makefile.dos clean
174 cd $(WXDIR)\samples\config
175 nmake -f makefile.dos clean
176 cd $(WXDIR)\samples\controls
177 nmake -f makefile.dos clean
178 cd $(WXDIR)\samples\db
179 nmake -f makefile.dos clean
180 cd $(WXDIR)\samples\dde
181 nmake -f makefile.dos clean
182 cd $(WXDIR)\samples\dialogs
183 nmake -f makefile.dos clean
184 cd $(WXDIR)\samples\dnd
185 nmake -f makefile.dos clean
186 cd $(WXDIR)\samples\docview
187 nmake -f makefile.dos clean
188 cd $(WXDIR)\samples\docvwmdi
189 nmake -f makefile.dos clean
190 cd $(WXDIR)\samples\drawing
191 nmake -f makefile.dos clean
192 cd $(WXDIR)\samples\dynamic
193 nmake -f makefile.dos clean
194 cd $(WXDIR)\samples\forty
195 nmake -f makefile.dos clean
196 cd $(WXDIR)\samples\fractal
197 nmake -f makefile.dos clean
198 cd $(WXDIR)\samples\grid
199 nmake -f makefile.dos clean
201 cd $(WXDIR)\samples\help
202 nmake -f makefile.dos clean
203 cd $(WXDIR)\samples\html
204 nmake -f makefile.dos clean
206 cd $(WXDIR)\samples\internat
207 nmake -f makefile.dos clean
208 cd $(WXDIR)\samples\joytest
209 nmake -f makefile.dos clean
210 cd $(WXDIR)\samples\layout
211 nmake -f makefile.dos clean
212 cd $(WXDIR)\samples\listctrl
213 nmake -f makefile.dos clean
214 cd $(WXDIR)\samples\mdi
215 nmake -f makefile.dos clean
216 !if "$(FINAL)" == "0"
217 cd $(WXDIR)\samples\memcheck
218 nmake -f makefile.dos clean
220 cd $(WXDIR)\samples\mfc
221 nmake -f makefile.dos clean
222 cd $(WXDIR)\samples\minifram
223 nmake -f makefile.dos clean
224 cd $(WXDIR)\samples\minimal
225 nmake -f makefile.dos clean
226 cd $(WXDIR)\samples\nativdlg
227 nmake -f makefile.dos clean
228 cd $(WXDIR)\samples\notebook
229 nmake -f makefile.dos clean
231 cd $(WXDIR)\samples\oleauto
232 nmake -f makefile.dos clean
234 cd $(WXDIR)\samples\ownerdrw
235 nmake -f makefile.dos clean
237 cd $(WXDIR)\samples\png
238 nmake -f makefile.dos clean
240 cd $(WXDIR)\samples\printing
241 nmake -f makefile.dos clean
242 cd $(WXDIR)\samples\proplist
243 nmake -f makefile.dos clean
245 cd $(WXDIR)\samples\regtest
246 nmake -f makefile.dos clean
248 cd $(WXDIR)\samples\resource
249 nmake -f makefile.dos clean
251 cd $(WXDIR)\samples\richedit
252 nmake -f makefile.dos clean
253 cd $(WXDIR)\samples\sashtest
254 nmake -f makefile.dos clean
256 cd $(WXDIR)\samples\scroll
257 nmake -f makefile.dos clean
258 cd $(WXDIR)\samples\splitter
259 nmake -f makefile.dos clean
260 cd $(WXDIR)\samples\tab
261 nmake -f makefile.dos clean
262 cd $(WXDIR)\samples\taskbar
263 nmake -f makefile.dos clean
264 cd $(WXDIR)\samples\text
265 nmake -f makefile.dos clean
266 cd $(WXDIR)\samples\thread
267 nmake -f makefile.dos clean
268 cd $(WXDIR)\samples\toolbar
269 nmake -f makefile.dos clean
270 cd $(WXDIR)\samples\treectrl
271 nmake -f makefile.dos clean
272 cd $(WXDIR)\samples\typetest
273 nmake -f makefile.dos clean
274 cd $(WXDIR)\samples\validate
275 nmake -f makefile.dos clean
277 cd $(WXDIR)\samples\wizard
278 nmake -f makefile.dos clean
280 cd $(WXDIR)\samples\wxpoem
281 nmake -f makefile.dos clean
282 cd $(WXDIR)\samples\wxsocket
283 nmake -f makefile.dos clean