Changes between Version 7 and Version 8 of premake


Ignore:
Timestamp:
Jan 11, 2013, 10:44:35 PM (11 years ago)
Author:
historic_bruno
Comment:

New xcode4 workspace

Legend:

Unmodified
Added
Removed
Modified
  • premake

    v7 v8  
    2828 * `vs2005` - Visual Studio 2005 (or Express)
    2929 * `gmake` - [http://www.gnu.org/software/make/ GNU Make]
    30  * `xcode3` - [https://developer.apple.com/xcode/ Apple Xcode 3]
     30 * `xcode3` - Apple Xcode 3
     31 * `xcode4` - [https://developer.apple.com/xcode/ Apple Xcode 4]
    3132 * `codeblocks` - [http://www.codeblocks.org/ Code::Blocks]
    3233'''Note:''' In most cases we've had to modify the default workspaces for bug fixes, so additional platforms might be supported by Premake in theory but broken in practice. Our main goal is to have an acceptable workspace on each of our main supported platforms: Windows w/ MSVC, Linux w/ make, and OS X w/ Xcode. Supporting additional platforms is less of a priority.