projects
/
yaz-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:
64328f1
)
Add missing backslash for nmake makefile
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 22 Jan 2014 10:47:31 +0000
(11:47 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 22 Jan 2014 10:47:31 +0000
(11:47 +0100)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
eaabe22
..
ac38182
100644
(file)
--- a/
win/makefile
+++ b/
win/makefile
@@
-190,7
+190,7
@@
iconv:
!endif
!if $(HAVE_ICU)
-ICU_DEF=
+ICU_DEF= \
/D YAZ_HAVE_ICU=1 /D HAVE_ICU_H=1 /I"$(ICU_INCLUDE)"
ICU_LIBS= \
$(ICU_LIB)\icudt.lib $(ICU_LIB)\icuin.lib $(ICU_LIB)\icuuc.lib