diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2010-04-18 00:39:45 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2010-04-18 00:39:45 +0900 |
| commit | 05b8c00ee78b5806814f133f6ccd33148d1e13a0 (patch) | |
| tree | e1e17838e6d19f807040675e4d2012149c35c880 /cpp/preprocess | |
| parent | 58854fdae90e428d9ab18bc3f457f1eb0b447446 (diff) | |
| download | msgpack-python-05b8c00ee78b5806814f133f6ccd33148d1e13a0.tar.gz | |
cpp: fixes windows compatibility
Diffstat (limited to 'cpp/preprocess')
| -rwxr-xr-x | cpp/preprocess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/preprocess b/cpp/preprocess index 63af4c6..80a8357 100755 --- a/cpp/preprocess +++ b/cpp/preprocess @@ -14,6 +14,7 @@ preprocess() { preprocess msgpack/type/tuple.hpp preprocess msgpack/type/define.hpp preprocess msgpack/zone.hpp +cp -f ../msgpack/sysdep.h msgpack/ cp -f ../msgpack/pack_define.h msgpack/ cp -f ../msgpack/pack_template.h msgpack/ cp -f ../msgpack/unpack_define.h msgpack/ |
