-
Move to bugs, changed name to better reflect the issue. Fixed for 4.2 final release. Thanks for reporting it!
2010-01-06 18:47:10 UTC in Premake
-
It would be handy if the version of Premake were available to the running script. It would then be possible to abort the script if the version was too old (or too new) to support the features used in the script.
2010-01-04 18:40:53 UTC in Premake
-
starkos made 1 file-release changes.
2009-12-31 23:19:03 UTC in Premake
-
starkos made 3 file-release changes.
2009-12-31 23:18:01 UTC in Premake
-
starkos made 3 file-release changes.
2009-12-31 23:17:04 UTC in Premake
-
starkos made 5 file-release changes.
2009-12-31 23:16:02 UTC in Premake
-
starkos made 3 file-release changes.
2009-12-31 23:15:02 UTC in Premake
-
starkos committed revision 1027 to the Premake SVN repository, changing 1 files.
2009-12-31 23:06:34 UTC in Premake
-
starkos committed revision 1026 to the Premake SVN repository, changing 1 files.
2009-12-31 23:06:19 UTC in Premake
-
Re: backslash escaping - Lua also uses C-style backslash escaping, so if you want a backslash in a string you need to double it up, i.e. "Source\\ File" not "Source\ File". I showed an example of this in the docs: http://industriousone.com/prebuildcommands.
I can't do anything with this in Premake because the string is escaped by Lua before I ever get it.
2009-12-31 23:04:13 UTC in Premake