diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-02-21 15:14:25 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-02-21 15:14:25 +0800 |
commit | 332a7c9c6e20b581ee638ba08b58c35b092f4bed (patch) | |
tree | 08923cb214dcf4242f6561277a680014f366891b /build | |
parent | 77154f295f863b85e5c0f42c6dc3cc7b3fea3622 (diff) | |
download | gtk+-332a7c9c6e20b581ee638ba08b58c35b092f4bed.tar.gz |
Update GDK Visual Studio projects
Link to winmm.lib as well, as we are now using timeEndPeriod() and
timeBeginPeriod() since commit 5dbf814f (win32: Request higher
precision timers during animations).
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs10/gdk.vcxprojin | 8 | ||||
-rw-r--r-- | build/win32/vs9/gdk.vcprojin | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/build/win32/vs10/gdk.vcxprojin b/build/win32/vs10/gdk.vcxprojin index 11f47c4fa0..4eb739b9cf 100644 --- a/build/win32/vs10/gdk.vcxprojin +++ b/build/win32/vs10/gdk.vcxprojin @@ -86,7 +86,7 @@ <DebugInformationFormat>EditAndContinue</DebugInformationFormat> </ClCompile> <Link> - <AdditionalDependencies>imm32.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>imm32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile> <ModuleDefinitionFile>$(IntDir)gdk.def</ModuleDefinitionFile> <GenerateDebugInformation>true</GenerateDebugInformation> @@ -106,7 +106,7 @@ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> </ClCompile> <Link> - <AdditionalDependencies>imm32.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>imm32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile> <ModuleDefinitionFile>$(IntDir)gdk.def</ModuleDefinitionFile> <GenerateDebugInformation>true</GenerateDebugInformation> @@ -131,7 +131,7 @@ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> </ClCompile> <Link> - <AdditionalDependencies>imm32.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>imm32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile> <ModuleDefinitionFile>$(IntDir)gdk.def</ModuleDefinitionFile> <GenerateDebugInformation>true</GenerateDebugInformation> @@ -151,7 +151,7 @@ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> </ClCompile> <Link> - <AdditionalDependencies>imm32.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>imm32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile> <ModuleDefinitionFile>$(IntDir)gdk.def</ModuleDefinitionFile> <GenerateDebugInformation>true</GenerateDebugInformation> diff --git a/build/win32/vs9/gdk.vcprojin b/build/win32/vs9/gdk.vcprojin index e41cd7c20f..dffea3c3dc 100644 --- a/build/win32/vs9/gdk.vcprojin +++ b/build/win32/vs9/gdk.vcprojin @@ -42,7 +42,7 @@ />
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="imm32.lib"
+ AdditionalDependencies="imm32.lib winmm.lib"
OutputFile="$(OutDir)\$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll"
LinkIncremental="1"
ModuleDefinitionFile="$(IntDir)\gdk.def"
@@ -73,7 +73,7 @@ />
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="imm32.lib"
+ AdditionalDependencies="imm32.lib winmm.lib"
OutputFile="$(OutDir)\$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll"
LinkIncremental="1"
ModuleDefinitionFile="$(IntDir)\gdk.def"
@@ -108,7 +108,7 @@ />
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="imm32.lib"
+ AdditionalDependencies="imm32.lib winmm.lib"
OutputFile="$(OutDir)\$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll"
LinkIncremental="1"
ModuleDefinitionFile="$(IntDir)\gdk.def"
@@ -139,7 +139,7 @@ />
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="imm32.lib"
+ AdditionalDependencies="imm32.lib winmm.lib"
OutputFile="$(OutDir)\$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll"
LinkIncremental="1"
ModuleDefinitionFile="$(IntDir)\gdk.def"
|