[pango] MSVC 2012/2013 Support: Update Property Sheet Creation



commit fe66e7b36331d031f1025dbe05db065334381fee
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Jul 1 16:04:51 2014 +0800

    MSVC 2012/2013 Support: Update Property Sheet Creation
    
    Be a bit more carful when copying and updating the property sheets, so that
    we don't accidently change fields with '10' in them that are actually not
    indicating the Visual Studio version.

 build/Makefile-newvs.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/Makefile-newvs.am b/build/Makefile-newvs.am
index 04d2405..e63b15f 100644
--- a/build/Makefile-newvs.am
+++ b/build/Makefile-newvs.am
@@ -26,7 +26,7 @@ create_vcxproj:
 create_props:
        for F in `(cd $(top_builddir)/build/win32/vs10 && ls *.props)`; do \
                case $$F in \
-                       *)      cat $(top_builddir)/build/win32/vs10/$$F | sed 's/10/$(MSVC_VER)/g' > 
$(top_builddir)/build/win32/vs$(MSVC_VER)/$$F \
+                       *)      cat $(top_builddir)/build/win32/vs10/$$F | sed 
's/<VSVer>10<\/VSVer>/<VSVer>$(MSVC_VER)<\/VSVer>/g' > $(top_builddir)/build/win32/vs$(MSVC_VER)/$$F \
                        ;; \
                esac; \
        done


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]