Mods for Windows compilation
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 25 Sep 2009 08:37:54 +0000 (10:37 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 25 Sep 2009 08:37:54 +0000 (10:37 +0200)
src/marchash.c
src/marcmap.c
win/makefile

index 7cebcd7..6256a7b 100644 (file)
@@ -35,7 +35,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #include <yaz/nmem.h>
 
 #include "jenkins_hash.h"
-#include <marchash.h>
+#include "marchash.h"
 
 static inline void strtrimcat(char *dest, const char *src)
 {
index 02c876f..31d0a24 100644 (file)
@@ -34,8 +34,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 #include <yaz/nmem.h>
 
-#include <marcmap.h>
-#include <marchash.h>
+#include "marcmap.h"
+#include "marchash.h"
 
 struct marcmap *marcmap_load(char *filename, NMEM nmem) {
     struct marcmap *mm;
index 6157cb0..be0fbf2 100644 (file)
@@ -197,8 +197,8 @@ PAZPAR2_OBJS = \
    "$(OBJDIR)\client.obj" \
    "$(OBJDIR)\dirent.obj" \
    "$(OBJDIR)\jenkins_hash.obj" \
-   "$(OBJDIR)\marcmap..obj" \
-   "$(OBJDIR)\marchash..obj" \
+   "$(OBJDIR)\marcmap.obj" \
+   "$(OBJDIR)\marchash.obj" \
    "$(OBJDIR)\connection.obj"