Re: [Premake-users] Custom Build Commands starting
On GitHub now!
Brought to you by:
starkos,
ttk-bandit
|
From: Jason M. <ko...@gm...> - 2012-03-15 19:54:14
|
On 3/15/2012 3:48 AM, Konstantin Tokarev wrote: > Also, I don't like explicit quoting like "%(file.fullpath)" in rules. I think quotes should be added automatically, i.e. file.fullpath and so on should contain quoted paths. > If they contained quoted paths, what would happen if you need to modify the path? Like "%(file.pathname)/morepath/%(file.basename)" or something like that? |