Premake 3.3 is now available! Read on for a complete changelog.
- Added support for prebuild, prelink, and postbuild commands
- Added
target global variable to script environment
- Added build flag
no-edit-and-continue
- Added build flags
native-wchar and no-native-wchar
- Added build flag
no-manifest
- Added build flag
seh-exceptions (VS2005 only)
- Added
resdefines, respaths, and resoptions
- Added
prebuildcommands, prelinkcommands, and postbuildcommands
- Added
pchheader and pchsource (Visual Studio only)
- Feature 1337547: Package-level bindir and libdir
- Bug 1565755: Generated makefiles do not work with MSYS
- Bug 1587955: Target path ignored for libs
- Bug 1574725: Static library extension for “gnu” target
- Bug 1522861: Fixed by using “ar -rcs” instead of “ar -cr && ranlib”
- Bug 1656816: Mkdir set wrong directory rights
- Bug 1655595: Compile/build problem on FreeBSD
- Bug: “gnu” clean rule doesn’t work in cmd.exe
- Improved behavior of Linux findlib()
- Updated Code::Blocks support to latest project version (major=”1” minor=”6”)
- Patch 1681666: GNU targets always show the console if kind = ‘winexe’
Many thanks to everyone who contributed to this release. Great work!