Set OBJDIR
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 6 Mar 2009 13:46:52 +0000 (14:46 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 6 Mar 2009 13:46:52 +0000 (14:46 +0100)
win/makefile

index d9b0419..5bf4168 100644 (file)
@@ -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)