summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.com>2009-09-09 12:13:19 +0200
committerMartin Sustrik <sustrik@fastmq.com>2009-09-09 12:13:19 +0200
commit1864832adaa173b7c85d4321b8ff8c396ce6b9af (patch)
tree76e3ecd9ebeea539554c422f8c346363ee45ee02
parent65b8b2d2c78867ee2671f995f5f7c805abd00df2 (diff)
building zmq.jar on win32 fixed
-rw-r--r--msvc/java/java.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/msvc/java/java.vcproj b/msvc/java/java.vcproj
index 42458b1..d65b20a 100644
--- a/msvc/java/java.vcproj
+++ b/msvc/java/java.vcproj
@@ -62,7 +62,7 @@
/>
<Tool
Name="VCLinkerTool"
- OutputFile="../../lib/libjzmq.dll"
+ OutputFile="../../lib/jzmq.dll"
GenerateDebugInformation="true"
TargetMachine="1"
/>
@@ -87,7 +87,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Creating JAR archive"
- CommandLine="jar -cfv ..\..\lib\zmq.jar ..\..\java\org\zmq\Context.class ..\..\java\org\zmq\Socket.class"
+ CommandLine="cd ..\..\java&#x0D;&#x0A;jar -cfv ..\lib\zmq.jar org\zmq\Context.class org\zmq\Socket.class&#x0D;&#x0A;cd ..\msvc\java"
/>
</Configuration>
<Configuration
@@ -138,7 +138,7 @@
/>
<Tool
Name="VCLinkerTool"
- OutputFile="../../lib/libjzmq.dll"
+ OutputFile="../../lib/jzmq.dll"
GenerateDebugInformation="true"
OptimizeReferences="2"
EnableCOMDATFolding="2"
@@ -165,7 +165,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Creating JAR archive"
- CommandLine="jar -cfv ..\..\lib\zmq.jar ..\..\java\org\zmq\Context.class ..\..\java\org\zmq\Socket.class"
+ CommandLine="cd ..\..\java&#x0D;&#x0A;jar -cfv ..\lib\zmq.jar org\zmq\Context.class org\zmq\Socket.class&#x0D;&#x0A;cd ..\msvc\java"
/>
</Configuration>
</Configurations>