AutoLink.hpp
Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 #ifdef _MSC_VER
00006 #ifndef GOSU_AUTOLINK_HPP
00007 #define GOSU_AUTOLINK_HPP
00008 
00009 #ifdef NDEBUG
00010 #pragma comment(lib, "Gosu.lib")
00011 #else
00012 #pragma comment(lib, "GosuDebug.lib")
00013 #endif
00014 
00015 #endif
00016 #endif