From 2118c3ccfe2dea6a2f9027f583714f3100614498 Mon Sep 17 00:00:00 2001 From: janwas Date: Sat, 28 Jun 2008 17:53:37 +0000 Subject: [PATCH] (no rebuild of workspace is required) avoid linker warning about delay-loading enet remove done TODO comment This was SVN commit r6141. --- build/premake/extern_libs.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/premake/extern_libs.lua b/build/premake/extern_libs.lua index c971c86fb0..641c60f1ab 100644 --- a/build/premake/extern_libs.lua +++ b/build/premake/extern_libs.lua @@ -82,8 +82,9 @@ extern_lib_defs = { enet = { win_names = { "enet" }, - unix_names = { "enet" }, -- TODO: ensure this works on unix + unix_names = { "enet" }, dbg_suffix = "_dbg", + no_delayload = 1, -- no DLL is involved, so avoid linker warning }, fcollada = { win_names = { "FCollada" },