Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Olf.RTL.DPROJReader / prendre en charge les Condition au niveau des DeployFile #91

Open
DeveloppeurPascal opened this issue May 12, 2024 · 0 comments
Assignees

Comments

@DeveloppeurPascal
Copy link
Owner

exemple avec l'installation de Skia :

            <DeployFile Condition="'$(SKIADIR)'==''" Required="true" LocalName="$(BDS)\bin64\sk4d.dll" Configuration="Release" Class="Skia">
                <Platform Name="Win64">
                    <RemoteDir>.\</RemoteDir>
                    <Operation>0</Operation>
                    <RemoteName>sk4d.dll</RemoteName>
                    <Overwrite>true</Overwrite>
                </Platform>
            </DeployFile>
            <DeployFile Condition="'$(SKIADIR)'!=''" Required="true" LocalName="$(SKIADIR)\Binary\Shared\Win32\sk4d.dll" Configuration="Release" Class="Skia">
                <Platform Name="Win32">
                    <RemoteDir>.\</RemoteDir>
                    <Operation>0</Operation>
                    <RemoteName>sk4d.dll</RemoteName>
                    <Overwrite>true</Overwrite>
                </Platform>
            </DeployFile>
@DeveloppeurPascal DeveloppeurPascal self-assigned this May 12, 2024
@DeveloppeurPascal DeveloppeurPascal changed the title prendre en charge les Condition au niveau des DeployFile prendre en charge les Condition au niveau des DeployFile dans Olf.RTL.DEPROJReader.pas May 12, 2024
@DeveloppeurPascal DeveloppeurPascal transferred this issue from DeveloppeurPascal/DProj2WinSetup May 12, 2024
@DeveloppeurPascal DeveloppeurPascal changed the title prendre en charge les Condition au niveau des DeployFile dans Olf.RTL.DEPROJReader.pas Olf.RTL.DPROJReader / prendre en charge les Condition au niveau des DeployFile Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant