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=9810
This commit is contained in:
Richard Campbell 2004-06-22 10:46:09 +00:00
parent c7ce024b3a
commit 55dc4a9268

View file

@ -1,13 +0,0 @@
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