summaryrefslogtreecommitdiff
path: root/src/setup.py
diff options
context:
space:
mode:
authorAnatoly Techtonik <techtonik@gmail.com>2011-04-07 11:09:18 +0000
committerAnatoly Techtonik <techtonik@gmail.com>2011-04-07 11:09:18 +0000
commit45e843626d5a2f9a61400ca3ab086817c2392201 (patch)
treebb765f474cb9443485a78c6886aef0d2c2d29483 /src/setup.py
parentdf26fd74526eab5217893ae269d3699cc9010720 (diff)
downloadscons-45e843626d5a2f9a61400ca3ab086817c2392201.tar.gz
Revert App Paths patch. `cmd.exe` doesn't use App Paths and
it will cause a lot ot confusion for command line users, because `scons` is still can be invoked with `start`. See http://scons.tigris.org/issues/show_bug.cgi?id=1883#desc12
Diffstat (limited to 'src/setup.py')
-rw-r--r--src/setup.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/setup.py b/src/setup.py
index 1e04cb4d..4cf32c40 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -378,11 +378,6 @@ scripts = [
'script/scons.bat',
]
-#if is_win32:
-# scripts = scripts + [
-# 'script/scons-post-install.py'
-# ]
-
arguments = {
'name' : "scons",
'version' : Version,