Fix release build of dflat32, initalizing some vars and fixing one typo.
[reactos.git] / rosapps / makefile
index 13272a5..161267a 100644 (file)
@@ -1,3 +1,13 @@
 all: \r
-       @echo To build rosapps it has to be copied it into the reactos\modules folder. After \r
-       @echo this you can run "make depends" in the \reactos directory to compile it.\r
+       @echo To build "rosapps" there are two paths:\r
+       @echo ---\r
+       @echo 1. copy the rosapps folder into the reactos\modules folder\r
+       @echo 2. link reactos/modules/rosapps to rosapps\r
+       @echo    UNIX\r
+       @echo         cd $${ROS_SRC_ROOT}/reactos/modules\r
+       @echo         ln -s $${ROS_SRC_ROOT}/rosapps rosapps\r
+       @echo    WINDOWS\r
+       @echo         cd %%ROS_SRC_ROOT%%\reactos\modules\r
+       @echo         junction rosapps %%ROS_SRC_ROOT%%\rosapps\r
+       @echo ---\r
+       @echo Eventually you can run "make depends" in the \reactos directory to compile it.\r