Changes between Version 15 and Version 16 of premake


Ignore:
Timestamp:
Apr 9, 2014, 4:33:03 PM (10 years ago)
Author:
fabio
Comment:

formatting

Legend:

Unmodified
Added
Removed
Modified
  • premake

    v15 v16  
    4545 * `macosx-version-min` - Set minimum required version of the OS X APIs to use, e.g. "10.6".
    4646 * `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.
     47 * `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
    4949 * `with-system-enet` - Search standard paths for libenet, instead of using bundled copy