Browse Source

fixed release build for win64

Signed-off-by: fadedreamz <fadedreamz@gmail.com>
etomic
fadedreamz 8 years ago
parent
commit
f2579c2495
  1. BIN
      OSlibs/win/x64/release/nanomsg.dll
  2. BIN
      OSlibs/win/x64/release/nanomsg.lib
  3. 3
      iguana.vcxproj

BIN
OSlibs/win/x64/release/nanomsg.dll

Binary file not shown.

BIN
OSlibs/win/x64/release/nanomsg.lib

Binary file not shown.

3
iguana.vcxproj

@ -152,7 +152,8 @@
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>Ws2_32.lib;Advapi32.lib;$(SolutionDir)OSlibs\win\x64\pthread_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>Ws2_32.lib;Advapi32.lib;$(SolutionDir)OSlibs\win\x64\pthread_lib.lib;nanomsg.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>.\OSlibs\win\x64\release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemGroup>

Loading…
Cancel
Save