diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-11 05:49:33 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-11 05:49:33 +0200 |
commit | d099acbaf1525aae135fffcbddca1542c19167d7 (patch) | |
tree | 2dd19f40ea4b645b0766ebdaa195f46996a01f09 /build/build-x86.bat | |
parent | b9ffdc5febfb0835e419ca9c98315a89d8be4258 (diff) |
enable the python interface
Diffstat (limited to 'build/build-x86.bat')
-rw-r--r-- | build/build-x86.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build-x86.bat b/build/build-x86.bat index 6268b0b8..8e05f21a 100644 --- a/build/build-x86.bat +++ b/build/build-x86.bat @@ -15,9 +15,9 @@ nmake -f makefile.mak cd ..\perl nmake -f makefile.mak clean nmake -f makefile.mak -::cd ..\python -::nmake -f makefile.mak clean -::nmake -f makefile.mak +cd ..\python +nmake -f makefile.mak clean +nmake -f makefile.mak cd ..\tcl nmake -f makefile.mak clean nmake -f makefile.mak |