X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=5bf4168ec6253f4ae4d06644f54be624de83f717;hb=cce5da278d7ce802452bbc14b4c2d577f638291b;hp=d9b0419528b6bb416e02cc10faeba55255108793;hpb=0be423161dea25a1cc2bc8f058d63a6a2e3cf50c;p=pazpar2-moved-to-github.git 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)