Commit:     569fb996937bcfcab5547cb44431f781bcaa3b4b

Trac URL:   
http://developer.wz2100.net/changeset/569fb996937bcfcab5547cb44431f781bcaa3b4b

Author:     Cyp <c...@wz2100.net>
Date:       Sun Oct 10 17:18:13 2010 +0200

Also fix MSVC *.vcproj files that somehow ended up in lib/ instead of win32/, 
remove the last part that touches macosx.

 fixcppbuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fixcppbuild b/fixcppbuild
index 7cfbce3..6a4d5ea 100755
--- a/fixcppbuild
+++ b/fixcppbuild
@@ -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


-------------------------


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits

Reply via email to