From fca74b0bf0a0833f5701e9c0de7b3bc15b2233dd Mon Sep 17 00:00:00 2001 From: dan miller Date: Fri, 19 Oct 2007 05:20:07 +0000 Subject: dont ask --- libraries/ode-0.9/contrib/Ode.NET/premake.lua | 29 --------------------------- 1 file changed, 29 deletions(-) delete mode 100644 libraries/ode-0.9/contrib/Ode.NET/premake.lua (limited to 'libraries/ode-0.9/contrib/Ode.NET/premake.lua') diff --git a/libraries/ode-0.9/contrib/Ode.NET/premake.lua b/libraries/ode-0.9/contrib/Ode.NET/premake.lua deleted file mode 100644 index c25a017..0000000 --- a/libraries/ode-0.9/contrib/Ode.NET/premake.lua +++ /dev/null @@ -1,29 +0,0 @@ -project.name = "Ode.NET" - --- Target checking - - if (target and target ~= "vs2005" and target ~= "gnu") then - error("Ode.NET requires a .NET 2.0 compiler") - end - - --- Project options - - addoption("with-doubles", "Use double instead of float as base numeric type") - addoption("with-tests", "Builds the test applications and DrawStuff library") - addoption("no-unsafe", "Exclude functions using unsafe code (dBodyGetPosition, etc.)") - - --- Build settings - - project.config["Debug"].bindir = "bin/Debug" - project.config["Release"].bindir = "bin/Release" - - --- Packages - - if (options["with-tests"]) then - dopackage("Tests") - dopackage("Drawstuff") - end - dopackage("Ode") -- cgit v1.1