From 679a6580c9d1ef83446e5f9f3693803c8145b8f2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 5 Oct 2010 11:58:09 +0200 Subject: [PATCH 1/1] Fix obj filename --- win/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/makefile b/win/makefile index cebd865..a7650d1 100644 --- a/win/makefile +++ b/win/makefile @@ -479,7 +479,7 @@ MISC_OBJS= \ $(OBJDIR)\zoom-z3950.obj \ $(OBJDIR)\zoom-sru.obj \ $(OBJDIR)\zoom-query.obj \ - $(OBJDIR)\record-render.obj \ + $(OBJDIR)\record_render.obj \ $(OBJDIR)\facet.obj \ $(OBJDIR)\zoom-opt.obj \ $(OBJDIR)\zoom-socket.obj \ -- 1.7.10.4