From: Adam Dickmeiss Date: Fri, 12 Aug 2011 07:57:14 +0000 (+0200) Subject: nmake: build yaz_url X-Git-Tag: v4.2.9~2^2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=efb6e9da30907327939837a4d4e6374048d986e3 nmake: build yaz_url --- diff --git a/win/makefile b/win/makefile index 51e6d1c..bf2b663 100644 --- a/win/makefile +++ b/win/makefile @@ -43,7 +43,7 @@ BISON=bison default: all all: dirs generate dll sc_test client ztest yazicu zoomsh utilprog \ - testprog iconv icu libxml2 libxslt $(YAZ_URL) + testprog iconv icu libxml2 libxslt yaz_url NSIS="c:\program files\nsis\makensis.exe" HHC="c:\program files\html help workshop\hhc.exe" @@ -155,6 +155,8 @@ zoomsh: $(ZOOMSH) $(ZOOMTST1) $(ZOOMTST2) $(ZOOMTST3) \ $(ZOOMTST4) $(ZOOMTST5) $(ZOOMTST6) $(ZOOMTST7) $(ZOOMTST8) $(ZOOMTST9) \ $(ZOOMTST10) +yaz_url: $(YAZ_URL) + utilprog: $(CQL2PQF) $(CQL2XCQL) $(YAZ_MARCDUMP) testprog: $(TSTLOG) $(TST_TIMING) $(TEST_MUTEX)