فهرست منبع

* fix for continue parameter

Tomas Hajny 25 سال پیش
والد
کامیت
aad3a801bd
2فایلهای تغییر یافته به همراه12 افزوده شده و 6 حذف شده
  1. 6 3
      install/os2snap.bat
  2. 6 3
      install/os2snap.cmd

+ 6 - 3
install/os2snap.bat

@@ -371,8 +371,8 @@ del %FPCSNAPRTL%\ppas.cmd >& nul >> %FPCERRLOG%
 del %FPCSNAPRTL%\link.res >& nul >> %FPCERRLOG%
 :ContClRTL
 if %PARAMS% == rtl goto Branches
-if .%CONT% == .1 goto ContClComp
 :CleanCompiler
+if .%CONT% == .1 goto ContClComp
 if %@EVAL[0] == 0 goto JPCleanComp
 echo *Cleaning up the compiler (error messages are OK here) ... >> %FPCERRLOG%
 del %OS2OPTF% >> %FPCERRLOG%
@@ -415,8 +415,8 @@ del %FPCSNAPBIN%\link.res >& nul >> %FPCERRLOG%
 :ContClComp
 if %PARAMS% == compiler goto Branches
 if %PARAMS% == both goto Branches
-if .%CONT% == .1 goto ContClSnap
 :CleanSnapshot
+if .%CONT% == .1 goto ContClSnap
 if %@EVAL[0] == 0 goto JPCleanSnap
 echo *Deleting the old snapshot (error messages are OK here) ... >> %FPCERRLOG%
 del %FPCSNAPDOC%\*.txt >> %FPCERRLOG%
@@ -727,7 +727,10 @@ goto End
 
 
   $Log$
-  Revision 1.3  2000-10-08 18:44:36  hajny
+  Revision 1.4  2000-10-14 19:46:58  hajny
+    * fix for continue parameter
+
+  Revision 1.3  2000/10/08 18:44:36  hajny
     + DynLibs added
 
   Revision 1.2  2000/10/07 11:47:54  hajny

+ 6 - 3
install/os2snap.cmd

@@ -337,8 +337,8 @@ del %FPCSNAPRTL%\ppas.cmd >& nul >> %FPCERRLOG%
 del %FPCSNAPRTL%\link.res >& nul >> %FPCERRLOG%
 :ContClRTL
 if %PARAMS% == rtl goto Branches
-if .%CONT% == .1 goto ContClComp
 :CleanCompiler
+if .%CONT% == .1 goto ContClComp
 if %@EVAL[0] == 0 goto JPCleanComp
 echo *Cleaning up the compiler (error messages are OK here) ... >> %FPCERRLOG%
 del %OS2OPTF% >> %FPCERRLOG%
@@ -381,8 +381,8 @@ del %FPCSNAPBIN%\link.res >& nul >> %FPCERRLOG%
 :ContClComp
 if %PARAMS% == compiler goto Branches
 if %PARAMS% == both goto Branches
-if .%CONT% == .1 goto ContClSnap
 :CleanSnapshot
+if .%CONT% == .1 goto ContClSnap
 if %@EVAL[0] == 0 goto JPCleanSnap
 echo *Deleting the old snapshot (error messages are OK here) ... >> %FPCERRLOG%
 del %FPCSNAPDOC%\*.txt >> %FPCERRLOG%
@@ -689,7 +689,10 @@ goto End
 
 
   $Log$
-  Revision 1.3  2000-10-08 18:44:36  hajny
+  Revision 1.4  2000-10-14 19:46:58  hajny
+    * fix for continue parameter
+
+  Revision 1.3  2000/10/08 18:44:36  hajny
     + DynLibs added
 
   Revision 1.2  2000/10/07 11:47:54  hajny