projects
/
yazpp-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:
a5da4db
)
More quoting for spacse in fnames
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 11 Jan 2007 12:18:55 +0000
(12:18 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 11 Jan 2007 12:18:55 +0000
(12:18 +0000)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
0697bfe
..
09fec77
100644
(file)
--- a/
win/makefile
+++ b/
win/makefile
@@
-1,6
+1,6
@@
# Copyright (C) 1999-2006, Index Data ApS
# All rights reserved.
# Copyright (C) 1999-2006, Index Data ApS
# All rights reserved.
-# $Id: makefile,v 1.17 2006-04-30 14:14:59 adam Exp $
+# $Id: makefile,v 1.18 2007-01-11 12:18:55 adam Exp $
# Parameters
# Parameters
@@
-67,9
+67,9
@@
myclient: $(MY_CLIENT)
# YAZ includes & libs
YAZ_LIB="$(YAZ_DIR)\lib\$(YAZD).lib"
YAZ_DEF=/I"$(YAZ_DIR)\include"
# YAZ includes & libs
YAZ_LIB="$(YAZ_DIR)\lib\$(YAZD).lib"
YAZ_DEF=/I"$(YAZ_DIR)\include"
-yaz: $(BINDIR)\$(YAZD).dll $(BINDIR)\$(YAZD).dll
+yaz: $(BINDIR)\$(YAZD).dll
-$(BINDIR)\$(YAZD).dll: $(YAZ_DIR)\bin\$(YAZD).dll
+$(BINDIR)\$(YAZD).dll: "$(YAZ_DIR)\bin\$(YAZD).dll"
copy "$(YAZ_DIR)\bin\$(YAZD).dll" $(BINDIR)
COMMON_C_OPTIONS= \
copy "$(YAZ_DIR)\bin\$(YAZD).dll" $(BINDIR)
COMMON_C_OPTIONS= \