Made it compile on windows. Fixed bug: Chat during change of hand did not work. Changed audio extension to wav.

This commit is contained in:
lotodore
2007-06-02 15:53:19 +00:00
parent 916d2fa208
commit 9512133490
6 changed files with 25 additions and 20 deletions
+3 -3
View File
@@ -249,9 +249,9 @@ win32{
SOURCES += src/core/win32/rand.cpp \
src/net/win32/socket_helper.cpp \
src/net/win32/socket_startup.cpp
INCLUDEPATH += ../boost/
LIBPATH += ../boost/stage/lib
LIBS += gdi32.lib comdlg32.lib oleaut32.lib imm32.lib winmm.lib winspool.lib ole32.lib uuid.lib user32.lib msimg32.lib shell32.lib kernel32.lib ws2_32.lib advapi32.lib
INCLUDEPATH += ../boost/ ../SDL/include ../SDL_mixer
LIBPATH += ../boost/stage/lib ../SDL/VisualC/SDL/Release ../SDL/VisualC/SDLmain/Release ../SDL_mixer/VisualC/Release
LIBS += gdi32.lib comdlg32.lib oleaut32.lib imm32.lib winmm.lib winspool.lib ole32.lib uuid.lib user32.lib msimg32.lib shell32.lib kernel32.lib ws2_32.lib advapi32.lib sdl.lib sdlmain.lib sdl_mixer.lib
RC_FILE = pokerth.rc
}
!win32{