Adding code to load Config objects from a file, and move to modifying environment variables rather than sourcing the config file (so that every script is not required to do this).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2006-02-27 03:25:48 +00:00
parent a78d8dd08a
commit f1a9f3318b
10 changed files with 134 additions and 114 deletions

View File

@@ -3,8 +3,10 @@
set -o errexit
set
# read the config variables from the file given on the command line
. $1
# . $1
if [ $skipdocs != yes ]; then