diff --git a/startup/borland.bat b/startup/borland.bat index e9616e911..452b02838 100755 --- a/startup/borland.bat +++ b/startup/borland.bat @@ -28,7 +28,7 @@ REM some tools may need a tmp directory set PATH=%PATH%;c:\cygwin\bin REM --------------- perl (use cygwin perl) ------------ -set PERLLIB=/C//cygwin/lib/perl5/5.6.1 +REM set PERLLIB=/C//cygwin/lib/perl5/5.6.1 REM ------------ Borland c++ compiler ----------------- REM cygwin tools first so borland make not used diff --git a/startup/win32.bat b/startup/win32.bat index 508df3352..584b51f28 100755 --- a/startup/win32.bat +++ b/startup/win32.bat @@ -28,7 +28,7 @@ REM some tools may need a tmp directory set PATH=%PATH%;c:\cygwin\bin REM --------------- perl (use cygwin perl) ------------ -set PERLLIB=/C//cygwin/lib/perl5/5.6.1 +REM set PERLLIB=/C//cygwin/lib/perl5/5.6.1 REM --------------- Visual c++ ------------------------ REM ----- Visual c++ 6.0 -----