Changes between Version 6 and Version 7 of premake


Ignore:
Timestamp:
Oct 2, 2012, 2:15:40 PM (12 years ago)
Author:
leper
Comment:

Remove fam/gamin as we're using inotify as of r12726.

Legend:

Unmodified
Added
Removed
Modified
  • premake

    v6 v7  
    4141 * `gles` - Use non-working OpenGL ES 2.0 mode
    4242 * `icc` - Use Intel C++ Compiler (Linux only; should use either `--cc icc` or `--without-pch` too, and then set `CXX=icpc` before calling make)
    43  * `without-fam` - Disable use of FAM API on Linux
    4443 * `without-audio` - Disable use of OpenAL/Ogg/Vorbis APIs
    4544 * `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`)