projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56a3131
)
Set OBJDIR
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 6 Mar 2009 13:46:52 +0000
(14:46 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 6 Mar 2009 13:46:52 +0000
(14:46 +0100)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
d9b0419
..
5bf4168
100644
(file)
--- 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)