From: Adam Dickmeiss Date: Fri, 6 Mar 2009 13:46:52 +0000 (+0100) Subject: Set OBJDIR X-Git-Tag: v1.1.0~34^2^2^2~1 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=a1177e562d4beeac197f0661c17a08ba9712236d;p=pazpar2-moved-to-github.git Set OBJDIR --- diff --git a/win/makefile b/win/makefile index d9b0419..5bf4168 100644 --- a/win/makefile +++ b/win/makefile @@ -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)