Author:halw

Date:2011-06-16T22:17:24.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@928 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2011-06-17 16:27:58 +00:00
parent a0f301c115
commit 8f8fad0af7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
[[Property:title|Clean compile]]
[[Property:weight|8]]
[[Property:uuid|095a89c1-6043-3184-bedc-a42e10ee183d]]
Doing a '''clean compile''', sometimes called a '''compile from scratch''' is occasionally necessary as you develop systems. For example, if you change certain project settings or add, remove, or change a precompiled library, you will have to do a clean compile.
Doing a '''clean compile''', sometimes called a '''compile from scratch''', is occasionally necessary as you develop systems. For example, if you change certain project settings or add, remove, or change a precompiled library, you will have to do a clean compile.
The process first involves cleaning, that is, removing any of the previously generated intermediate compile information (the EIFGENs folder). Cleaning is followed by a fresh compile which regenerates the EIFGENs anew.

View File

@@ -20,6 +20,6 @@ In order to enable SCOOP processing in your project, you use the project setting
{{note|The '''Concurrency''' setting requires a [[Clean compile|clean compile]] to be done in order for a change of value to take effect. }}