diff options
| -rw-r--r-- | cpp/Makefile.am | 4 | ||||
| -rw-r--r-- | cpp/msgpack_vc.postbuild.bat (renamed from cpp/msgpack_vc8.postbuild.bat) | 0 | ||||
| -rw-r--r-- | cpp/msgpack_vc8.vcproj | 4 | ||||
| -rwxr-xr-x | cpp/preprocess | 3 |
4 files changed, 8 insertions, 3 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index 7dd4891..ecec1b5 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -6,7 +6,9 @@ DOC_FILES = \ NOTICE \ msgpack_vc8.vcproj \ msgpack_vc8.sln \ - msgpack_vc8.postbuild.bat + msgpack_vc2008.vcproj \ + msgpack_vc2008.sln \ + msgpack_vc.postbuild.bat EXTRA_DIST = \ $(DOC_FILES) diff --git a/cpp/msgpack_vc8.postbuild.bat b/cpp/msgpack_vc.postbuild.bat index 33ff232..33ff232 100644 --- a/cpp/msgpack_vc8.postbuild.bat +++ b/cpp/msgpack_vc.postbuild.bat diff --git a/cpp/msgpack_vc8.vcproj b/cpp/msgpack_vc8.vcproj index ed0daa4..72d47b6 100644 --- a/cpp/msgpack_vc8.vcproj +++ b/cpp/msgpack_vc8.vcproj @@ -28,7 +28,7 @@ <Tool
Name="VCCustomBuildTool"
Description="Gathering header files"
- CommandLine="msgpack_vc8.postbuild.bat"
+ CommandLine="msgpack_vc.postbuild.bat"
Outputs="include"
/>
<Tool
@@ -96,7 +96,7 @@ <Tool
Name="VCCustomBuildTool"
Description="Gathering header files"
- CommandLine="msgpack_vc8.postbuild.bat"
+ CommandLine="msgpack_vc.postbuild.bat"
Outputs="include"
/>
<Tool
diff --git a/cpp/preprocess b/cpp/preprocess index 1c169e9..e51c61c 100755 --- a/cpp/preprocess +++ b/cpp/preprocess @@ -29,3 +29,6 @@ cp -f ../msgpack/unpack_template.h src/msgpack/ cp -f ../test/cases.mpac test/ cp -f ../test/cases_compact.mpac test/ +sed -e 's/8\.00/9.00/' < msgpack_vc8.vcproj > msgpack_vc2008.vcproj +sed -e 's/9\.00/10.00/' -e 's/msgpack_vc8/msgpack_vc2008/' < msgpack_vc8.sln > msgpack_vc2008.sln + |
