From 152a48257e5d9c0b04b3bd0faf06aefc49db5dc3 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Mon, 13 Sep 2004 03:35:15 +0000
Subject: [PATCH] Use -mt lib for MT builds.

---
 src/uifc/Common.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uifc/Common.make b/src/uifc/Common.make
index b0d34ec041..f19662a03a 100644
--- a/src/uifc/Common.make
+++ b/src/uifc/Common.make
@@ -6,4 +6,4 @@ UIFC_LDFLAGS  =       -L$(UIFC_SRC)$(DIRSEP)$(LIBODIR)
 UIFC-MT_CFLAGS   =       -I$(UIFC_SRC)
 UIFC-MT_LDFLAGS  =       -L$(UIFC_SRC)$(DIRSEP)$(LIBODIR)
 UIFC_LIBS	=	-luifc
-UIFC-MT_LIBS	=	-luifc
+UIFC-MT_LIBS	=	-luifc-mt
-- 
GitLab