repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git]
/
external
/
icu
/
cross-bin
/
icu-config
blob
8ccf94f9bda6fe751359c412f78153453a02d9fc
1
#!/bin/sh
2
3
case
$1
in
4
--version
)
5
echo
whatever
6
;;
7
--cppflags
)
8
echo
${ICU_CFLAGS}
9
;;
10
--ldflags-searchpath
)
11
echo
${ICU_LIBS}
12
esac