diff options
author | Martin Sustrik <sustrik@fastmq.com> | 2009-09-09 12:13:19 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.com> | 2009-09-09 12:13:19 +0200 |
commit | 1864832adaa173b7c85d4321b8ff8c396ce6b9af (patch) | |
tree | 76e3ecd9ebeea539554c422f8c346363ee45ee02 /msvc/java/java.vcproj | |
parent | 65b8b2d2c78867ee2671f995f5f7c805abd00df2 (diff) |
building zmq.jar on win32 fixed
Diffstat (limited to 'msvc/java/java.vcproj')
-rw-r--r-- | msvc/java/java.vcproj | 8 |
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
jar -cfv ..\lib\zmq.jar org\zmq\Context.class org\zmq\Socket.class
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
jar -cfv ..\lib\zmq.jar org\zmq\Context.class org\zmq\Socket.class
cd ..\msvc\java" /> </Configuration> </Configurations> |