mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 15:52:26 +01:00
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:
@@ -1,7 +1,7 @@
|
|||||||
[[Property:title|Clean compile]]
|
[[Property:title|Clean compile]]
|
||||||
[[Property:weight|8]]
|
[[Property:weight|8]]
|
||||||
[[Property:uuid|095a89c1-6043-3184-bedc-a42e10ee183d]]
|
[[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.
|
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.
|
||||||
|
|
||||||
|
|||||||
@@ -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. }}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user