File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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>
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">
You can’t perform that action at this time.
0 commit comments