X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=3908731de22acb3dc43b0db7d334bc3f0e8add7e;hb=707e773f788ccd861264b29b7802efdf9e92024e;hp=bedcf427511780bef89ae87a34f99720bc2dc98f;hpb=1d7dff379697f207b2a100e0cc369d1b2a73a729;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index bedcf42..3908731 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,7 +97,6 @@ set(LUGARU_H ${SRCDIR}/openal_wrapper.h ${SRCDIR}/gamegl.h ${SRCDIR}/glstubs.h - ${SRCDIR}/md5.h ${SRCDIR}/mmgr.h ${SRCDIR}/nommgr.h ${SRCDIR}/pack_private.h @@ -212,8 +211,10 @@ if (NOT SDL_FOUND) endif (MSVC) if (MINGW) set(SDL_LIBRARY + "mingw32" ${SDLDIR}/lib/win32/mingw/libSDLmain.a ${SDLDIR}/lib/win32/mingw/libSDL.dll.a + "-mwindows" ) endif (MINGW) endif (WIN32)