-
It looks like there are no definitions for Objective-C++ .mm files right now. I was able to fix this by adding the following two lines:
Line 29 of xcode_common.lua add:
[".mm"] = "Sources",
Line 79 of xcode_common.lua add:
[".mm"] = "sourcecode.cpp.objc",
Without this, any mm files don't get added to the list of build files...
Best,
Andrew.
2009-12-06 01:53:41 UTC by nobody
-
http://lua-users.org/wiki/ExtensionProposal provides a number of functions that are very useful when attempting to run external binaries. The particular methods I am interested in are os.spawn and io.pipe.
The code for this extension has posix and win32 versions: http://luaforge.net/scm/?group_id=281
I'm not sure how easy all this code is to actually integrate into premake, but if this is...
2009-12-06 00:56:12 UTC by nobody
-
starkos made 3 file-release changes.
2009-12-05 18:56:02 UTC by starkos
-
starkos made 1 file-release changes.
2009-12-05 18:54:03 UTC by starkos
-
starkos made 4 file-release changes.
2009-12-05 18:53:02 UTC by starkos
-
starkos made 1 file-release changes.
2009-12-05 18:52:02 UTC by starkos
-
starkos made 3 file-release changes.
2009-12-05 18:51:01 UTC by starkos
-
starkos made 1 file-release changes.
2009-12-05 18:50:01 UTC by starkos
-
starkos committed revision 1001 to the Premake SVN repository, changing 1 files.
2009-12-05 18:14:11 UTC by starkos
-
starkos committed revision 1000 to the Premake SVN repository, changing 4 files.
2009-12-05 18:00:46 UTC by starkos