6 Commits

Author SHA1 Message Date
ajacoutot
212b011311 Remove trailing lines. 2017-06-12 10:57:57 +00:00
jca
488af724a3 Don't hardcode gcc
...at build time only for now, let's hope that premake doesn't also
hardcode it at runtime.
2017-02-27 11:17:29 +00:00
jca
4cce3ec8b0 In os.getversion() avoid using a pointer to invalid stack storage.
The comment is wrong, the issue is not specific to glibc...

ok Solene Rapenne (maintainer)
2016-12-05 10:35:10 +00:00
jca
581f550f46 Use ln -sf in the test setup, so it can run multiple times
ok Solene Rapenne (maintainer)
2016-12-05 10:33:22 +00:00
jca
71bb1f5acb Err, port mostly from Solene Rapenne, who also takes maintainership. 2016-12-04 11:43:09 +00:00
jca
6472386414 Import premake, a build configuration tool
ok awolk@

pkg/DESCR:
Premake is a command line utility which reads a scripted definition of
a software project and, most commonly, uses it to generate project
files for toolsets like Visual Studio, Xcode, or GNU Make.

Official documentation
https://github.com/premake/premake-4.x/wiki
2016-12-04 11:31:35 +00:00