[Gambas-user] Compile
Rob
sourceforge-raindog2 at ...94...
Sat Oct 30 20:04:24 CEST 2004
On Saturday 30 October 2004 12:26, Jack wrote:
> > "Compile" just compiles the modified files.
> > "Compile all" recompiles every file, modified or not.
> But where is result ?
"Compilation" in Gambas means compiling each form and class into
object form, and it goes into the .gambas subdirectory of the
project directory. The Gambas interpreter (/usr/bin/gbx) then
looks for those object files when it's run in the project
directory.
You're probably looking for "make executable", which is under the
Project menu.
Rob
More information about the User
mailing list