6 # Copyright: (c) 1993, AIAI, University of Edinburgh
10 # Makefile : Builds wxHTML samples for Win95, BC++ WIN32
11 # Use FINAL=1 argument to make to build final version with no debugging
14 # Set WXDIR for your system
17 THISDIR=$(WXDIR)\samples
20 cd $(WXDIR)\samples\html\about
21 make -f makefile.b32 FINAL=$(FINAL)
22 cd $(WXDIR)\samples\html\help
23 make -f makefile.b32 FINAL=$(FINAL)
24 cd $(WXDIR)\samples\html\helpview
25 make -f makefile.b32 FINAL=$(FINAL)
26 cd $(WXDIR)\samples\html\printing
27 make -f makefile.b32 FINAL=$(FINAL)
28 cd $(WXDIR)\samples\html\test
29 make -f makefile.b32 FINAL=$(FINAL)
30 cd $(WXDIR)\samples\html\virtual
31 make -f makefile.b32 FINAL=$(FINAL)
32 cd $(WXDIR)\samples\html\widget
33 make -f makefile.b32 FINAL=$(FINAL)
34 cd $(WXDIR)\samples\html\zip
35 make -f makefile.b32 FINAL=$(FINAL)
38 cd $(WXDIR)\samples\html\about
39 make -f makefile.b32 clean
40 cd $(WXDIR)\samples\html\help
41 make -f makefile.b32 clean
42 cd $(WXDIR)\samples\html\helpview
43 make -f makefile.b32 clean
44 cd $(WXDIR)\samples\html\printing
45 make -f makefile.b32 clean
46 cd $(WXDIR)\samples\html\test
47 make -f makefile.b32 clean
48 cd $(WXDIR)\samples\html\virtual
49 make -f makefile.b32 clean
50 cd $(WXDIR)\samples\html\widget
51 make -f makefile.b32 clean
52 cd $(WXDIR)\samples\html\zip
53 make -f makefile.b32 clean