From bfdafe63728d3bb71ed18df6cf704eaab0ffd27c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 24 Aug 1999 22:57:52 +0000 Subject: [PATCH 1/1] More execute bit setting... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/wxPython/modules/buildall.py | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 utils/wxPython/modules/buildall.py diff --git a/utils/wxPython/modules/buildall.py b/utils/wxPython/modules/buildall.py deleted file mode 100755 index 36128ae668..0000000000 --- a/utils/wxPython/modules/buildall.py +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/env python -#---------------------------------------------------------------------------- -# Name: buildall.py -# Purpose: Invokes the build script for all modules defined in -# MODULELIST -# -# Author: Robin Dunn -# -# Created: 18-Aug-1999 -# RCS-ID: $Id$ -# Copyright: (c) 1999 by Total Control Software -# Licence: wxWindows license -#---------------------------------------------------------------------------- - -import sys, os -sys.path.insert(0, '../distrib') -import build - -MODULELIST = ['html', 'glcanvas', 'utils', 'lseditor'] - - - -for module in MODULELIST: - cwd = os.getcwd() - print "**** Building %s" % module - build.main([sys.argv[0], '-C', module] + sys.argv[1:]) - os.chdir(cwd) -- 2.45.2