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

Version Path
gosu-0.8.5-x86-mingw32 Gosu/AutoLink.hpp
gosu-0.8.5.pre1 Gosu/AutoLink.hpp
gosu-0.8.4-x86-mingw32 Gosu/AutoLink.hpp
gosu-0.8.4 Gosu/AutoLink.hpp
gosu-0.8.3-x86-mingw32 Gosu/AutoLink.hpp
gosu-0.8.3 Gosu/AutoLink.hpp
gosu-0.8.2-x86-mingw32 Gosu/AutoLink.hpp
gosu-0.8.2 Gosu/AutoLink.hpp
gosu-0.8.1-x86-mingw32 Gosu/AutoLink.hpp
gosu-0.8.1 Gosu/AutoLink.hpp
gosu-0.8.0 Gosu/AutoLink.hpp
gosu-0.8.0-x86-mingw32 Gosu/AutoLink.hpp
gosu-0.8.0.pre7 Gosu/AutoLink.hpp
gosu-0.8.0.pre7-x86-mingw32 Gosu/AutoLink.hpp
gosu-0.8.0.pre6 Gosu/AutoLink.hpp
gosu-0.8.0.pre5 Gosu/AutoLink.hpp
gosu-0.8.0.pre4 Gosu/AutoLink.hpp
gosu-0.8.0.pre3 Gosu/AutoLink.hpp
gosu-0.8.0.pre2 Gosu/AutoLink.hpp
gosu-0.8.0.pre1 Gosu/AutoLink.hpp