From 3220c3df5db208438e7e1e0943b897c7850b78dd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 18 Mar 2010 14:54:05 +0100 Subject: [PATCH] nmake: sort OBJs --- win/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/makefile b/win/makefile index 714185c..12df418 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.1.1 +VERSION=1.1.2 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -224,9 +224,9 @@ PROJECT_DLL_OBJS = \ $(OBJDIR)\factory_static.obj \ $(OBJDIR)\filter.obj \ $(OBJDIR)\filter_auth_simple.obj \ - $(OBJDIR)\filter_cgi.obj \ $(OBJDIR)\filter_backend_test.obj \ $(OBJDIR)\filter_bounce.obj \ + $(OBJDIR)\filter_cgi.obj \ $(OBJDIR)\filter_cql_to_rpn.obj \ $(OBJDIR)\filter_frontend_net.obj \ $(OBJDIR)\filter_http_file.obj \ -- 1.7.10.4