Revert *.res inclusion from previous commit, to fix compile error "E1026 File not found: 'VirtualTreesR.res'"

This commit is contained in:
Ansgar Becker
2013-01-19 16:22:30 +00:00
parent 5fe5454997
commit f5c2f45f11
2 changed files with 0 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
package VirtualTreesD;
{$R *.res}
{$R '..\..\Resources\VirtualTreesD.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}

View File

@@ -1,6 +1,5 @@
package VirtualTreesR;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}