Changes between Version 19 and Version 20 of premake


Ignore:
Timestamp:
Jan 18, 2015, 3:39:16 PM (9 years ago)
Author:
fabio
Comment:

update supported compilers

Legend:

Unmodified
Added
Removed
Modified
  • premake

    v19 v20  
    2424
    2525Our Premake build supports the following workspaces, but not on every platform (e.g. `xcode3` probably won't work on Windows or Linux).
    26  * `vs2012` - Visual Studio 2012 (or Express)
    27  * `vs2010` - [http://www.microsoft.com/visualstudio/en-us/products/2010-editions Visual Studio 2010] (or [http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express Express])
    28  * `vs2008` - Visual Studio 2008 (or Express)
     26 * `vs2013` - Visual C++ 2013
    2927 * `gmake` - [http://www.gnu.org/software/make/ GNU Make]
    3028 * `xcode3` - Apple Xcode 3
     
    4442 * `jenkins-tests` - Configure !CxxTest to use the !XmlPrinter runner which produces Jenkins-compatible output
    4543 * `minimal-flags` - Only set compiler/linker flags that are really needed. Has no effect on Windows builds. Use this to set your own compiler/linker flags (`CXXFLAGS`, `LDFLAGS`)
    46  * `with-c++11` - Build using C++11 on GCC.
    4744 * `with-system-nvtt` - Search standard paths for nvidia-texture-tools library, instead of using bundled copy
    4845 * `with-system-mozjs24` - Search standard paths for libmozjs24 (SpiderMonkey), instead of using bundled copy