]> git.mxchange.org Git - flightgear.git/commitdiff
Fix OpenThreads DLL name for Windows build
authorClément de l'Hamaide <clemaez@hotmail.fr>
Mon, 30 Sep 2013 18:08:05 +0000 (20:08 +0200)
committerClément de l'Hamaide <clemaez@hotmail.fr>
Mon, 30 Sep 2013 18:08:05 +0000 (20:08 +0200)
package/Win-NSIS/flightgear-nightly-vs2010.nsi
package/Win-NSIS/flightgear64-nightly-vs2010.nsi

index 27d610075b0c74703f496f6ca2e4e0a577284f16..3e50f32bebc3d1b47c651f3a6325e5ad284dca94 100644 (file)
@@ -82,7 +82,7 @@ Section "" ;No components page, name is not important
   File ${OSGInstallDir}\bin\osg${OSGSoNumber}-osgSim.dll
   File ${OSGInstallDir}\bin\osg${OSGSoNumber}-osgFX.dll
   
-  File ${OSGInstallDir}\bin\ot12-OpenThreads.dll
+  File ${OSGInstallDir}\bin\ot13-OpenThreads.dll
   
   File ${ThirdPartyBinDir}\*.dll
   
index f8d03de7862016f2710ba0e97e71b3520e951ddd..8a0c591b94d8c20953250a147774f72f75f4f618 100644 (file)
@@ -81,7 +81,7 @@ Section "" ;No components page, name is not important
   File ${OSGInstallDir}\bin\osg${OSGSoNumber}-osgSim.dll
   File ${OSGInstallDir}\bin\osg${OSGSoNumber}-osgFX.dll
   
-  File ${OSGInstallDir}\bin\ot12-OpenThreads.dll
+  File ${OSGInstallDir}\bin\ot13-OpenThreads.dll
   
   File ${ThirdPartyBinDir}\*.dll