Question about the res and src folders during compilation

SGDK only sub forum

Moderator: Stef

Post Reply
djcouchycouch
Very interested
Posts: 710
Joined: Sat Feb 18, 2012 2:44 am

Question about the res and src folders during compilation

Post by djcouchycouch »

Hi,

Do the out/res and out/src folders ever contain anything during compilation or are they just a side effect of the makefile?

Thanks!
DJCC
Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Post by Stef »

I did not found any way to only create these directory when they are needed :-/
They are useful when you actually use a 'src' and 'res' folder for your sources and resources but if put all in the root folder then they are useless...
Now i am thinking about it, i believe there is a way to not create them every time :p
Post Reply