Skip to content

Commit 0c9eaae

Browse files
committed
Added description
1 parent 91c3683 commit 0c9eaae

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

DelphiDocker.dpk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ package DelphiDocker;
2525
{$IMAGEBASE $400000}
2626
{$DEFINE DEBUG}
2727
{$ENDIF IMPLICITBUILDING}
28+
{$DESCRIPTION 'Delphi Docker'}
2829
{$DESIGNONLY}
2930
{$IMPLICITBUILD ON}
3031

DelphiDocker.dproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
9797
<VerInfo_Locale>1033</VerInfo_Locale>
9898
<Debugger_HostApplication>$(BDS)\bin\bds.exe</Debugger_HostApplication>
99+
<DCC_Description>Delphi Docker</DCC_Description>
99100
</PropertyGroup>
100101
<PropertyGroup Condition="'$(Cfg_2)'!=''">
101102
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
@@ -151,8 +152,10 @@
151152
<Source Name="MainSource">DelphiDocker.dpk</Source>
152153
</Source>
153154
<Excluded_Packages>
154-
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
155-
<Excluded_Packages Name="$(BDSBIN)\dclofficexp250.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
155+
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k260.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
156+
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp260.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
157+
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
158+
<Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
156159
</Excluded_Packages>
157160
</Delphi.Personality>
158161
<Deployment Version="3">

0 commit comments

Comments
 (0)