dannyedel / dspdfviewer

Dual-Screen PDF Viewer for latex-beamer
http://dspdfviewer.danny-edel.de
GNU General Public License v2.0
218 stars 27 forks source link

Fix linking to poppler on MinGW #121

Closed dannyedel closed 8 years ago

dannyedel commented 8 years ago

Currently the list of statically linked .lib files gets activated if WINDOWS is defined.

However, .lib files are specific to the MSVC compiler, so compiling fails on MinGW. This PR sets the conditional to if (MSVC) and fixes a little build failure with MinGW.