X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=9a35e1c6c218ac6f4c762a133dfb60b33f67ec77;hb=5b4ea0cf66dd82c871ed7d69a5801d78789087b2;hp=d9b0419528b6bb416e02cc10faeba55255108793;hpb=0be423161dea25a1cc2bc8f058d63a6a2e3cf50c;p=pazpar2-moved-to-github.git diff --git a/win/makefile b/win/makefile index d9b0419..9a35e1c 100644 --- a/win/makefile +++ b/win/makefile @@ -4,7 +4,7 @@ DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 0 # Can be enabled Visual Studio 2005/2008 PACKAGE_NAME=pazpar2 -PACKAGE_VERSION=1.1.0 +PACKAGE_VERSION=1.1.1 # YAZ YAZ_DIR=..\..\yaz @@ -44,6 +44,12 @@ BINDIR=$(ROOTDIR)\bin # We produce exes and dlls there WINDIR=$(ROOTDIR)\win # all these Win make things SRCDIR=$(ROOTDIR)\src # for the case we move them under src +!if $(DEBUG) +OBJDIR=$(WINDIR)\dobj +!else +OBJDIR=$(WINDIR)\obj +!endif + TMPDIR=$(ROOTDIR)\win\tmp TMP=$(TMPDIR)