repo.or.cz
/
moon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-12-07 Rolf Bjarne Kvinge <RKvinge@novell.com>
[moon.git]
/
src
/
genkindcs.sh
blob
a19d12457091c463f8630ec789016bf8137790c5
1
#!/bin/bash
2
3
echo -e
"/* this file was autogenerated from moon/src/value.h. do not edit this file */"
4
echo -e
"namespace Mono {"
5
echo -e
"
\\
tpublic enum Kind {"
6
echo
7
8
cat
value.h |
sed
-e
1
,/
START_MANAGED_MAPPING
/
d
-e
'/END_MANAGED_MAPPING/,
$d
'
9
10
echo -e
"
\\
t}"
11
echo -e
"}"