From a22c5c35b047903aaa18bff281442d03b164f848 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sat, 30 Nov 2013 00:38:49 -0800 Subject: [PATCH] MAKEFILE: Give more clear information when issuing missing libSDL library to enable video capabilities #90 --- makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index c2554441..b226015e 100644 --- a/makefile +++ b/makefile @@ -341,8 +341,9 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin) $(info *** Warning ***) $(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 *** Install the development components of libSDL2 and rebuild) - $(info *** Warning *** your simulator to enable this extra functionality.) + $(info *** Warning *** Install the development components of libSDL packaged by your) + $(info *** Warning *** operating system distribution and rebuild your simulator to) + $(info *** Warning *** enable this extra functionality.) $(info *** Warning ***) endif endif