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 "opengl" "Include support for OpenGL contexts"
59 feature "xrandr" "Include support for video mode switching with XRandR";
72 source "source/graphics";
73 source "source/input";
76 source "source/graphics/png";
80 source "source/graphics/devil";
112 map "source" "include/msp";
118 source "examples/ev.cpp";
127 source "License.txt";
128 source "Changelog.txt";