rosenfield.albert
9191bc5496
Get rid of warnings that fire unexpectedly..
2008-08-14 21:09:16 +00:00
rosenfield.albert
e27b9e0fab
Remove EDBImage.
2008-08-14 20:38:18 +00:00
Ansgar Becker
d7b023220c
Switch order of TNT + VT packages to fix autobuild process. VT needs TNT to be built earlier.
2008-08-10 23:17:45 +00:00
rosenfield
ad68b92264
* Uniformity: also use 'libsuffix' for png components.
...
* Include png components when installing design-time controls in the IDE.
2008-04-28 11:09:22 +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
Ansgar Becker
cc8ac02c33
Fix design package installer for cases in which the base directory has some spaces.
2007-11-27 20:03:41 +00:00
Ansgar Becker
2709aa7d67
Include TNT package in design-package-installer.
2007-11-27 20:02:28 +00:00
Ansgar Becker
b480df720a
Remove no longer used package "SMDBGrid"
2007-11-27 19:43:07 +00:00
rosenfield
1bea12d4bf
Cosmetic: silence standard output from copy command - errors should still slip through.
2007-10-23 12:58:23 +00:00
rosenfield
df1efb7ef5
Workaround a Delphi bug: BDS 2006 does not load dependencies for a package anymore. Regression introduced at the same time as "demand loading" feature was added. Dependencies will now only be loaded if LoadLibrary happens to be able to find needed BPLs in system path.
...
(If the My Documents folder starts breaking or disappearing from system path, we'll have to dump the files in system32 instead.)
2007-10-22 18:00:11 +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