Fixing vc compilation.

This commit is contained in:
lotodore
2007-09-01 14:48:18 +00:00
parent 1f6a10e2d1
commit 09db256768
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -222,7 +222,9 @@ win32{
LIBS += -lpokerth_lib
LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32 -lsdl -lsdlmain -lsdl_mixer
LIBS += -lboost_thread-mgw34-mt-1_34_1
exists( ../boost/stage/lib/boost_thread-mgw34-mt-1_34_1.a ){
LIBS += -lboost_thread-mgw34-mt-1_34_1
}
RC_FILE = pokerth.rc
}
!win32{
+3 -1
View File
@@ -106,7 +106,9 @@ win32{
LIBS += -lpokerth_lib
LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32
LIBS += -lboost_thread-mgw34-mt-1_34_1
exists( ../boost/stage/lib/boost_thread-mgw34-mt-1_34_1.a ){
LIBS += -lboost_thread-mgw34-mt-1_34_1
}
}
!win32{
DEPENDPATH += src/net/linux/ src/core/linux