Changes between Version 14 and Version 15 of premake


Ignore:
Timestamp:
Mar 29, 2014, 2:34:47 PM (10 years ago)
Author:
Yves
Comment:

Changes for SpiderMonkey 24

Legend:

Unmodified
Added
Removed
Modified
  • premake

    v14 v15  
    4949 * `with-system-enet` - Search standard paths for libenet, instead of using bundled copy
    5050 * `with-system-miniupnpc` - Search standard paths for miniupnpc library, instead of using bundled copy
    51  * `with-system-mozjs185` - Search standard paths for libmozjs185, instead of using bundled copy
     51 * `with-system-mozjs24` - Search standard paths for libmozjs24 (SpiderMonkey), instead of using bundled copy
    5252 * `without-audio` - Disable use of OpenAL/Ogg/Vorbis APIs
    5353 * `without-lobby` - Disable the game lobby (and thus the use of gloox)
     
    6868{{{
    6969#!sh
    70 ./update-workspaces.sh --without-tests --with-system-mozjs185
     70./update-workspaces.sh --without-tests --with-system-mozjs24
    7171}}}
    7272