Changes between Version 3 and Version 4 of premake


Ignore:
Timestamp:
2012-07-29 23:41:49 (10 months ago)
Author:
leper
Comment:

Add minimal-flags. See r12173.

Legend:

Unmodified
Added
Removed
Modified
  • premake

    v3 v4  
    4343 * `without-fam` - Disable use of FAM API on Linux 
    4444 * `without-audio` - Disable use of OpenAL/Ogg/Vorbis APIs 
     45 * `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`) 
    4546 * `without-nvtt` - Disable use of NVTT 
    4647 * `without-tests` - Disable generation of test projects