Rev 287 |
Rev 307 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 303 2009-11-04 11:01:42
- Author: dpurdie
- Log message:
- DevTools/core_devl: Checkin by Svn Import
Major changes:
* New target: WCEPSION_500_VS2005
A build of the Psion CE 5.0 under VS2005
This target has been added to the WINCE target.
WCEPSION_500_VS2005 build cannot consume build artifacts from the
WCEPSION_500. The two are separate.
* Support for building WinCE targets under VS2005
Currently only the WCEPSION_500_VS2005 is fully supported
Support includes
* Building of executables and DLLs via jats directives
* Building of components via VS2005 'solution' files
Minor changes:
* Build file processing
Better detection of bad platform names under Windows
Note: All platform names should be in uppercase.
* MOS builds
If a 'product' name not known to JATS is used and a board base address
is specified then no warnings are generated indicating an unknown 'product'
* MOS builds
New 'known' product: PICP
Identical to the TP5 in all but name.
* GenerateFiles directive
Better handling of '\' when passing arguments to a command line
under windows.
--AutoGenerate option will warn if one of the 'generated' files is
a source file as this disables the operation of the AutoGeneration.
* Verbose builds now show command files
Currently only supported for WIN32 and WINCE builds.
The use of 'OPTIONS=args' will cause the linker command file to be dumped
to the output stream.
This facility will be retrofitted to other platform targets in the future.
* Windows Shell
The shell provided with JATS for use under Windows has been modified so
that the COMSPEC and PATH variables are correctly formatted with '\'
Addresses issues when invoking Windows tools and programs from within JATS.
* H8S toolset
Ensure the the EnvVar CYGWIN is not set.
If 'binmode' is set then the gcc compiler used by the H8S toolset cannot
handle macros that use line continuation.
Internal changes
* WinCe builds
Changed name of internal file 'toolset/vcwce' to better represent the
content of the file.
Many internal changes to better support VS2005 and EVC
Macros to encode and decode paths with embedded spaces.
Currently only used in WIN32 and WINCE toolsets.