Skip to content
  • Erwin Janssen's avatar
    Replace Windows' pragma linking with VS linking · 2d95aab6
    Erwin Janssen authored
    In various places, mostly the projects in `cmd` and `plugin`, had a
    `#pragma comment( lib, "libname.lib" )` in the source code for linking
    under Windows. Were possible, these have been removed and replaced link
    specifications in the Visual Studio project files.
    This seperates the linking from the source code and makes transitioning to
    other build systems easier.
    2d95aab6