Forgot to remove the old libpng.
[reactos.git] / rosapps / makefile
index 13272a5..04a9680 100644 (file)
@@ -1,3 +1,20 @@
 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
+       \r
+ifeq ($(shell uname),)\r
+# Information for Windows users\r
+\r
+       @echo         cd %%_ROSSOURCEDIR%%\reactos\modules\r
+       @echo         junction rosapps %%_ROSSOURCEDIR%%\rosapps\r
+else\r
+# Information for UNIX users\r
+\r
+       @echo "        cd \$$_ROSSOURCEDIR/reactos/modules"\r
+       @echo "        ln -s \$$_ROSSOURCEDIR/rosapps rosapps"\r
+endif\r
+       \r
+       @echo ---\r
+       @echo Eventually you can run "make depends" in the \reactos directory to compile it.\r