X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=makefile;h=9c3d85ec4efb670b3e105fcd747c8cb53e90079f;hb=a046907b274eb0cfa9c10a4c68fb38255f96714c;hp=fdf79bca85a29cf4a8cfc85ee1932b5138ae170b;hpb=009359ef732411d9d978d137f1371647abc97261;p=thunder diff --git a/makefile b/makefile index fdf79bc..9c3d85e 100644 --- a/makefile +++ b/makefile @@ -6,7 +6,7 @@ # This software is licensed under the GPL v3 or later # -ifeq "$(OSTYPE)" "msys" # Win32 +ifeq "$(OSTYPE)" "msys" # Win32 SYSTYPE = __GCCWIN32__ EXESUFFIX = .exe @@ -81,7 +81,7 @@ all: checkenv message obj $(TARGET)$(EXESUFFIX) checkenv: @echo @echo -en "\033[01;33m***\033[00;32m Checking compilation environment... \033[00m" -ifeq "" "$(shell which sdl-config)" +ifeq "" "$(shell which sdl2-config)" @echo @echo @echo -e "\033[01;33mIt seems that you don't have the SDL development libraries installed.