Skip to content

Commit

Permalink
Adjusted requires
Browse files Browse the repository at this point in the history
  • Loading branch information
snakeice committed Apr 18, 2019
1 parent 688eafd commit 47c03bf
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 31 deletions.
4 changes: 3 additions & 1 deletion DelphiDocker.dpk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ package DelphiDocker;

requires
rtl,
designide;
designide,
DOSCommandDD{BOSS},
DOSCommandDR{BOSS};

contains
OpenToolApi.Register in 'Src\OpenToolApi\OpenToolApi.Register.pas',
Expand Down
60 changes: 31 additions & 29 deletions DelphiDocker.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<VerInfo_Locale>1046</VerInfo_Locale>
<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_BplOutput>.\$(Platform)\$(Config)</DCC_BplOutput>
<DCC_UnitSearchPath>$(DCC_UnitSearchPath);$(DCC_UnitSearchPath);$(DCC_UnitSearchPath);modules\DOSCommand\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_UnitSearchPath>$(DCC_UnitSearchPath);modules\DOSCommand\Source</DCC_UnitSearchPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Linux64)'!=''">
<DCC_UsePackage>rtl;$(DCC_UsePackage)</DCC_UsePackage>
Expand Down Expand Up @@ -112,16 +112,18 @@
<DelphiCompile Include="$(MainSource)">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="rtl.dcp"/>
<DCCReference Include="designide.dcp"/>
<DCCReference Include="Src\OpenToolApi\OpenToolApi.Register.pas"/>
<DCCReference Include="Src\Command\Command.Runner.pas"/>
<DCCReference Include="Src\OpenToolApi\OpenToolApi.CommandMessage.pas"/>
<DCCReference Include="Src\OpenToolApi\OpenToolApi.LocalMenuItem.pas"/>
<DCCReference Include="Src\OpenToolApi\OpenToolApi.Tools.pas"/>
<DCCReference Include="Src\Docker\Docker.RunWithDocker.pas"/>
<DCCReference Include="Src\Constants\Constants.Version.pas"/>
<DCCReference Include="Src\OpenToolApi\OpenToolApi.MenuItem.pas"/>
<DCCReference Include="rtl.dcp"></DCCReference>
<DCCReference Include="designide.dcp"></DCCReference>
<DCCReference Include="DOSCommandDD.dcp"></DCCReference>
<DCCReference Include="DOSCommandDR.dcp"></DCCReference>
<DCCReference Include="Src\OpenToolApi\OpenToolApi.Register.pas"></DCCReference>
<DCCReference Include="Src\Command\Command.Runner.pas"></DCCReference>
<DCCReference Include="Src\OpenToolApi\OpenToolApi.CommandMessage.pas"></DCCReference>
<DCCReference Include="Src\OpenToolApi\OpenToolApi.LocalMenuItem.pas"></DCCReference>
<DCCReference Include="Src\OpenToolApi\OpenToolApi.Tools.pas"></DCCReference>
<DCCReference Include="Src\Docker\Docker.RunWithDocker.pas"></DCCReference>
<DCCReference Include="Src\Constants\Constants.Version.pas"></DCCReference>
<DCCReference Include="Src\OpenToolApi\OpenToolApi.MenuItem.pas"></DCCReference>
<BuildConfiguration Include="Release">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
Expand Down Expand Up @@ -482,9 +484,9 @@
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="ProjectiOSDeviceResourceRules"/>
<DeployClass Name="ProjectiOSEntitlements"/>
<DeployClass Name="ProjectiOSInfoPList"/>
<DeployClass Name="ProjectiOSDeviceResourceRules"></DeployClass>
<DeployClass Name="ProjectiOSEntitlements"></DeployClass>
<DeployClass Name="ProjectiOSInfoPList"></DeployClass>
<DeployClass Name="ProjectiOSResource">
<Platform Name="iOSDevice32">
<Operation>1</Operation>
Expand All @@ -496,9 +498,9 @@
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="ProjectOSXDebug"/>
<DeployClass Name="ProjectOSXEntitlements"/>
<DeployClass Name="ProjectOSXInfoPList"/>
<DeployClass Name="ProjectOSXDebug"></DeployClass>
<DeployClass Name="ProjectOSXEntitlements"></DeployClass>
<DeployClass Name="ProjectOSXInfoPList"></DeployClass>
<DeployClass Name="ProjectOSXResource">
<Platform Name="OSX32">
<RemoteDir>Contents\Resources</RemoteDir>
Expand Down Expand Up @@ -564,15 +566,15 @@
<Operation>1</Operation>
</Platform>
</DeployClass>
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"></ProjectRoot>
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"></ProjectRoot>
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"></ProjectRoot>
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"></ProjectRoot>
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"></ProjectRoot>
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"></ProjectRoot>
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"></ProjectRoot>
<ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"></ProjectRoot>
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"></ProjectRoot>
</Deployment>
<Platforms>
<Platform value="Linux64">False</Platform>
Expand All @@ -582,7 +584,7 @@
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
<Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"></Import>
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"></Import>
<Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"></Import>
</Project>
2 changes: 1 addition & 1 deletion boss.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"dependencies": {
"github.com/HashLoad/DOSCommand": "^v1.0.0"
}
}
}

0 comments on commit 47c03bf

Please sign in to comment.