very basic makefile for vs2003 (and the free tools). Please note that some programs don't compile properly, will take a look at this later.

svn path=/trunk/; revision=9726
This commit is contained in:
Richard Campbell 2004-06-19 12:40:41 +00:00
parent 4444a6885d
commit b793f5ef6d

View file

@ -0,0 +1,13 @@
tools : buildno.c depends.c mkconfig.c mkflpimg.c rcopy.c rdel.c regtests.c rline.c rmkdir.c rrmdir.c rsym.c rtouch.c
cl buildno.c
cl depends.c
cl mkconfig.c
cl mkflpimg.c
cl rcopy.c
cl rdel.c
cl regtests.c
cl rline.c
cl rmkdir.c
cl rrmdir.c
cl rsym.c
cl rtouch.c