Compiling by hand
Posted
#1
(In Topic #468)
Guru

I'm trying to compile a project outside of the IDE via terminal.
I'm using the following command style (paths/names made up for clarity)…
Code
gbc3 -xa $ProjectFolderPath
gba3 ProjFolder -v -o $ProjectFolderPath/$FolderName.gambasBut it's not working right?
Anyone know of the recomended way to compile a project by hand?
Cheers
Posted
Guru

Posted
Guru

Posted
Guru

I had to use 'gbc3 -apm' to make all modules and controls public.
I guess the command line compile doesn't take into account some project settings and needs to be supplied manually.
Seems to be working now
1 guest and 0 members have just viewed this.



