DP News-Robot |
4. Mär 2018 21:10 |
AutoSuffix
I guess everyone who had to maintain one package for several different versions of Delphi had wished this was possible to do with a single package source. The alternative is to have .dpr and .dproj files, each with a different name or suffix, for each version you want to cover. Some, including me, devised a "clever" include file that set to {$LIBSUFFIX} different for each version. So did I, but every single change to the package would remove the {$INCLUD
Weiterlesen...
|