mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-25 06:50:17 +00:00
remove perl 5.10, migrate 5.12 to strawberry
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
@echo off
|
||||
set PERL_510=c:\mozilla-build\perl-5.10-x64
|
||||
set PERL_512=c:\mozilla-build\perl-5.12-x64
|
||||
set PERL_512=c:\mozilla-build\perl-5.12-x64\perl
|
||||
set PERL_514=c:\mozilla-build\perl-5.14-x64
|
||||
cd ..
|
||||
set DEV_64=%cd%\dep-x64
|
||||
@@ -25,9 +24,6 @@ nmake /nologo /f makefile.mak clean
|
||||
nmake /nologo /f makefile.mak
|
||||
cd perl
|
||||
set OOPATH=%PATH%
|
||||
set PATH=%OOPATH%;%PERL_510%\bin
|
||||
nmake /nologo /s /f makefile-510.mak clean
|
||||
nmake /nologo /s /f makefile-510.mak
|
||||
set PATH=%OOPATH%;%PERL_512%\bin
|
||||
nmake /nologo /s /f makefile-512.mak clean
|
||||
nmake /nologo /s /f makefile-512.mak
|
||||
|
||||
Reference in New Issue
Block a user