mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00

git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@90 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
17 lines
434 B
Bash
Executable File
17 lines
434 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cp extconf.rb gem/ext/
|
|
cp pack.c gem/ext/
|
|
cp pack.h gem/ext/
|
|
cp rbinit.c gem/ext/
|
|
cp unpack.c gem/ext/
|
|
cp unpack.h gem/ext/
|
|
#cp ../README gem/README.txt
|
|
cp ../msgpack/pack_define.h gem/msgpack/
|
|
cp ../msgpack/pack_template.h gem/msgpack/
|
|
cp ../msgpack/unpack_define.h gem/msgpack/
|
|
cp ../msgpack/unpack_template.h gem/msgpack/
|
|
|
|
cd gem && rake --trace package
|
|
|