Update post_process_dist.sh
vsproject files no longer exist.
This commit is contained in:
parent
08da3d4997
commit
fecc3d5963
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue