]> git.saurik.com Git - wxWidgets.git/blame - samples/html/Makefile.in
1. new samples proejct files for VC++
[wxWidgets.git] / samples / html / Makefile.in
CommitLineData
b1683d38
RR
1#
2# Makefile : Builds html samples for Unix.
3#
4
5all:
ad1fa808
VS
6 cd about && make
7 cd help && make
62877de0 8 cd helpview && make
ad1fa808
VS
9 cd printing && make
10 cd test && make
11 cd virtual && make
12 cd widget && make
13 cd zip && make
b1683d38
RR
14
15clean:
ad1fa808
VS
16 cd about && make clean
17 cd help && make clean
62877de0 18 cd helpview && make clean
ad1fa808
VS
19 cd printing && make clean
20 cd test && make clean
21 cd virtual && make clean
22 cd widget && make clean
23 cd zip && make clean
b1683d38 24