[Gambas-user] Gambas libraries

Benoît Minisini g4mba5 at gmail.com
Wed Dec 4 00:10:11 CET 2019


Le 04/12/2019 à 00:00, Jussi Lahtinen a écrit :
> Hi!
> When project is run in IDE, is it possible to automatically recompile 
> all its Gambas made libraries, before IDE starts to run the project?

The IDE does not know where are the sources of the library your project 
depends on. It sees only the *.gambas executable located in a standard 
path in your home directory.

So it cannot recompile it automatically.

> Or maybe simply support for before run scripts? That way also C 
> libraries could be compiled before running the project in IDE.
> 

This is something else. I was thinking of providing many hooks in the 
IDE for custom scripts, some sort of extensions as external Gambas 
project, but never had the time to do it. Maybe something to do for 3.15?

-- 
Benoît Minisini


More information about the User mailing list