From a1177e562d4beeac197f0661c17a08ba9712236d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 6 Mar 2009 14:46:52 +0100 Subject: [PATCH] Set OBJDIR --- win/makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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) -- 1.7.10.4