Skip to content

Commit

Permalink
Configuração IMPLICITBUILD OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsbejatto committed Sep 10, 2024
1 parent f5e77fe commit 77b8ef5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DownloadThree.dpk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'Classes com funções para Download de arquivos'}
{$RUNONLY}
{$IMPLICITBUILD ON}
{$IMPLICITBUILD OFF}

requires
rtl,
Expand Down
13 changes: 13 additions & 0 deletions DownloadThree.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
<Cfg_2_Win32>true</Cfg_2_Win32>
<CfgParent>Cfg_2</CfgParent>
<Cfg_2>true</Cfg_2>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
Expand All @@ -59,6 +65,7 @@
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
<SanitizedProjectName>DownloadThree</SanitizedProjectName>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Android)'!=''">
<DCC_CBuilderOutput>None</DCC_CBuilderOutput>
Expand Down Expand Up @@ -99,6 +106,12 @@
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_DebugInformation>0</DCC_DebugInformation>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_MajorVer>0</VerInfo_MajorVer>
<VerInfo_Build>2</VerInfo_Build>
<VerInfo_Locale>1033</VerInfo_Locale>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="$(MainSource)">
<MainSource>MainSource</MainSource>
Expand Down
2 changes: 1 addition & 1 deletion boss.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "DownloadThree",
"description": "",
"version": "0.0.2",
"version": "0.0.3",
"homepage": "github.com/arbsis/DownloadThree",
"mainsrc": "./src",
"projects": [
Expand Down

0 comments on commit 77b8ef5

Please sign in to comment.