Added makefile which tell how to compile rosapps.

svn path=/trunk/; revision=16706
This commit is contained in:
Maarten Bosma 2005-07-23 17:45:41 +00:00
parent 7669e8fd6d
commit 56ad48118f

3
rosapps/makefile Normal file
View file

@ -0,0 +1,3 @@
all:
@echo To build rosapps it has to be copied it into the reactos\modules folder. After
@echo this you can run "make depends" in the \reactos directory to compile it.