Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] deployment binaries

Write a script?

for bin in workspace/*/Release/*; do cp $bin /somethere; done

On Wed, May 5, 2010 at 2:17 AM, stephane ancelot <sancelot@xxxxxxx> wrote:
> Hi,
> I have all my binaries in Release dir of each projects. Is there an easy way
> to make a bin directory to copy them all from eclipse ?
> Best Regards
> S.Ancelot
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>


Back to the top