This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Gaz Liddon 7b30574cea Fixes external library name mangling in gmake makefiles
External libs with a period in the currently get changed.

The period and everything after it is deleted. So:

links {"lua-5.1"}

becomes:

-llua-5

in the makefile. This test checks for that. Fix in next commit
2014-05-08 15:59:38 +01:00
packages/debian Copied packaging files to 4.0 trunk 2008-05-05 14:12:38 +00:00
scripts Write scripts.c to right location even when called from a different working directory 2013-12-01 16:03:08 -05:00
src Fixes external library name mangling in gmake makefiles 2014-05-08 15:59:38 +01:00
tests Linking gmake test - checks external lib name isn't mangled 2014-05-08 15:52:39 +01:00
.gitignore Adding ignore entries for .vlstatus (Visual Lint) and .lnt (PCLint) 2014-02-05 02:05:03 +00:00
.hgignore Adding ignore entries for .vlstatus (Visual Lint) and .lnt (PCLint) 2014-02-05 02:05:03 +00:00
.hgtags Added tag 4.4-beta3 for changeset 84f69f787603 2011-08-16 12:29:30 -04:00
BUILD.txt Small improvement to build instructions (h/t John Driscoll) 2013-10-21 11:59:48 -04:00
CHANGES.txt update Changelist 2014-03-01 18:45:06 +01:00
doxyfile Initial import of my local 4.x development code 2008-04-06 18:10:41 +00:00
LICENSE.txt Update copyright dates 2014-02-20 15:21:47 -05:00
premake4.lua Make the version change from 4.x to 5.x official 2013-09-10 16:24:39 -04:00
premake5.lua Fixed location of reported deprecation errors 2013-10-09 15:44:08 -04:00
README.txt Update copyright dates 2014-02-20 15:21:47 -05:00

PREMAKE
A build configuration tool

 Copyright (C) 2002-2014 by Jason Perkins
 Distributed under the terms of the BSD License, see LICENSE.txt

 The Lua language and runtime library is (C) TeCGraf, PUC-Rio.
 See their website at http://www.lua.org/


 See the file BUILD.txt for instructions on building Premake.


 For questions, comments, or more information, visit the project
 website at http://industriousone.com/premake