initial import

This commit is contained in:
Josh Coalson
2002-10-16 23:40:10 +00:00
parent 914b3eec7e
commit affeaa7ca4
5 changed files with 327 additions and 0 deletions

11
Makefile.vc Normal file
View File

@@ -0,0 +1,11 @@
!include <win32.mak>
all:
cd src
nmake /f Makefile.vc
cd ..
clean:
cd src
nmake /f Makefile.vc clean
cd ..