This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate perl
[perl5.git] / NetWare / bat / SetCodeWar.bat
index c70ff02..19ca59c 100644 (file)
@@ -41,46 +41,3 @@ goto exit
  @echo Ex. setCodeWar d:\CodeWar
 
 :exit
-@echo off\r
-@rem AUTHOR: sgp & apc\r
-@rem CREATED: 24th July 2000\r
-@rem LAST REVISED: 6th April 2001\r
-@rem LAST REVISED: 22nd May 2002\r
-@rem AUTHOR: apc\r
-@rem Batch file to set the path to CodeWarrior directories\r
-@rem This file is called from SetNWBld.bat.\r
-\r
-if "%1" == "/now" goto now\r
-if "%1" == "" goto Usage\r
-if "%1" == "/?" goto usage\r
-if "%1" == "/h" goto usage\r
-\r
-set CODEWAR=%1\r
-ECHO CODEWAR=%1\r
-\r
-call buildtype r\r
-@echo Buildtype set to Release type\r
-\r
-set MWCIncludes=%1\include\r
-@echo MWCIncludes=%1\include\r
-set MWLibraries=%1\lib\r
-@echo MWLibraries=%1\lib\r
-set MWLibraryFiles=%1\lib\nwpre.obj;%1\lib\mwcrtld.lib\r
-@echo MWLibraryFiles=%1\lib\nwpre.obj;%1\lib\mwcrtld.lib\r
-\r
-set PATH=%PATH%;%1\bin;\r
-@echo PATH=%PATH%;%1\bin;\r
-\r
-goto exit\r
-\r
-:now\r
-@echo CODEWAR=%CODEWAR%\r
-goto exit\r
-\r
-:Usage\r
- @echo on\r
- @echo "Usage: setCodeWar <Path to CodeWarrior binaries>"\r
- @echo "Usage: setCodeWar /now" - To display current setting\r
- @echo Ex. setCodeWar d:\CodeWar\r
-\r
-:exit\r