Rename VirtualTrees.dcr as a workaround for Delphi 2007 compiler error: "Remove VirtualTrees. Unit(s) VirtualTrees were found in required package VirtualTrees"

http://qc.codegear.com/wc/qcmain.aspx?d=44404
This commit is contained in:
Ansgar Becker
2007-08-13 22:36:59 +00:00
parent d51c366c77
commit cff1ec37fc
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
package VirtualTreesD10D;
{$R *.res}
{$R '..\..\Design\VirtualTrees.dcr'}
{$R '..\..\Design\VirtualTreesD.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}