From 70ae5b15fb66ae8df462f498941bb28f24dd658c Mon Sep 17 00:00:00 2001 From: starkos Date: Thu, 7 Jan 2010 16:24:17 +0000 Subject: Adjusted string length limits to build on VS2003 --- premake4.lua | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'premake4.lua') diff --git a/premake4.lua b/premake4.lua index 45e6e94..50ce3c9 100644 --- a/premake4.lua +++ b/premake4.lua @@ -2,19 +2,6 @@ -- Premake 4.x build configuration script -- --- --- Earlier versions of Visual Studio limit static strings to 1K (IIRC) and choke on --- the embedded scripts. I'll work around it if people complain. --- - - if (_ACTION == "vs2002" or _ACTION == "vs2003") then - error( - "\nBecause of compiler limitations, Visual Studio 2002 and 2003 aren't able to\n" .. - "build this version of Premake. Use the free Visual Studio Express instead.", 0) - end - - - -- -- Define the project. Put the release configuration first so it will be the -- default when folks build using the makefile. That way they don't have to -- cgit v1.2.3