diff options
author | Steven Knight <knight@baldmt.com> | 2002-02-22 05:21:50 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-02-22 05:21:50 (GMT) |
commit | 8289435e0814081e0be0f8dbb096d0c59415f890 (patch) | |
tree | a6f402c9b9a422deb78cdfb1aa45445886a8e5fd /config | |
parent | a1735a51d2eb3e67a80f53dfdaae915252e55d2a (diff) | |
download | SCons-8289435e0814081e0be0f8dbb096d0c59415f890.zip SCons-8289435e0814081e0be0f8dbb096d0c59415f890.tar.gz SCons-8289435e0814081e0be0f8dbb096d0c59415f890.tar.bz2 |
Set up according to Python HOWTO.
Diffstat (limited to 'config')
-rw-r--r-- | config | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -34,7 +34,7 @@ * if the file is not in the change. Look in aesub(5) for more information * about command substitutions. */ -build_command = "SCONS_LIB_DIR=${Development_Directory}/src/engine python ${Source src/script/scons.py} date='${DAte %Y/%m/%d %H:%M:%S}' developer=${DEVeloper} version=${VERsion} change=${Change}"; +build_command = "SCONS_LIB_DIR=src/engine python ${Source src/script/scons.py} date='${DAte %Y/%m/%d %H:%M:%S}' developer=${DEVeloper} version=${VERsion} change=${Change}"; /* * The rules used in the User Guide all remove their targets before @@ -53,10 +53,7 @@ link_integration_directory = true; */ create_symlinks_before_build = true; -/* - * NOT UNTIL AEGIS 3.23; we may not need it anyway. remove_symlinks_after_build = false; - */ /* integrate_begin_command = |