Commit Graph

7 Commits

Author SHA1 Message Date
Ansgar Becker
7d401ffde8 Upgrade to Delphi 2010:
* Removes TNT Unicode controls, which are no longer required. All VCL controls now have native Unicode support.
* Remove Delphi 11 packages, otherwise we would either need to keep TNT or break Unicode
* PngComponents update from Uwe Raabe on http://cc.embarcadero.com/Item/26127
* Adjust auto build process
* Since Delphi 2009, Strings are now UnicodeStrings, not AnsiStrings any longer. Fix a bunch of compiler errors which came along with this change.
TODO: Project should compile but give tons of compiler warnings.
2010-01-05 23:14:33 +00:00
rosenfield
0809babe25 Recompile. 2008-04-28 11:34:20 +00:00
rosenfield
625a0bccc9 Create environment variable overrides if the registry key does not exist. 2008-04-28 11:34:03 +00:00
rosenfield
51348a7061 Add todo item. 2008-04-28 11:18:54 +00:00
rosenfield
201598de81 Make the IDE installer script stop dropping binaries in My Documents. The build/clean/etc script uses the "build" folder for output, so tell Delphi to look there for BPL files via a PATH override instead. 2008-03-29 15:45:22 +00:00
rosenfield
4f5108ff1c * Add IdeBplInstall executable to be used from a batch file.
* Add a batch file which installs design-time components.
* Bugfix build_super; going to the end of a batch file to exit it when inside a batch procedure does not work.
* Rename batch scripts so they appear in the directory in the order they are to be used in (1. compile, 2. install ide components, 3. generate installer relevant stuff).
2007-10-22 15:34:17 +00:00
rosenfield
058cd04d97 Add tool to install design-time packages into the Delphi or BDS IDE.
This tool only modifies 'Known Packages', 'Package Cache' and 'ToolForm/Mapping' are left untouched (since it would be a bitch to muck with those).
Seems to work fine in BDS 2006, everything is listed correctly in the tool palette etc.
2007-10-22 15:32:08 +00:00