[ref_impl_eiffel] [862] AWB-146: Migrate to building with EiffelStudio 6
Revision: 862
Author: peter.gummer
Date: 2009-04-28 02:41:59 +0100 (Tue, 28 Apr 2009)
Log Message:
-----------
AWB-146: Migrate to building with EiffelStudio 6.4.78382. This release
seems to be validating the libraries specified in the .ecf files at the
start of compilation, so it detected that encoding.ecf could not be
found by i18n.ecf, even though we weren't actually using it. To fix
this, I copied i18n.ecf up one directory to the root of our
"libraries/externals" folder, and modified the copy so that it could
find encoding.ecf. We are now getting the encoding library as an
external too. Hopefully EiffelStudio will incorporate these two
libraries into their standard delivery. Because this gets the i18n
library working again, I have reverted last revision's hard-coding of
"en" in SHARED_RESOURCES.locale_language_short. This means that it
compiles again on Windows, but as before it still won't compile on
other platforms without some manual hacking.
Modified Paths:
--------------
BRANCHES/specialisation/apps/adl_workbench/app/adl_workbench.ecf
BRANCHES/specialisation/libraries/common_libs/src/utility/config_file/shared_resources.e
Added Paths:
-----------
BRANCHES/specialisation/libraries/externals/i18n.ecf
Property Changed:
----------------
BRANCHES/specialisation/libraries/externals/