From 5b626e7f8489498a1a9cd39800b793335b946f17 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 13 Sep 1999 19:32:26 +0000 Subject: [PATCH] Added ogl to the module list git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/wxPython/modules/buildall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/wxPython/modules/buildall.py b/utils/wxPython/modules/buildall.py index 36128ae668..99d58f3d8e 100755 --- a/utils/wxPython/modules/buildall.py +++ b/utils/wxPython/modules/buildall.py @@ -16,7 +16,7 @@ import sys, os sys.path.insert(0, '../distrib') import build -MODULELIST = ['html', 'glcanvas', 'utils', 'lseditor'] +MODULELIST = ['html', 'glcanvas', 'utils', 'ogl', 'lseditor']