Re-align PascalScript_Core_D24.dpk and PascalScript_Core_D24.dproj compiler directives (#138)

This commit is contained in:
Chee-Yang, Chau 2016-05-24 22:43:06 +08:00 committed by Carlo Kok
parent 4867683ff4
commit 40efb694c1
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@ package PascalScript_Core_D24;
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
@ -26,7 +26,6 @@ package PascalScript_Core_D24;
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'RemObjects Pascal Script - Core Package'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires

View File

@ -5,7 +5,7 @@
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>18.0</ProjectVersion>
<ProjectVersion>18.1</ProjectVersion>
<FrameworkType>VCL</FrameworkType>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<AppType>Package</AppType>