Skip to content

Commit

Permalink
Also fix MSVC *.vcproj files that somehow ended up in lib/ instead of…
Browse files Browse the repository at this point in the history
… win32/, remove the last part that touches macosx.
  • Loading branch information
Cyp committed Oct 13, 2010
1 parent 10f2bde commit 569fb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixcppbuild
Expand Up @@ -8,7 +8,7 @@ do
then
#echo Checking "$a"
sed -i "s/\\b${b//\//\\\\}\\b/${a//\//\\\\}/" win32/*.vcproj
sed -i "s/\\b$d\\b/$c/" {src,lib/*}/{Makefile.am,makefile.win32} macosx/Warzone.xcodeproj/project.pbxproj
sed -i "s/\\b$d\\b/$c/" {src,lib/*}/{Makefile.am,makefile.win32} lib/*/*.vcproj
else
echo Skipping "$a".
fi
Expand Down

0 comments on commit 569fb99

Please sign in to comment.