mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
This commit is contained in:
commit
c22be52b43
|
@ -153,3 +153,9 @@ UnitTests/Philadelphia/Makefile.py
|
||||||
UnitTests/Philadelphia/Runner.cpp
|
UnitTests/Philadelphia/Runner.cpp
|
||||||
.v8-build-*
|
.v8-build-*
|
||||||
VC++
|
VC++
|
||||||
|
VisualStudio/Arango Front End Library/Debug/*
|
||||||
|
VisualStudio/Arango MRuby Library/Debug/*
|
||||||
|
VisualStudio/Arango V8 Library/Debug/*
|
||||||
|
VisualStudio/ArangoDB/Debug/*
|
||||||
|
VisualStudio/Arangod Binary/Debug/*
|
||||||
|
VisualStudio/Debug/*
|
||||||
|
|
|
@ -3,4 +3,4 @@ NAME=`echo $1 | sed -e 's:^\(.*/\)*js/\(.*\)\.js$:\2:' | tr "/-" "__"`
|
||||||
|
|
||||||
cat $1 \
|
cat $1 \
|
||||||
| sed -e 's:\(["\]\):\\\1:g' \
|
| sed -e 's:\(["\]\):\\\1:g' \
|
||||||
| awk 'BEGIN {print "static string JS_'$NAME' = " } { print " \"" $0 "\\n\"" } END { print ";"}'
|
| awk 'BEGIN {print "static string JS_'$NAME' = string(\"\") " } { print " + \"" $0 "\\n\"" } END { print ";"}'
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue