]> git.saurik.com Git - wxWidgets.git/blob - samples/html/makefile.b32
changed version number
[wxWidgets.git] / samples / html / makefile.b32
1 #
2 # File: makefile.b32
3 # Author: Julian Smart
4 # Created: 1993
5 # Updated:
6 # Copyright: (c) 1993, AIAI, University of Edinburgh
7 #
8 # "%W% %G%"
9 #
10 # Makefile : Builds wxHTML samples for Win95, BC++ WIN32
11 # Use FINAL=1 argument to make to build final version with no debugging
12 # info
13
14 # Set WXDIR for your system
15 WXDIR = $(WXWIN)
16
17 THISDIR=$(WXDIR)\samples
18
19 all:
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)
36
37 clean:
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
54