From 56ad48118f05d1e1ff156c99d3f217a19d372674 Mon Sep 17 00:00:00 2001 From: Maarten Bosma Date: Sat, 23 Jul 2005 17:45:41 +0000 Subject: [PATCH] Added makefile which tell how to compile rosapps. svn path=/trunk/; revision=16706 --- rosapps/makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rosapps/makefile diff --git a/rosapps/makefile b/rosapps/makefile new file mode 100644 index 00000000000..13272a5653a --- /dev/null +++ b/rosapps/makefile @@ -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. -- 2.17.1