Cosmetic work.

This commit is contained in:
lotodore
2008-03-23 10:17:55 +00:00
parent 962cf172ff
commit 6a241f0a02
+2 -2
View File
@@ -299,7 +299,7 @@ unix{
unix: !mac{ unix: !mac{
LIBPATH += lib LIBPATH += lib
LIBS += -lpokerth_lib
LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64 LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64
BOOST_FS = boost_filesystem boost_filesystem-mt BOOST_FS = boost_filesystem boost_filesystem-mt
BOOST_THREAD = boost_thread boost_thread-mt BOOST_THREAD = boost_thread boost_thread-mt
@@ -331,6 +331,7 @@ unix: !mac{
libSDL_mixer, libSDL --> http://www.libsdl.org/") libSDL_mixer, libSDL --> http://www.libsdl.org/")
} }
LIBS += -lpokerth_lib
LIBS += $$BOOST_LIBS LIBS += $$BOOST_LIBS
LIBS += -lcrypto -lSDL_mixer LIBS += -lcrypto -lSDL_mixer
TARGETDEPS += ./lib/libpokerth_lib.a TARGETDEPS += ./lib/libpokerth_lib.a
@@ -353,7 +354,6 @@ unix: !mac{
desktop.files += pokerth.desktop desktop.files += pokerth.desktop
INSTALLS += binary data pixmap desktop INSTALLS += binary data pixmap desktop
} }
mac{ mac{