Added makefile which tell how to compile rosapps.
Added: trunk/rosapps/makefile
--- trunk/rosapps/makefile 2005-07-23 17:40:48 UTC (rev 16705) +++ trunk/rosapps/makefile 2005-07-23 17:45:41 UTC (rev 16706) @@ -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.