From 3017f0ce006707ccb4287b95e8e99386c3cb2252 Mon Sep 17 00:00:00 2001 From: lotodore Date: Wed, 15 Aug 2012 21:01:14 +0200 Subject: [PATCH] Still trying to fix Win32 build (switching from libmikmod to libmodplug). --- pokerth_game.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index e62ab178..7e865122 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -357,7 +357,7 @@ win32 { debug:LIBPATH += debug/lib release:LIBPATH += release/lib LIBS += -lsqlite3 - LIBS += -lntlm -lddraw -ldxguid -lsmpeg -lvorbisfile -lvorbis -logg + LIBS += -lntlm -lmodplug -lddraw -ldxguid -lsmpeg -lvorbisfile -lvorbis -logg LIBS += -lboost_thread_win32-mt LIBS += -lboost_filesystem-mt LIBS += -lboost_regex-mt