]> git.saurik.com Git - wxWidgets.git/commitdiff
Klaas Holwerda <kholwerd@xs4all.nl> contrib/src/canvasOBSOLETE
authorJulian Smart <julian@anthemion.co.uk>
Sun, 23 Mar 2003 19:09:28 +0000 (19:09 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 23 Mar 2003 19:09:28 +0000 (19:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/configure.in
contrib/samples/Makefile.in

index c28c260cd2bf48522f5b1b90f106f68eef5c3d15..2f89f72d27b2aa5af839e2aa3cef2275e9466b42 100644 (file)
@@ -59,7 +59,6 @@ AC_OUTPUT([
             src/stc/Makefile
             src/svg/Makefile       
             src/xrc/Makefile
-            src/canvas/Makefile
             src/gizmos/Makefile
             src/plot/Makefile
             src/applet/Makefile
@@ -72,9 +71,6 @@ AC_OUTPUT([
             samples/ogl/studio/Makefile
             samples/stc/Makefile
             samples/svg/Makefile
-            samples/canvas/Makefile
-            samples/canvas/test/Makefile
-            samples/canvas/simple/Makefile
             samples/gizmos/Makefile
             samples/gizmos/editlbox/Makefile
             samples/gizmos/dynsash/Makefile
index 9dc158100adb4faa3abeaa98f3205d2e5c40afa4..30675ebf48548a97c2f39a766a66018d87cc185b 100644 (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