4 description "Base graphics and input library";
26 library "CoreFoundation.framework";
27 library "AppKit.framework";
31 feature "devil" "Include DevIL support for loading image files";
37 feature "libpng" "Include libpng support for loading PNG files"
46 feature "libjpeg" "Include libjpeg support for loading JPEG files"
60 feature "quartz" "Include Quartz support for loading image files"
68 library "ApplicationServices.framework";
73 feature "opengl" "Include support for OpenGL contexts"
82 if_arch "!windows & !darwin"
84 feature "xrandr" "Include support for video mode switching with XRandR";
93 source "source/graphics";
94 source "source/input";
97 source "source/graphics/png";
101 source "source/graphics/jpeg";
105 source "source/graphics/devil";
123 source "source/graphics/quartz";
135 if_arch "!windows & !darwin"
146 map "source" "include/msp";
152 source "examples/ev.cpp";
161 source "License.txt";
162 source "Changelog.txt";