]> git.saurik.com Git - wxWidgets.git/blame - samples/html/makefile.vc
regenerated makefiles
[wxWidgets.git] / samples / html / makefile.vc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
f509d00d 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7!include <../../build/config.vc>
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
22all: about help helpview printing test virtual widget zip
23
24about:
25 cd about
26 $(MAKE) /$(MAKEFLAGS) all
27 cd $(MAKEDIR)
28
29clean:
30 -if exist .\*.obj del .\*.obj
31 -if exist .\*.res del .\*.res
32
33help:
34 cd help
35 $(MAKE) /$(MAKEFLAGS) all
36 cd $(MAKEDIR)
37
38helpview:
39 cd helpview
40 $(MAKE) /$(MAKEFLAGS) all
41 cd $(MAKEDIR)
42
43printing:
44 cd printing
45 $(MAKE) /$(MAKEFLAGS) all
46 cd $(MAKEDIR)
47
48test:
49 cd test
50 $(MAKE) /$(MAKEFLAGS) all
51 cd $(MAKEDIR)
52
53virtual:
54 cd virtual
55 $(MAKE) /$(MAKEFLAGS) all
56 cd $(MAKEDIR)
57
58widget:
59 cd widget
60 $(MAKE) /$(MAKEFLAGS) all
61 cd $(MAKEDIR)
62
63zip:
64 cd zip
65 $(MAKE) /$(MAKEFLAGS) all
66 cd $(MAKEDIR)