Skip to content

Commit

Permalink
Added description
Browse files Browse the repository at this point in the history
  • Loading branch information
snakeice committed Apr 9, 2019
1 parent 91c3683 commit 0c9eaae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions DelphiDocker.dpk
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ package DelphiDocker;
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'Delphi Docker'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}

Expand Down
7 changes: 5 additions & 2 deletions DelphiDocker.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Locale>1033</VerInfo_Locale>
<Debugger_HostApplication>$(BDS)\bin\bds.exe</Debugger_HostApplication>
<DCC_Description>Delphi Docker</DCC_Description>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
Expand Down Expand Up @@ -151,8 +152,10 @@
<Source Name="MainSource">DelphiDocker.dpk</Source>
</Source>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclofficexp250.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k260.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp260.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
</Excluded_Packages>
</Delphi.Personality>
<Deployment Version="3">
Expand Down

0 comments on commit 0c9eaae

Please sign in to comment.