Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

*.dcu
*.~1~
*.~2~
*.local
*.dsk
*.identcache
42 changes: 21 additions & 21 deletions Bold.dpk
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
package Bold;

{.$R *.res}
{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{ ALIGN 8}
{ ASSERTIONS ON}
{ BOOLEVAL OFF}
{ DEBUGINFO ON}
{ EXTENDEDSYNTAX ON}
{ IMPORTEDDATA ON}
{ IOCHECKS ON}
{ LOCALSYMBOLS ON}
{ LONGSTRINGS ON}
{ OPENSTRINGS ON}
{ OPTIMIZATION OFF}
{ OVERFLOWCHECKS ON}
{ RANGECHECKS ON}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS ON}
{$REFERENCEINFO ON}
{ SAFEDIVIDE OFF}
{ STACKFRAMES ON}
{ TYPEDADDRESS OFF}
{ VARSTRINGCHECKS ON}
{ WRITEABLECONST ON}
{ MINENUMSIZE 1}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE BOLD_DELPHI}
{$DEFINE DEBUG}
Expand Down Expand Up @@ -145,7 +145,7 @@ contains
BoldLogReceiverInterface in 'Source\Common\Logging\BoldLogReceiverInterface.pas',
BoldSmallLogFrame in 'Source\Common\Logging\BoldSmallLogFrame.pas',
BoldThreadSafeLog in 'Source\Common\Logging\BoldThreadSafeLog.pas',
MSXML_TLB in 'Source\Common\MsXml\MSXML_TLB.pas',
Bold_MSXML_TLB in 'Source\Common\MsXml\Bold_MSXML_TLB.pas',
BoldAbstractDequeuer in 'Source\Common\Queue\BoldAbstractDequeuer.pas',
BoldEventQueue in 'Source\Common\Queue\BoldEventQueue.pas',
BoldQueue in 'Source\Common\Queue\BoldQueue.pas',
Expand Down
8 changes: 5 additions & 3 deletions Bold.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@
<VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<DCC_UsePackage>vcl;vclx;vcldb;$(DCC_UsePackage)</DCC_UsePackage>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win64)'!=''">
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
<BT_BuildType>Debug</BT_BuildType>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<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>
<DCC_UsePackage>vcl;vclx;vcldb;$(DCC_UsePackage)</DCC_UsePackage>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
Expand Down Expand Up @@ -215,7 +217,7 @@
<DCCReference Include="Source\Common\Logging\BoldLogReceiverInterface.pas"/>
<DCCReference Include="Source\Common\Logging\BoldSmallLogFrame.pas"/>
<DCCReference Include="Source\Common\Logging\BoldThreadSafeLog.pas"/>
<DCCReference Include="Source\Common\MsXml\MSXML_TLB.pas"/>
<DCCReference Include="Source\Common\MsXml\Bold_MSXML_TLB.pas"/>
<DCCReference Include="Source\Common\Queue\BoldAbstractDequeuer.pas"/>
<DCCReference Include="Source\Common\Queue\BoldEventQueue.pas"/>
<DCCReference Include="Source\Common\Queue\BoldQueue.pas"/>
Expand Down Expand Up @@ -435,8 +437,8 @@
<Source Name="MainSource">Bold.dpk</Source>
</Source>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="D:\projetos\Softcenter\CodeCommit\DEV\Softbr\SFT_Componentes\Delphi Sydney\QuickReport_6\XE10\QRWDesignDXE10.bpl">QuickReport 6 Components</Excluded_Packages>
<Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\21.0\Bpl\SoftcenterCompleto_Sydney.bpl">Componentes Softcenter Sydney - Completo</Excluded_Packages>
</Excluded_Packages>
</Delphi.Personality>
<Platforms>
Expand Down
Binary file modified Bold.res
Binary file not shown.
Loading