Commit Graph

36 Commits

Author SHA1 Message Date
Jason Perkins
d58b692ec7 Pushed supported OS X minimum version up to 10.4, removed static C++ runtime library linkage. Can now build on 10.7 2011-08-01 15:21:55 -04:00
Jason Perkins
b2e7af94cf Replaced host.windowsversion with os.getversion 2011-03-26 17:12:10 -04:00
Liam Devine
ecd8d1ae34 added define _CRT_SECURE_NO_DEPRECATE for visual studio build in premake4.lua. Old versions of vs2005 use this define.
added host.c for detecting if the process is running under wow, uses code provided on msdn where we lookup the function at runtime, which fails gracefully if a 32 bit machine.
add host.is_64bit function in host.lua
2011-03-12 17:03:10 +00:00
Jason Perkins
a69bcbfb58 Added support for Haiku OS (Yuriy O'Donnell) 2011-02-10 12:24:51 -05:00
Jason Perkins
80cb617918 Removed scripts.c from the repository 2010-12-23 14:06:11 -05:00
Jason Perkins
781f1cf792 Improved portability of Premake's Mac OS X binaries (William Burnson) 2010-10-11 12:25:55 -04:00
Jason Perkins
b3a1d979ca Added support for Solaris (Dean Ross-Smith) 2010-07-20 17:03:21 -04:00
starkos
738c0ce784 Force Mac OS X release build to be 10.5 compatible 2010-03-17 15:45:08 +00:00
starkos
deb345176a Bug 2928775: Error loading external Lua module with require(); added test for ./ prefix on wildcard matches 2010-01-13 23:29:21 +00:00
starkos
ba8750bf28 Adjusted string length limits to build on VS2003 2010-01-07 16:24:17 +00:00
starkos
a212a798ec Bug 2872066: Two test failures in 4.1.2 2009-12-09 19:12:00 +00:00
starkos
6a323fc263 Bug 2903430: Using relative instead of absolute paths with $() macro 2009-12-08 20:25:35 +00:00
starkos
eb8fa9715f Added more source files to build script 2009-12-05 18:14:11 +00:00
starkos
29fcfa20fa Started a release script 2009-07-16 15:20:15 +00:00
starkos
735bb610c4 Cut some more fat from the embedded scripts 2009-06-15 18:36:09 +00:00
starkos
bc2a84b7a0 Removed duplicate newlines from embedded scripts 2009-06-15 18:23:53 +00:00
starkos
457744c27e Added platform support to CodeLite 2009-04-24 13:40:28 +00:00
starkos
d667c6aec1 Phased out templates from manifest 2009-04-23 22:55:10 +00:00
starkos
60e383f8b8 solution() and project() now only set the active object when called with a name; remains unchanged otherwise 2009-01-19 16:56:40 +00:00
starkos
f2931efbc9 Embed scripts instead of precompiled bytecodes to avoid portability issues; undo previous PPC fixes 2009-01-19 01:45:47 +00:00
starkos
9ebd499dd1 Bug: Windows release builds of Premake4 made with GCC crash on script syntax errors 2009-01-13 19:33:21 +00:00
starkos
3bb40f9dc9 Added LUA_USE_LINUX and LUA_USE_MACOSX to enable POPEN functionality 2009-01-11 21:50:11 +00:00
starkos
6383c30674 Removed FatalWarnings flag, to make sure it can build around new compiler warnings. Checked return values in os_getcwd 2009-01-04 16:09:14 +00:00
starkos
6bea67a3ba Added link to libm for Linux builds 2008-12-30 01:58:19 +00:00
starkos
343050bc6f Upgraded to Lua 5.1.4 2008-12-30 01:15:38 +00:00
starkos
d101d580c2 Add --to option to control output location 2008-12-27 13:34:58 +00:00
starkos
eee828d06b Some tweaks to allow location to be nil (handy when working with a location option) 2008-12-27 13:33:10 +00:00
starkos
b0441e8eb4 Changed makefile CONFIG variable to "config" to match "verbose" 2008-12-22 22:47:16 +00:00
starkos
4f824e808e Fixed bug in Premake4 build script (doh!) 2008-12-19 14:28:04 +00:00
starkos
548cf91fd5 Big refactoring, bug fixes bug and small, performance improvements (branches/csharp r607:628) 2008-12-05 21:18:47 +00:00
starkos
20c6519571 ** Merged branches/vstudio (r539:562) Added Visual Studio support 2008-11-13 00:54:41 +00:00
starkos
608551f8f4 First integration of new Lua-based architecture 2008-10-31 18:38:05 +00:00
starkos
b2a340ee3c Added filtering on configuration (r446:452) 2008-07-17 15:56:09 +00:00
starkos
a99ff72d9f Merged configuration check logic and global eol-settings (r405:413) 2008-06-17 18:45:11 +00:00
starkos
708a965fcd Merged with dev branch: generation of stub solution files for VS and gmake (r292:300) 2008-04-09 20:02:25 +00:00
starkos
2163ec6279 Initial import of my local 4.x development code 2008-04-06 18:10:41 +00:00