Build script

Jean-Luc Arnaud <jean-luc-E/[email protected]> Mon, 19 Feb 2018 12:09:48 +0100
Newsgroups gmane.comp.lang.realbasic.user
Organization Centre Direct du Multimédia
Message-ID <[email protected]>
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