From 939e28b990ffe98bae016eb463c5b67714e6da35 Mon Sep 17 00:00:00 2001 From: Lynix Date: Tue, 27 Sep 2016 14:04:45 +0200 Subject: [PATCH] Extlibs/Newton: Compile Newton with /MT This way, using it with MinGW doesn't require any VS Runtime Also removed debug library (they weren't used anyway) Former-commit-id: e08a4da9f48fdfe3960df8e2bff8ba1db9fb34ef [formerly 47a55533f90c5a9bdf747b3f958f8b05b6a15994] [formerly 07f15ca5138d6f2334ea52ab30a6594cd531065d [formerly df5bfc827567e7df0aa5367d6cc85817987b3ce8]] Former-commit-id: 24522fcbc867afd193fad3a0ec875181c018f568 [formerly 6983a21611959a73d99cc916e848e469c1270a98] Former-commit-id: 979cce16b0f2fcf3ca0bf229b8b9f5801b73c929 --- build/scripts/modules/physics.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/modules/physics.lua b/build/scripts/modules/physics.lua index f6d485a67..0796c46fd 100644 --- a/build/scripts/modules/physics.lua +++ b/build/scripts/modules/physics.lua @@ -2,5 +2,5 @@ MODULE.Name = "Physics" MODULE.Libraries = { "NazaraCore", - "Newton" + "Newton" -- Newton Game Dynamics }