diff options
author | Tor Lillqvist <tml@iki.fi> | 2010-03-20 13:32:37 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2010-03-20 13:32:37 +0200 |
commit | dc51eff2a9ca234fbb09c7b94c4643ea3750d80d (patch) | |
tree | 33fd22a64906a0743abcd806b08b10f06ed04c3b /build | |
parent | 782de94c587cc3eed53653443439b62aaee19200 (diff) |
Update with new source files and dependencies
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs9/gio.vcproj | 36 | ||||
-rw-r--r-- | build/win32/vs9/glib.sln | 1 | ||||
-rw-r--r-- | build/win32/vs9/glib.vcproj | 21 | ||||
-rw-r--r-- | 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 70e0edc62..7f6bdb83c 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 73056aded..1196284f4 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 8d26c5a49..8fa730ae2 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 e267c46c5..a4db4a8a7 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> |