summaryrefslogtreecommitdiff
path: root/libs/timecode
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-07-11 12:48:31 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2014-07-11 12:56:18 +0100
commit15de7aa4337440de2ab874fd2d8cc906c8445e7a (patch)
tree24f380a34407955774a4d6080a83a79ade46ab7a /libs/timecode
parentc81604bc18c02683fb158c111261756c238abda0 (diff)
Make our 'libs/timecode' project dependent on libpbd
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).
Diffstat (limited to 'libs/timecode')
-rw-r--r--libs/timecode/MSVCtimecode/timecode.vcproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/timecode/MSVCtimecode/timecode.vcproj b/libs/timecode/MSVCtimecode/timecode.vcproj
index ac1046bc51..97ce3d16e2 100644
--- a/libs/timecode/MSVCtimecode/timecode.vcproj
+++ b/libs/timecode/MSVCtimecode/timecode.vcproj
@@ -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
@@ -139,6 +140,7 @@
/>
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="$(DllPrefix)pbd32.lib"
OutputFile="$(OutDir)\$(DllPrefix)$(ProjectName)32.dll"
AdditionalLibraryDirectories="F:\pthread-win32\Pre-built.2\lib"
SubSystem="2"
@@ -218,6 +220,7 @@
/>
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="$(DllPrefix)pbd32RDC.lib"
OutputFile="$(OutDir)\$(DllPrefix)$(ProjectName)32RDC.dll"
AdditionalLibraryDirectories="F:\pthread-win32\Pre-built.2\lib"
GenerateDebugInformation="true"