Changes between Version 11 and Version 12 of premake


Ignore:
Timestamp:
Nov 11, 2013, 2:57:21 PM (10 years ago)
Author:
Josh
Comment:

--with-c++11 flag

Legend:

Unmodified
Added
Removed
Modified
  • premake

    v11 v12  
    4444 * `macosx-bundle` - Set the compiled binary as an OS X bundle with the given identifier string, e.g. "com.wildfiregames.0ad".
    4545 * `macosx-version-min` - Set minimum required version of the OS X APIs to use, e.g. "10.6".
    46  * `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 * `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`)\
     47 * 'with-c++11' - Build using C++11 on GCC.
    4748 * `with-system-nvtt` - Search standard paths for nvidia-texture-tools library, instead of using bundled copy
    4849 * `with-system-enet` - Search standard paths for libenet, instead of using bundled copy