Sha256: cefc43cf5988f0d15ef062810565faa9921213e3554c90aed25496f637567592
Contents?: true
Size: 318 Bytes
Versions: 153
Compression:
Stored size: 318 Bytes
Contents
//! \file AutoLink.hpp //! Contains pragmas that make MSVC link against all the necessary libraries //! automatically. #ifdef _MSC_VER #ifndef GOSU_AUTOLINK_HPP #define GOSU_AUTOLINK_HPP #ifdef NDEBUG #pragma comment(lib, "Gosu.lib") #else #pragma comment(lib, "GosuDebug.lib") #endif #endif #endif
Version data entries
153 entries across 153 versions & 1 rubygems