summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-07-11 12:44:25 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2014-07-11 12:56:17 +0100
commitc81604bc18c02683fb158c111261756c238abda0 (patch)
treeca6548c3ae98041e9554252d0d3b23255199fe11 /libs/pbd
parentaf2ee58e07c8839068297d43bf44304f6bdd37c1 (diff)
Add newly introduced (MD5) sources to our MSVC project (also, add visibility stuff to the new MD5 class)
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/MSVCpbd/pbd.vcproj8
-rw-r--r--libs/pbd/pbd/md5.h4
2 files changed, 11 insertions, 1 deletions
diff --git a/libs/pbd/MSVCpbd/pbd.vcproj b/libs/pbd/MSVCpbd/pbd.vcproj
index d41933286b..3c6d962df3 100644
--- a/libs/pbd/MSVCpbd/pbd.vcproj
+++ b/libs/pbd/MSVCpbd/pbd.vcproj
@@ -358,6 +358,10 @@
>
</File>
<File
+ RelativePath="..\md5.cc"
+ >
+ </File>
+ <File
RelativePath="..\mountpoint.cc"
>
</File>
@@ -688,6 +692,10 @@
>
</File>
<File
+ RelativePath="..\pbd\md5.h"
+ >
+ </File>
+ <File
RelativePath="..\pbd\memento_command.h"
>
</File>
diff --git a/libs/pbd/pbd/md5.h b/libs/pbd/pbd/md5.h
index cf0d0e80eb..80f45bc8ea 100644
--- a/libs/pbd/pbd/md5.h
+++ b/libs/pbd/pbd/md5.h
@@ -26,7 +26,9 @@
#include <string.h>
#include <stdint.h>
-class MD5
+#include "pbd/libpbd_visibility.h"
+
+class LIBPBD_API MD5
{
public:
MD5();