cpp: adds msgpack_vc2008.vcproj file in source package

This commit is contained in:
frsyuki 2010-08-29 18:23:16 +09:00
parent 8cc9c871b7
commit c44c9ab74d
4 changed files with 8 additions and 3 deletions

View File

@ -6,7 +6,9 @@ DOC_FILES = \
NOTICE \ NOTICE \
msgpack_vc8.vcproj \ msgpack_vc8.vcproj \
msgpack_vc8.sln \ msgpack_vc8.sln \
msgpack_vc8.postbuild.bat msgpack_vc2008.vcproj \
msgpack_vc2008.sln \
msgpack_vc.postbuild.bat
EXTRA_DIST = \ EXTRA_DIST = \
$(DOC_FILES) $(DOC_FILES)

View File

@ -28,7 +28,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Gathering header files" Description="Gathering header files"
CommandLine="msgpack_vc8.postbuild.bat" CommandLine="msgpack_vc.postbuild.bat"
Outputs="include" Outputs="include"
/> />
<Tool <Tool
@ -96,7 +96,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Gathering header files" Description="Gathering header files"
CommandLine="msgpack_vc8.postbuild.bat" CommandLine="msgpack_vc.postbuild.bat"
Outputs="include" Outputs="include"
/> />
<Tool <Tool

View File

@ -29,3 +29,6 @@ cp -f ../msgpack/unpack_template.h src/msgpack/
cp -f ../test/cases.mpac test/ cp -f ../test/cases.mpac test/
cp -f ../test/cases_compact.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