]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/src/Makefile.in
dropTarget is now dynamically allocated.
[wxWidgets.git] / contrib / src / Makefile.in
... / ...
CommitLineData
1#
2# Makefile : Builds wxWindows contrib src for Unix.
3#
4
5all:
6 cd ogl; make
7 cd mmedia; make
8 cd stc; make
9
10clean:
11 cd ogl; make clean
12 cd mmedia; make clean
13 cd stc; make clean
14