Skip to content

Commit

Permalink
Merge branch '2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
jdc8 committed May 11, 2012
2 parents 1a60251 + 3f79fb9 commit de1bbab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion zmq_nMakefiles/nMakefile
Expand Up @@ -4,7 +4,11 @@
# Specify the ZMQDIR=<path_to_libzmq> and INSTALLDIR=<path> on the nmake command
# line
#
# Use targets all32, lib32, all64, lib64 or headers
# Use the following commands to build and install the zmq library for 32 or 64 bit:
#
# % nmake /f nMakefile ZMQDIR=../../libzmq INSTALLDIR=. all32
#
# % nmake /f nMakefile ZMQDIR=../../libzmq INSTALLDIR=. all64
#

ZMQDIR = ..\..\libzmq
Expand Down

0 comments on commit de1bbab

Please sign in to comment.