Discussion:
Build script
Jean-Luc Arnaud
2018-02-19 11:09:48 UTC
Permalink
Hi all,

I would like (because I need) to use Build scripts (AKA IDE scripts,
unless I'm wrong).

First, where could I find some information about that?

Second, my need is to include a slave app in the main folder of my
compiled app, depending on 32 or 64bit version (Windows).

I'm using 2 "Copy files" scripts for that (one for 32bit, the other for
64bit), but I would like to script something like:

        If 32bit Then

            CopyFile32

        Else

            CopyFile64

        End If

Given that, of course, CopyFile32 and CopyFile64 are the "Copy files"
scripts.

Many thanks for your help.
--
Jean-Luc Arnaud
Continue reading on narkive:
Loading...