From 415ae4bdb264469be0874fbb9cb6127c4f67ad1f Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 19 Oct 2010 19:23:31 +0000 Subject: [PATCH] Trying to fix SDL include issues with native windows build. --- pokerth_game.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index baddc3fa..17960b65 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -300,8 +300,7 @@ win32 { INCLUDEPATH += ../boost/ \ ../SDL/include \ ../SDL/include/SDL \ - ../SDL_mixer \ - ../SDL_mixer/include/SDL \ + ../SDL_mixer/include \ ../GnuTLS/include \ ../gsasl/include \ ../curl/include \