[gtk+] MSVC 2008 builds: Fix previous commit



commit 07d32687d8835b1daf6a5b9b1e0ef567140dcf1c
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Feb 22 22:23:26 2016 +0800

    MSVC 2008 builds: Fix previous commit
    
    The previous commit had the MSVC 2008 property sheet in the wrong place.
    Fix that.

 build/win32/vs10/gtk3-gen-srcs.vsprops |   77 --------------------------------
 build/win32/vs9/gtk3-gen-srcs.vsprops  |    8 +++-
 2 files changed, 6 insertions(+), 79 deletions(-)
---
diff --git a/build/win32/vs9/gtk3-gen-srcs.vsprops b/build/win32/vs9/gtk3-gen-srcs.vsprops
index 831e5c6..88bb982 100644
--- a/build/win32/vs9/gtk3-gen-srcs.vsprops
+++ b/build/win32/vs9/gtk3-gen-srcs.vsprops
@@ -63,8 +63,12 @@ cd $(SolutionDir)&#x0D;&#x0A;
                      "
        />
        <UserMacro
-               Name="GenerateGtkWin32RC"
-               Value="$(PythonPath)\python ..\process-in-win32.py --gtkwin32rc --gtk3manifest"
+               Name="CopyGtkWin32RC"
+               Value="copy ..\..\..\gtk\gtk-win32.rc.body ..\..\..\gtk\gtk-win32.rc"
+       />
+       <UserMacro
+               Name="GenerateGtkWin32Manifest"
+               Value="$(PythonPath)\python ..\replace.py --action=replace-var 
--input=..\..\..\gtk\libgtk3.manifest.in --output=..\..\..\gtk\libgtk3.manifest 
--var=EXE_MANIFEST_ARCHITECTURE --outstring=*"
        />
        <UserMacro
                Name="CopyDemosH"


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