Quote from: Rocco on Tue 20/04/2004 22:20:19
What does the compiling routine?
Take only used stuff, or all included in the agsfile for the *.exe?
What does the compiling routine do? Does it take only used stuff, or everything from the AGS file, for the .EXE file?
Answer: both. Everything that is used is in the AGS saved file, and everything in the AGS file is presumed to be in use. And it is all compiled into a single,executable file. Simple as that. :)