mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
building zmq.jar on win32 fixed
This commit is contained in:
parent
65b8b2d2c7
commit
1864832ada
@ -62,7 +62,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="../../lib/libjzmq.dll"
|
OutputFile="../../lib/jzmq.dll"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
/>
|
/>
|
||||||
@ -87,7 +87,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
Description="Creating JAR archive"
|
Description="Creating JAR archive"
|
||||||
CommandLine="jar -cfv ..\..\lib\zmq.jar ..\..\java\org\zmq\Context.class ..\..\java\org\zmq\Socket.class"
|
CommandLine="cd ..\..\java
jar -cfv ..\lib\zmq.jar org\zmq\Context.class org\zmq\Socket.class
cd ..\msvc\java"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -138,7 +138,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="../../lib/libjzmq.dll"
|
OutputFile="../../lib/jzmq.dll"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"
|
EnableCOMDATFolding="2"
|
||||||
@ -165,7 +165,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
Description="Creating JAR archive"
|
Description="Creating JAR archive"
|
||||||
CommandLine="jar -cfv ..\..\lib\zmq.jar ..\..\java\org\zmq\Context.class ..\..\java\org\zmq\Socket.class"
|
CommandLine="cd ..\..\java
jar -cfv ..\lib\zmq.jar org\zmq\Context.class org\zmq\Socket.class
cd ..\msvc\java"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user