Skip to content

Commit fecc3d5

Browse files
committed
Update post_process_dist.sh
vsproject files no longer exist.
1 parent 08da3d4 commit fecc3d5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

post_process_dist.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ rm $BASENAME.tar.gz
4040

4141
# Set the entire contents to be user-writable.
4242
chmod -R u+w $BASENAME
43-
44-
# Convert the MSVC projects to MSVC 2005 format.
45-
cd $BASENAME/vsprojects
46-
./convert2008to2005.sh
47-
cd ..
43+
cd $BASENAME
4844

4945
for LANG in $LANGUAGES; do
5046
# Build the dist again in .tar.gz

0 commit comments

Comments
 (0)