Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorMaarten Gribnau <mail@maartengribnau.com>2002-12-23 02:02:21 +0300
committerMaarten Gribnau <mail@maartengribnau.com>2002-12-23 02:02:21 +0300
commita609ff51e88a672e32314ca9d4232dbf21f466f6 (patch)
treefac603f60254c3bc7972b67da99d49a55506fb21 /intern
parent7d4f269ce180ed1a5fe91ecf09f915234bc2fd09 (diff)
Removed fixed path for Python excutable.
The README will explain how to set an option in MSVC to make it find python. Maarten
Diffstat (limited to 'intern')
-rwxr-xr-xintern/python/freeze/freeze.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/python/freeze/freeze.bat b/intern/python/freeze/freeze.bat
index ab744a2271b..f5b6f796f64 100755
--- a/intern/python/freeze/freeze.bat
+++ b/intern/python/freeze/freeze.bat
@@ -1 +1 @@
-C:\Python-2.2.2\PCBuild\python.exe -S -O freeze.py -d -x os -x pprint -I ../modules -o ../../../source/blender/bpython/frozen ../modules/VRMLmain.py \ No newline at end of file
+python.exe -S -O freeze.py -d -x os -x pprint -I ../modules -o ../../../source/blender/bpython/frozen ../modules/VRMLmain.py \ No newline at end of file