Changes between Version 12 and Version 13 of premake


Ignore:
Timestamp:
Nov 11, 2013, 4:28:17 PM (10 years ago)
Author:
leper
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • premake

    v12 v13  
    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`)
    4747 * 'with-c++11' - Build using C++11 on GCC.
    4848 * `with-system-nvtt` - Search standard paths for nvidia-texture-tools library, instead of using bundled copy