Merge win32 branche (1.1.2.1) with main trunc !

This commit is contained in:
agibert
2001-11-26 10:17:43 +00:00
parent 92131843d6
commit 4beb39c2dc
8 changed files with 221 additions and 0 deletions

8
util/Makefile Normal file
View File

@@ -0,0 +1,8 @@
all: ndbench
ndbench: ndbench.c ../../libver/ver.h ../lib/node.h ../../libver/libver.so ../lib/libnode.so Makefile
gcc -g -o ndbench -I ../../libver -I ../lib -ldl ../../libver/libver.so ../lib/libnode.so ndbench.c
clean:
rm ndbench