First draft of thread abstraction.

This commit is contained in:
Jack Moffitt
2005-06-21 23:56:20 +00:00
parent acaebfcb51
commit 886b9e602c
3 changed files with 155 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ Sources = Split("""
sha1.c
md5.c
util.c
thread.c
""")
Headers = Split("""
@@ -55,6 +56,7 @@ Headers = Split("""
sha1.h
md5.h
util.h
thread.h
""")
Examples = Split("""