X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=83e3bcbd972184ccf7185bcb9262acf5240f6758;hb=4e01ee252ae4ec86534061e905eb5d2a3ddb386b;hp=86c2458cc4584014c878ad8bb2e96027682bfd6d;hpb=76d513fc3b7e7e267875fd965023dda71a635e1d;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index 86c2458..83e3bcb 100644 --- a/win/makefile +++ b/win/makefile @@ -120,8 +120,8 @@ CQL2PQF=$(BINDIR)\cql2pqf.exe CQL2XCQL=$(BINDIR)\cql2xcql.exe YAZ_MARCDUMP=$(BINDIR)\yaz-marcdump.exe -TSTLOG=$(BINDIR)\tstlog.exe -TST_TIMING=$(BINDIR)\tst_timing.exe +TSTLOG=$(BINDIR)\test_log.exe +TST_TIMING=$(BINDIR)\test_timing.exe # shortcut names defined here dll: dirs generate $(YAZ_DLL) @@ -366,10 +366,10 @@ YAZ_MARCDUMP_OBJS = \ TSTLOG_OBJS = \ - $(OBJDIR)\tstlog.obj + $(OBJDIR)\test_log.obj TST_TIMING_OBJS = \ - $(OBJDIR)\tst_timing.obj + $(OBJDIR)\test_timing.obj MISC_OBJS= \ $(OBJDIR)\version.obj \