Changes between Version 20 and Version 21 of premake


Ignore:
Timestamp:
Jan 25, 2015, 9:28:30 AM (9 years ago)
Author:
fabio
Comment:

update

Legend:

Unmodified
Added
Removed
Modified
  • premake

    v20 v21  
    4343 * `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`)
    4444 * `with-system-nvtt` - Search standard paths for nvidia-texture-tools library, instead of using bundled copy
    45  * `with-system-mozjs24` - Search standard paths for libmozjs24 (SpiderMonkey), instead of using bundled copy
     45 * `with-system-mozjs31` - Search standard paths for libmozjs31libmozjs31 (SpiderMonkey), instead of using bundled copy
    4646 * `without-audio` - Disable use of OpenAL/Ogg/Vorbis APIs
    4747 * `without-lobby` - Disable the game lobby (and thus the use of gloox)
     
    6969{{{
    7070#!sh
    71 ./update-workspaces.sh --without-tests --with-system-mozjs24
     71./update-workspaces.sh --without-tests --with-system-mozjs31
    7272}}}
    7373