X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rosapps%2Fmakefile;h=161267a0e055e5634b4a7b9cf405430f6e53ff7f;hp=13272a5653a0273e8ff82ee84387b62c63b29399;hb=05a351a06faa8fd9d791a7302937d6727cfcf586;hpb=56ad48118f05d1e1ff156c99d3f217a19d372674;ds=sidebyside diff --git a/rosapps/makefile b/rosapps/makefile index 13272a5653a..161267a0e05 100644 --- a/rosapps/makefile +++ b/rosapps/makefile @@ -1,3 +1,13 @@ 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. + @echo To build "rosapps" there are two paths: + @echo --- + @echo 1. copy the rosapps folder into the reactos\modules folder + @echo 2. link reactos/modules/rosapps to rosapps + @echo UNIX + @echo cd $${ROS_SRC_ROOT}/reactos/modules + @echo ln -s $${ROS_SRC_ROOT}/rosapps rosapps + @echo WINDOWS + @echo cd %%ROS_SRC_ROOT%%\reactos\modules + @echo junction rosapps %%ROS_SRC_ROOT%%\rosapps + @echo --- + @echo Eventually you can run "make depends" in the \reactos directory to compile it.