summaryrefslogtreecommitdiff
path: root/src/NMakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-12-04 10:15:55 +0100
committerAndreas Baumann <abaumann@yahoo.com>2014-12-04 10:15:55 +0100
commitd25b982cbe99837668a6928ffd556d678fbdb1c5 (patch)
tree902e31badcb1fdc9206fd81287c23bbd9b06984a /src/NMakefile
parentd5d78969be2903d30b948ba14353e6d476eb32a8 (diff)
downloadbiruda-d25b982cbe99837668a6928ffd556d678fbdb1c5.tar.gz
biruda-d25b982cbe99837668a6928ffd556d678fbdb1c5.tar.bz2
fix on Windows
Diffstat (limited to 'src/NMakefile')
-rw-r--r--src/NMakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/NMakefile b/src/NMakefile
index b7ff072..65af3b1 100644
--- a/src/NMakefile
+++ b/src/NMakefile
@@ -42,15 +42,16 @@ LIBS = libConfuse.lib pthreadVC2d.lib nanomsg.lib json-c.lib Ws2_32.lib glib-2.0
all: biruda.exe workertest.exe
-biruda.exe: biruda.obj biruda_cmdline.obj master.obj coordinator.obj worker.obj system.obj
+biruda.exe: biruda.obj biruda_cmdline.obj master.obj coordinator.obj worker.obj system.obj cli.obj
$(LINK) $(LINKFLAGS) $(LIBS) /out:$@ $**
biruda_cmdline.obj: biruda_cmdline.c
-biruda.obj: biruda.c biruda_cmdline.h master.h coordinator.h worker.h port.h system.h
+biruda.obj: biruda.c biruda_cmdline.h master.h coordinator.h worker.h port.h system.h cli.h
master.obj: master.c master.h port.h
coordinator.obj: coordinator.c coordinator.h port.h system.h
worker.obj: worker.c worker.h
system.obj: system.c system.h
+cli.obj: cli.c cli.h
biruda_cmdline.c: biruda.ggo
$(GENGETOPT) -F biruda_cmdline --unamed-opts --conf-parser --include-getopt -i $**