diff --git a/documentation/current/solutions/porting-instructions/porting-eiffel-application-unix-windows-or-vice-versa.wiki b/documentation/current/solutions/porting-instructions/porting-eiffel-application-unix-windows-or-vice-versa.wiki index efe26c90..48efa697 100644 --- a/documentation/current/solutions/porting-instructions/porting-eiffel-application-unix-windows-or-vice-versa.wiki +++ b/documentation/current/solutions/porting-instructions/porting-eiffel-application-unix-windows-or-vice-versa.wiki @@ -32,13 +32,13 @@ When compiling for many UNIX system, you should finalize without launching the C To compile on a given platform, you have to make sure that you have a complete EiffelStudio delivery for the target platform and that your PATH environment variable contains $ISE_EIFFEL/studio/spec/$ ISE_PLATFORM/bin. You then have to check that all C externals that you are using have been compiled for this platform. -You can then launch the `finish_freezing' script that will automatically recompile the C generated code and generate a new executable for the given platform. +You can then launch [[finish_freezing utility|finish_freezing]] that will automatically recompile the C generated code and generate a new executable for the given platform. ==Between UNIX and Windows== As shown above you will need to have a configuration file with conditions to port your Windows application to UNIX. You can then use the UNIX configuration file to re-finalize your project (without C compilation) and then you have ANSI compliant C code that may be compiled on a UNIX platform using the above instructions. -To compile your UNIX application on Windows simply follow the same instructions as above using a Windows configuration file instead. When the ANSI C code is generated, run finish_freezing.exe in the F_code directory on the target Windows platform and your system will be compiled. +To compile your UNIX application on Windows simply follow the same instructions as above using a Windows configuration file instead. When the ANSI C code is generated, run [[finish_freezing utility|finish_freezing]] in the F_code directory on the target Windows platform and your system will be compiled.