mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
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:
parent
4444a6885d
commit
b793f5ef6d
1 changed files with 13 additions and 0 deletions
13
reactos/tools/makefile.vs2003
Normal file
13
reactos/tools/makefile.vs2003
Normal 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
|
Loading…
Reference in a new issue