Author:halw

Date:2011-02-22T17:28:40.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@774 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2011-02-22 17:33:21 +00:00
parent 8812645700
commit 5dd2698a69
2 changed files with 59 additions and 51 deletions

View File

@@ -188,57 +188,6 @@ Some options can have modifiers that can affect their results. The modifiers are
|} |}
===Usage of finish_freezing===
<code lang="text">
finish_freezing [-location <directory>] [-generate_only] [-nproc <n>] [-low]
[-x86] [-silent [-silent...]] [-library [-library...]] [-version] [-nologo]
</code>
OPTIONS:
:Options should be prefixed with: '-' or '/'
{| border="1"
|-
| '''OPTION'''
| '''ARGUMENTS'''
|-
|-
| -location
| Alternative location to compile C code in. (Optional)
<directory>: Location to compile C code in
|-
| -generate_only
| Informs tool to only generate a Makefile. (Optional)
|-
| -nproc
| Maximum number of processors to use (Optional)
<n>: Number of processors
|-
| -low
| Executes finish freezing in low-execution priority mode. (Optional)
|-
| -x86
| Generate 32bit lib DLLs for .NET projects. (Optional)
|-
| -silent
| Suppresses confirmation dialog (Optional)
|-
| -library
| Compiles the C code of an Eiffel library (Optional)
|-
| -?
| Display usage information. (Optional)
|-
| -version
| Displays version information. (Optional)
|-
| -nologo
| Supresses copyright information. (Optional)
|}
{{seealso|<br/> {{seealso|<br/>
[[Batch compilation|Batch compilation]] }} [[Batch compilation|Batch compilation]] }}

View File

@@ -0,0 +1,59 @@
[[Property:title|finish_freezing utility]]
[[Property:weight|4]]
[[Property:uuid|3dcce3a8-8d1e-2ce0-5a10-2c766a9ea1ac]]
=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.
=Usage of finish_freezing=
<code lang="text">
finish_freezing [-location <directory>] [-generate_only] [-nproc <n>] [-low]
[-x86] [-silent [-silent...]] [-library [-library...]] [-version] [-nologo]
</code>
OPTIONS:
:Options should be prefixed with: '-' or '/'
{| border="1"
|-
| '''OPTION'''
| '''ARGUMENTS'''
|-
|-
| -location
| Alternative location to compile C code in.
<directory>: Location to compile C code in
|-
| -generate_only
| Informs tool to only generate a Makefile.
|-
| -nproc
| Maximum number of processors to use
<n>: Number of processors
|-
| -low
| Executes finish freezing in low-execution priority mode.
|-
| -x86
| Generate 32bit lib DLLs for .NET projects.
|-
| -silent
| Suppresses confirmation dialog
|-
| -library
| Compiles the C code of an Eiffel library
|-
| -?
| Display usage information.
|-
| -version
| Displays version information.
|-
| -nologo
| Supresses copyright information.
|}