GLBasic forum

Feature request => IDE/Syntax => Topic started by: Gerfy on 2009-Aug-25

Title: Recompile ALL files
Post by: Gerfy on 2009-Aug-25
I would like to see an option you can enable in the settings that will Sync/Recompile ALL the files (media, graphics files etc).

At the moment it looks like when its compiled for the first time, it moves a copy of the graphic files into the APP folder.
If I then change the original bitmap in my work folder, the program will compile up but still use the old bitmap in the APP folder. (not copying across the new bitmap, with the same name)

So I have to remember to drop a copy of the new bitmap in my work folder and the APP. Hope that makes sense. ;)
Title: Re: Recompile ALL files
Post by: Schranz0r on 2009-Aug-25
Press 2 times the DEBUG-Button ;) and then compile  :whistle:
Title: Re: Recompile ALL files
Post by: Moru on 2009-Aug-25
All your mediafiles are supposed to live in the app directory, nowhere else :-) The debug trick only works for sourcecode.
Title: Re: Recompile ALL files
Post by: Kitty Hello on 2009-Aug-26
The icons get recompiled, when you delete the created images (it won't overwrite what you altered).
Try the red macro on the IDE. It's set up to a script that cleans these files initially.