Skip to content

Commit f4ab210

Browse files
committed
Release 1.0
1 parent 2f2a235 commit f4ab210

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

WIAPascal_dpkg.dpk

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,23 @@ package WIAPascal_dpkg;
99
{$EXTENDEDSYNTAX ON}
1010
{$IMPORTEDDATA ON}
1111
{$IOCHECKS ON}
12-
{$LOCALSYMBOLS OFF}
12+
{$LOCALSYMBOLS ON}
1313
{$LONGSTRINGS ON}
1414
{$OPENSTRINGS ON}
15-
{$OPTIMIZATION ON}
16-
{$OVERFLOWCHECKS OFF}
17-
{$RANGECHECKS OFF}
18-
{$REFERENCEINFO OFF}
15+
{$OPTIMIZATION OFF}
16+
{$OVERFLOWCHECKS ON}
17+
{$RANGECHECKS ON}
18+
{$REFERENCEINFO ON}
1919
{$SAFEDIVIDE OFF}
20-
{$STACKFRAMES OFF}
20+
{$STACKFRAMES ON}
2121
{$TYPEDADDRESS OFF}
2222
{$VARSTRINGCHECKS ON}
2323
{$WRITEABLECONST OFF}
2424
{$MINENUMSIZE 1}
2525
{$IMAGEBASE $400000}
26-
{$DEFINE RELEASE}
26+
{$DEFINE DEBUG}
2727
{$ENDIF IMPLICITBUILDING}
28+
{$DESCRIPTION 'WIA features for Free Pascal and Delphi'}
2829
{$RUNONLY}
2930
{$IMPLICITBUILD ON}
3031

WIAPascal_dpkg.dproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ProjectVersion>20.1</ProjectVersion>
66
<FrameworkType>VCL</FrameworkType>
77
<Base>True</Base>
8-
<Config Condition="'$(Config)'==''">Debug</Config>
8+
<Config Condition="'$(Config)'==''">Release</Config>
99
<Platform Condition="'$(Platform)'==''">Win64</Platform>
1010
<TargetedPlatforms>3</TargetedPlatforms>
1111
<AppType>Package</AppType>
@@ -87,8 +87,10 @@
8787
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
8888
<SanitizedProjectName>WIAPascal_dpkg</SanitizedProjectName>
8989
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
90-
<VerInfo_Locale>1040</VerInfo_Locale>
91-
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
90+
<VerInfo_Locale>1033</VerInfo_Locale>
91+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=Massimo Magnano;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
92+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
93+
<DCC_Description>WIA features for Free Pascal and Delphi</DCC_Description>
9294
</PropertyGroup>
9395
<PropertyGroup Condition="'$(Base_Android)'!=''">
9496
<DCC_CBuilderOutput>None</DCC_CBuilderOutput>
@@ -135,7 +137,6 @@
135137
<VerInfo_Locale>1033</VerInfo_Locale>
136138
</PropertyGroup>
137139
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
138-
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
139140
<VerInfo_Locale>1033</VerInfo_Locale>
140141
<DCC_CBuilderOutput>None</DCC_CBuilderOutput>
141142
</PropertyGroup>
@@ -201,9 +202,8 @@
201202
<Source Name="MainSource">WIAPascal_dpkg.dpk</Source>
202203
</Source>
203204
<Excluded_Packages>
204-
<Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\delphitwain_dpkg.bpl">(untitled)</Excluded_Packages>
205-
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k280.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
206-
<Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
205+
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k290.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
206+
<Excluded_Packages Name="$(BDSBIN)\dclofficexp290.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
207207
</Excluded_Packages>
208208
</Delphi.Personality>
209209
<Deployment Version="4">

wiapascal_pkg.lpk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
</SearchPaths>
1313
<CodeGeneration>
1414
<Optimizations>
15-
<OptimizationLevel Value="0"/>
15+
<OptimizationLevel Value="2"/>
1616
</Optimizations>
1717
</CodeGeneration>
1818
</CompilerOptions>
1919
<Description Value="WIA features for Free Pascal and Delphi"/>
20-
<Version Release="2"/>
20+
<Version Major="1"/>
2121
<Files>
2222
<Item>
2323
<Filename Value="WIA_LH.pas"/>

0 commit comments

Comments
 (0)