very basic makefile for vs2003 (and the free tools). Please note that some programs...
authorRichard Campbell <betam4x@gmail.com>
Sat, 19 Jun 2004 12:40:41 +0000 (12:40 +0000)
committerRichard Campbell <betam4x@gmail.com>
Sat, 19 Jun 2004 12:40:41 +0000 (12:40 +0000)
svn path=/trunk/; revision=9726

reactos/tools/makefile.vs2003 [new file with mode: 0644]

diff --git a/reactos/tools/makefile.vs2003 b/reactos/tools/makefile.vs2003
new file mode 100644 (file)
index 0000000..def91aa
--- /dev/null
@@ -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
\ No newline at end of file