Skip to content
Snippets Groups Projects
Commit 152a4825 authored by deuce's avatar deuce
Browse files

Use -mt lib for MT builds.

parent 5b8610a6
Branches
Tags
No related merge requests found
...@@ -6,4 +6,4 @@ UIFC_LDFLAGS = -L$(UIFC_SRC)$(DIRSEP)$(LIBODIR) ...@@ -6,4 +6,4 @@ UIFC_LDFLAGS = -L$(UIFC_SRC)$(DIRSEP)$(LIBODIR)
UIFC-MT_CFLAGS = -I$(UIFC_SRC) UIFC-MT_CFLAGS = -I$(UIFC_SRC)
UIFC-MT_LDFLAGS = -L$(UIFC_SRC)$(DIRSEP)$(LIBODIR) UIFC-MT_LDFLAGS = -L$(UIFC_SRC)$(DIRSEP)$(LIBODIR)
UIFC_LIBS = -luifc UIFC_LIBS = -luifc
UIFC-MT_LIBS = -luifc UIFC-MT_LIBS = -luifc-mt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment