Changes between Version 22 and Version 23 of premake


Ignore:
Timestamp:
Sep 3, 2016, 6:25:51 PM (8 years ago)
Author:
Itms
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • premake

    v22 v23  
    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-mozjs31` - Search standard paths for libmozjs31 (SpiderMonkey), instead of using bundled copy
     45 * `with-system-mozjs38` - Search standard paths for libmozjs38 (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-mozjs31
     71./update-workspaces.sh --without-tests --with-system-mozjs38
    7272}}}
    7373