]> git.saurik.com Git - wxWidgets.git/commitdiff
Added ogl to the module list
authorRobin Dunn <robin@alldunn.com>
Mon, 13 Sep 1999 19:32:26 +0000 (19:32 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 13 Sep 1999 19:32:26 +0000 (19:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxPython/modules/buildall.py

index 36128ae6682ac14981f819e52b9a62099b92fce6..99d58f3d8ee3116669a15d09663811481c92e6e0 100755 (executable)
@@ -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']