Page 1 of 1

Question about the res and src folders during compilation

Posted: Mon Aug 05, 2013 3:03 pm
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

Posted: Mon Aug 05, 2013 5:08 pm
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