MAKEFILE: Give more clear information when issuing missing libSDL library to enable video capabilities #90

This commit is contained in:
Mark Pizzolato 2013-11-30 00:38:49 -08:00
parent 0e7311704d
commit a22c5c35b0

View file

@ -341,8 +341,9 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
$(info *** Warning ***) $(info *** Warning ***)
$(info *** Warning *** The simulator$(BUILD_MULTIPLE) you are building could provide more) $(info *** Warning *** The simulator$(BUILD_MULTIPLE) you are building could provide more)
$(info *** Warning *** functionality if video support were available on your system.) $(info *** Warning *** functionality if video support were available on your system.)
$(info *** Warning *** Install the development components of libSDL2 and rebuild) $(info *** Warning *** Install the development components of libSDL packaged by your)
$(info *** Warning *** your simulator to enable this extra functionality.) $(info *** Warning *** operating system distribution and rebuild your simulator to)
$(info *** Warning *** enable this extra functionality.)
$(info *** Warning ***) $(info *** Warning ***)
endif endif
endif endif