浏览代码

Update post_process_dist.sh

vsproject files no longer exist.
Feng Xiao 10 年之前
父节点
当前提交
fecc3d5963
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      post_process_dist.sh

+ 1 - 5
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