summaryrefslogtreecommitdiff
path: root/src/NMakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-09-15 16:17:31 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-09-15 16:17:31 +0200
commit32ab9f94ebbfcc1528e18db8f7ae650b49b6007e (patch)
treeb918df19a0d10bf76b389c92d67efba76e8eaad4 /src/NMakefile
parentf370e929588815ebb19e5d9c49c24a224f320b10 (diff)
downloadbiruda-32ab9f94ebbfcc1528e18db8f7ae650b49b6007e.tar.gz
biruda-32ab9f94ebbfcc1528e18db8f7ae650b49b6007e.tar.bz2
WSAStartup and WSACleanup are called properly in nanomsg library, removed
them from biruda.c
Diffstat (limited to 'src/NMakefile')
-rw-r--r--src/NMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NMakefile b/src/NMakefile
index 2568238..73c30ea 100644
--- a/src/NMakefile
+++ b/src/NMakefile
@@ -59,7 +59,7 @@ clean:
@-erase biruda.exe 2>NUL
@-erase biruda_cmdline.h biruda_cmdline.c 2>NUL
-run:
+run: all
@-copy $(CONFUSE_DIR)\bin\libConfuse.dll .
@-copy $(PTHREADS_W32_DIR)\pthreadVC2d.dll .
@-copy $(NANOMSG_DIR)\bin\nanomsg.dll .