[glib] Update with new source files and dependencies



commit dc51eff2a9ca234fbb09c7b94c4643ea3750d80d
Author: Tor Lillqvist <tml iki fi>
Date:   Sat Mar 20 13:32:37 2010 +0200

    Update with new source files and dependencies

 build/win32/vs9/gio.vcproj     |   36 ++++++++++++++++++++++++++++++++----
 build/win32/vs9/glib.sln       |    1 +
 build/win32/vs9/glib.vcproj    |   21 +++++++++++++++++++++
 build/win32/vs9/gobject.vcproj |    4 ++++
 4 files changed, 58 insertions(+), 4 deletions(-)
---
diff --git a/build/win32/vs9/gio.vcproj b/build/win32/vs9/gio.vcproj
index 70e0edc..7f6bdb8 100644
--- a/build/win32/vs9/gio.vcproj
+++ b/build/win32/vs9/gio.vcproj
@@ -42,7 +42,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="ws2_32.lib shlwapi.lib dnsapi.lib"
+				AdditionalDependencies="zdll.lib ws2_32.lib shlwapi.lib dnsapi.lib"
 				OutputFile="$(OutDir)\$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll"
 				LinkIncremental="2"
 				ModuleDefinitionFile="$(IntDir)\gio.def"
@@ -76,7 +76,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="ws2_32.lib shlwapi.lib dnsapi.lib"
+				AdditionalDependencies="zdll.lib ws2_32.lib shlwapi.lib dnsapi.lib"
 				OutputFile="$(OutDir)\$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll"
 				LinkIncremental="1"
 				ModuleDefinitionFile="$(IntDir)\gio.def"
@@ -114,7 +114,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="ws2_32.lib shlwapi.lib dnsapi.lib"
+				AdditionalDependencies="zdll.lib ws2_32.lib shlwapi.lib dnsapi.lib"
 				OutputFile="$(OutDir)\$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll"
 				LinkIncremental="2"
 				ModuleDefinitionFile="$(IntDir)\gio.def"
@@ -148,7 +148,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="ws2_32.lib shlwapi.lib dnsapi.lib"
+				AdditionalDependencies="zdll.lib ws2_32.lib shlwapi.lib dnsapi.lib"
 				OutputFile="$(OutDir)\$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll"
 				LinkIncremental="1"
 				ModuleDefinitionFile="$(IntDir)\gio.def"
@@ -204,6 +204,22 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\gio\gcharsetconverter.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\gio\gconverter.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\gio\gconverterinputstream.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\gio\gconverteroutputstream.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\gio\gdatainputstream.c"
 				>
 			</File>
@@ -232,6 +248,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\gio\gfiledescriptorbased.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\gio\gfileattribute.c"
 				>
 			</File>
@@ -492,6 +512,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\gio\gzlibcompressor.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\gio\gzlibdecompressor.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\gio\gwin32appinfo.c"
 				>
 			</File>
diff --git a/build/win32/vs9/glib.sln b/build/win32/vs9/glib.sln
index 73056ad..1196284 100644
--- a/build/win32/vs9/glib.sln
+++ b/build/win32/vs9/glib.sln
@@ -10,6 +10,7 @@ EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gobject", "gobject.vcproj", "{F172EFFC-E30F-4593-809E-DB2024B1E753}"
 	ProjectSection(ProjectDependencies) = postProject
 		{12BCA020-EABF-429E-876A-A476BC9C10C0} = {12BCA020-EABF-429E-876A-A476BC9C10C0}
+		{C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C} = {C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}
 	EndProjectSection
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gthread", "gthread.vcproj", "{C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}"
diff --git a/build/win32/vs9/glib.vcproj b/build/win32/vs9/glib.vcproj
index 8d26c5a..8fa730a 100644
--- a/build/win32/vs9/glib.vcproj
+++ b/build/win32/vs9/glib.vcproj
@@ -184,9 +184,15 @@
 				RelativePath="..\..\..\glib\gbase64.c"
 			/>
 			<File
+				RelativePath="..\..\..\glib\gbitlock.c"
+			/>
+			<File
 				RelativePath="..\..\..\glib\gbookmarkfile.c"
 			/>
 			<File
+				RelativePath="..\..\..\glib\gbuffer.c"
+			/>
+			<File
 				RelativePath="..\..\..\glib\gcache.c"
 			/>
 			<File
@@ -346,6 +352,21 @@
 				RelativePath="..\..\..\glib\gutils.c"
 			/>
 			<File
+				RelativePath="..\..\..\glib\gvariant.c"
+			/>
+			<File
+				RelativePath="..\..\..\glib\gvariant-serialiser.c"
+			/>
+			<File
+				RelativePath="..\..\..\glib\gvarianttype.c"
+			/>
+			<File
+				RelativePath="..\..\..\glib\gvarianttypeinfo.c"
+			/>
+			<File
+				RelativePath="..\..\..\glib\gvariant-core.c"
+			/>
+			<File
 				RelativePath="..\..\..\glib\gwin32.c"
 			/>
 			<Filter
diff --git a/build/win32/vs9/gobject.vcproj b/build/win32/vs9/gobject.vcproj
index e267c46..a4db4a8 100644
--- a/build/win32/vs9/gobject.vcproj
+++ b/build/win32/vs9/gobject.vcproj
@@ -165,6 +165,10 @@
 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 			>
 			<File
+				RelativePath="..\..\..\gobject\gatomicarray.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\gobject\gboxed.c"
 				>
 			</File>



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