diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-09 19:36:17 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-09 19:36:17 +0200 |
commit | 0b43ae7cb6872b9ccab6b7157a2333b5ac83dc01 (patch) | |
tree | a935a18fc23ff3181a1e2c07544e7a0c8cbe952f /build/build-x86.bat | |
parent | 53f344c07fe73698c6460a9beeeeba22335740af (diff) |
remove ancient perl 5.8 from distro
Diffstat (limited to 'build/build-x86.bat')
-rw-r--r-- | build/build-x86.bat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/build-x86.bat b/build/build-x86.bat index 3dbd169e..be345934 100644 --- a/build/build-x86.bat +++ b/build/build-x86.bat @@ -15,9 +15,6 @@ nmake /nologo /f makefile.mak clean nmake /nologo /f makefile.mak cd perl set OOPATH=%PATH% -set PATH=%OOPATH%;c:\mozilla-build\perl-5.8-x86\bin -nmake /nologo /s /f makefile-58.mak clean -nmake /nologo /s /f makefile-58.mak set PATH=%OOPATH%;c:\mozilla-build\perl-5.10-x86\bin nmake /nologo /s /f makefile-510.mak clean nmake /nologo /s /f makefile-510.mak |