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
demo/Makefile Normal file
View File

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