summaryrefslogtreecommitdiff
path: root/src/NMakefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-11-13 11:36:51 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2014-11-13 11:36:51 +0100
commitfeb041170121b703ddb48cc02c2e0c9ccfd94e7c (patch)
treee7c96fef7e6aae625e22bdbe32e93986200f69fc /src/NMakefile
parent5ebbe3d69ae442d5f751137cf000012870ba85a7 (diff)
downloadbiruda-feb041170121b703ddb48cc02c2e0c9ccfd94e7c.tar.gz
biruda-feb041170121b703ddb48cc02c2e0c9ccfd94e7c.tar.bz2
renamed sleep.h to port.h (for easy porting macros for Windows/Unix)
Diffstat (limited to 'src/NMakefile')
-rw-r--r--src/NMakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/NMakefile b/src/NMakefile
index baff2cf..927368a 100644
--- a/src/NMakefile
+++ b/src/NMakefile
@@ -42,9 +42,9 @@ biruda.exe: biruda.obj biruda_cmdline.obj master.obj coordinator.obj worker.obj
$(LINK) $(LINKFLAGS) $(LIBS) /out:$@ $**
biruda_cmdline.obj: biruda_cmdline.c
-biruda.obj: biruda.c biruda_cmdline.h master.h coordinator.h worker.h sleep.h system.h
-master.obj: master.c master.h sleep.h
-coordinator.obj: coordinator.c coordinator.h sleep.h system.h
+biruda.obj: biruda.c biruda_cmdline.h master.h coordinator.h worker.h port.h system.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