]> git.saurik.com Git - wxWidgets.git/blame - samples/html/Makefile.in
EXPORTED an array to quiet the DLL compilation
[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
8 cd printing && make
9 cd test && make
10 cd virtual && make
11 cd widget && make
12 cd zip && make
b1683d38
RR
13
14clean:
ad1fa808
VS
15 cd about && make clean
16 cd help && make clean
17 cd printing && make clean
18 cd test && make clean
19 cd virtual && make clean
20 cd widget && make clean
21 cd zip && make clean
b1683d38 22