]> git.saurik.com Git - wxWidgets.git/blob - samples/html/makefile.gcc
fixed loading of icons from MIME types
[wxWidgets.git] / samples / html / makefile.gcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 include ../../build/config.gcc
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15
16 ### Conditionally set variables: ###
17
18
19
20 ### Targets: ###
21
22 all: about help helpview printing test virtual widget zip
23
24 about:
25 (cd about && $(MAKE) all)
26
27 clean:
28 -if exist .\*.o del .\*.o
29
30 help:
31 (cd help && $(MAKE) all)
32
33 helpview:
34 (cd helpview && $(MAKE) all)
35
36 printing:
37 (cd printing && $(MAKE) all)
38
39 test:
40 (cd test && $(MAKE) all)
41
42 virtual:
43 (cd virtual && $(MAKE) all)
44
45 widget:
46 (cd widget && $(MAKE) all)
47
48 zip:
49 (cd zip && $(MAKE) all)
50
51 .PHONY: all about clean help helpview printing test virtual widget zip