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

29
util/ndbench.dsw Normal file
View File

@@ -0,0 +1,29 @@
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
Project: "ndbench"=.\ndbench.dsp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Global:
Package=<5>
{{{
}}}
Package=<3>
{{{
}}}
###############################################################################

3
util/test-all.ndb Normal file
View File

@@ -0,0 +1,3 @@
Batch_Run test-10K.ndb
Batch_Run test-100K.ndb
Batch_Run test-1M.ndb