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

Change library version name #85

Closed projekter closed 8 years ago

projekter commented 8 years ago

Compiling DS PDF viewer with the recent changes in cmake structure fails, because the new library is called the same as the application itself (VC++ always creates a .lib file when building the .exe - so the linker tries to include dspdfviewer.lib and build this file at the same time in the same directory, which cannot work). In my settings, I have changed the .lib's name to libdspdfviewer.lib to solve this conflict. Another possible solution would result in putting the library to a different directory.

projekter commented 8 years ago

The fix is now included in #84.