aboutsummaryrefslogtreecommitdiffhomepage
path: root/post_process_dist.sh
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2015-08-26 15:33:22 -0700
committerGravatar Feng Xiao <xfxyjwf@gmail.com>2015-08-26 15:33:22 -0700
commitfecc3d5963ed74337504953c98f288dfa0b024a8 (patch)
tree8fe49f471a81f57f00332523a1365910d6213b99 /post_process_dist.sh
parent08da3d4997cbd96ff8f8685c5aa0413a42a14b04 (diff)
Update post_process_dist.sh
vsproject files no longer exist.
Diffstat (limited to 'post_process_dist.sh')
-rwxr-xr-xpost_process_dist.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/post_process_dist.sh b/post_process_dist.sh
index 05113af1..6d5b85d3 100755
--- a/post_process_dist.sh
+++ b/post_process_dist.sh
@@ -40,11 +40,7 @@ rm $BASENAME.tar.gz
# Set the entire contents to be user-writable.
chmod -R u+w $BASENAME
-
-# Convert the MSVC projects to MSVC 2005 format.
-cd $BASENAME/vsprojects
-./convert2008to2005.sh
-cd ..
+cd $BASENAME
for LANG in $LANGUAGES; do
# Build the dist again in .tar.gz