[glib] Update Visual C++ property sheets



commit 0b2919a93a8deba7d233ccad6222e9eb92d7ccf5
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Sat Dec 15 00:28:30 2012 +0800

    Update Visual C++ property sheets
    
    The last commit (Add a preconfigured gio/gnetworking.h for Windows) has to
    be split into two as git am does not like a patch that deals with files
    that have different line feeds.
    
    This updates the property sheets to use the pre-configured
    gio/gnetworking.h during the build process.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690163

 build/win32/vs10/glib.props  |    6 +++---
 build/win32/vs9/glib.vsprops |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/build/win32/vs10/glib.props b/build/win32/vs10/glib.props
index 44be8f4..fba6bc7 100644
--- a/build/win32/vs10/glib.props
+++ b/build/win32/vs10/glib.props
@@ -571,11 +571,11 @@ copy ..\..\..\gmodule\gmoduleconf.h.win32 ..\..\..\gmodule\gmoduleconf.h
 
 :DONE_GMODULECONF_H
 
-if exist ..\..\..\gio\gconstructor_as_data.h goto DONE_GCONSTRUCTOR_AS_DATA_H
+if exist ..\..\..\gio\gnetworking.h goto DONE_GNETWORKING_H
 
-perl ..\..\..\gio\data-to-c.pl ..\..\..\glib\gconstructor.h gconstructor_code > ..\..\..\gio\gconstructor_as_data.h
+copy ..\..\..\gio\gnetworking.h.win32 ..\..\..\gio\gnetworking.h
 
-:DONE_GCONSTRUCTOR_AS_DATA_H
+:DONE_GNETWORKING_H
 
 </Command>
     </PreBuildEvent>
diff --git a/build/win32/vs9/glib.vsprops b/build/win32/vs9/glib.vsprops
index 84b60f2..f4211c8 100644
--- a/build/win32/vs9/glib.vsprops
+++ b/build/win32/vs9/glib.vsprops
@@ -32,9 +32,9 @@ if exist ..\..\..\gmodule\gmoduleconf.h goto DONE_GMODULECONF_H&#x0D;&#x0A;
 copy ..\..\..\gmodule\gmoduleconf.h.win32 ..\..\..\gmodule\gmoduleconf.h&#x0D;&#x0A;
 :DONE_GMODULECONF_H&#x0D;&#x0A;
 
-if exist ..\..\..\gio\gconstructor_as_data.h goto DONE_GCONSTRUCTOR_AS_DATA_H&#x0D;&#x0A;
-perl ..\..\..\gio\data-to-c.pl ..\..\..\glib\gconstructor.h gconstructor_code > ..\..\..\gio\gconstructor_as_data.h&#x0D;&#x0A;
-:DONE_GCONSTRUCTOR_AS_DATA_H&#x0D;&#x0A;
+if exist ..\..\..\gio\gnetworking.h goto DONE_GNETWORKING_H&#x0D;&#x0A;
+copy ..\..\..\gio\gnetworking.h.win32 ..\..\..\gio\gnetworking.h&#x0D;&#x0A;
+:DONE_GNETWORKING_H&#x0D;&#x0A;
 "
 	/>
 	<UserMacro



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