From 986c8ea12129bd67250978844fdc487f7775b54f Mon Sep 17 00:00:00 2001 From: halw Date: Tue, 22 Feb 2011 18:26:34 +0000 Subject: [PATCH] Added link to "Porting a system..." page. Author:halw Date:2011-02-22T18:26:34.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@777 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../compiler/command-line/finish-freezing-utility.wiki | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/finish-freezing-utility.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/finish-freezing-utility.wiki index 229ff0e6..5181f575 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/finish-freezing-utility.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/finish-freezing-utility.wiki @@ -1,7 +1,6 @@ [[Property:title|finish_freezing utility]] [[Property:weight|4]] [[Property:uuid|bfc362f4-9187-ea47-baf6-46880ed43fdd]] - {{ReviewRequested}} @@ -9,7 +8,7 @@ =Introduction= -The command line utility finish_freezing is used to compile external code generated by the Eiffel compiler. Most of the time finish_freezing gets executed behind the scenes as you freeze and finalize Eiffel systems, so you don't really need to be aware of it. However, finish_freezing can be run standalone, and is useful, for example, when porting systems to other platforms. +The command line utility finish_freezing is used to compile external code generated by the Eiffel compiler. Most of the time finish_freezing gets executed behind the scenes as you freeze and finalize Eiffel systems, so you don't really need to be aware of it. However, finish_freezing can be run standalone, and is useful, for example, when [[Porting an Eiffel application from UNIX to Windows or vice-versa|porting systems to other platforms]]. =Usage of finish_freezing=