From 66bf083e61a35c4c63154deb58f74ab9aa73c88e Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 9 Oct 2010 00:17:27 +0000 Subject: [PATCH] Fixing SDL build issue with mingw-w64. --- pokerth_game.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index bcf81be5..53a874f7 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -295,9 +295,9 @@ win32 { src/core/win32 INCLUDEPATH += ../boost/ \ ../SDL/include \ - ../SDL_mixer - INCLUDEPATH += ../SDL/include/SDL \ - ../SDL_mixer/include \ + ../SDL/include/SDL \ + ../SDL_mixer \ + ../SDL_mixer/include/SDL \ ../GnuTLS/include \ ../gsasl/include \ ../curl/include \