Make our 'libs/timecode' project dependent on libpbd
authorJohn Emmas <johne53@tiscali.co.uk>
Fri, 11 Jul 2014 11:48:31 +0000 (12:48 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Fri, 11 Jul 2014 11:56:18 +0000 (12:56 +0100)
This is needed because one of its source modules now references 'rint()' (which isn't available in MSVC, although we already simulate it in libbd).

libs/timecode/MSVCtimecode/timecode.vcproj

index ac1046bc5165f0902ca9f99768449d4a3117fd24..97ce3d16e2ee40398c40c1d532b0fb2b9b66bbb1 100644 (file)
@@ -60,6 +60,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
+                               AdditionalDependencies="$(DllPrefix)pbd32D.lib"
                                OutputFile="$(OutDir)\$(DllPrefix)$(ProjectName)32D.dll"
                                AdditionalLibraryDirectories="F:\pthread-win32\Pre-built.2\lib"
                                GenerateDebugInformation="true"
@@ -88,7 +89,7 @@
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCLinkerTool"
+                               AdditionalDependencies="$(DllPrefix)pbd32.lib"
                                OutputFile="$(OutDir)\$(DllPrefix)$(ProjectName)32.dll"
                                AdditionalLibraryDirectories="F:\pthread-win32\Pre-built.2\lib"
                                SubSystem="2"
                        />
                        <Tool
                                Name="VCLinkerTool"
+                               AdditionalDependencies="$(DllPrefix)pbd32RDC.lib"
                                OutputFile="$(OutDir)\$(DllPrefix)$(ProjectName)32RDC.dll"
                                AdditionalLibraryDirectories="F:\pthread-win32\Pre-built.2\lib"
                                GenerateDebugInformation="true"