From ff6baf1e085d490b8823bf7c9046dde21c28d5fd Mon Sep 17 00:00:00 2001 From: momo5502 Date: Thu, 11 Feb 2016 11:35:57 +0100 Subject: [PATCH] Update comments. --- premake5.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/premake5.lua b/premake5.lua index d8e25802..3ac6c41c 100644 --- a/premake5.lua +++ b/premake5.lua @@ -231,7 +231,7 @@ workspace "iw4x" -- not our code, ignore POSIX usage warnings for now warnings "Off" - -- always build as static lib, as pdcurses doesn't export anything + -- always build as static lib, as libtomcrypt doesn't export anything kind "StaticLib" -- libtommath @@ -245,7 +245,7 @@ workspace "iw4x" -- not our code, ignore POSIX usage warnings for now warnings "Off" - -- always build as static lib, as pdcurses doesn't export anything + -- always build as static lib, as libtommath doesn't export anything kind "StaticLib" -- protobuf @@ -282,5 +282,5 @@ workspace "iw4x" -- not our code, ignore POSIX usage warnings for now warnings "Off" - -- always build as static lib, as pdcurses doesn't export anything + -- always build as static lib, as we include our custom classes and therefore can't perform shared linking kind "StaticLib"