Klaas Holwerda <kholwerd@xs4all.nl> contrib/src/canvasOBSOLETE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-03-23 19:09:28 +00:00
parent 6ceef8efe9
commit 621b931778
2 changed files with 1 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# $Id$
CONTRIB_SAMPLES=canvas fl gizmos mmedia net ogl plot stc svg xrc #applet
CONTRIB_SAMPLES=fl gizmos mmedia net ogl plot stc svg xrc #applet
all:
@for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done