2006-03-05 13:57:35 +00:00
|
|
|
====================
|
|
|
|
ReactOS Applications
|
|
|
|
====================
|
|
|
|
|
2004-04-06 21:04:42 +00:00
|
|
|
This directory contains extra applicatons for ReactOS.
|
|
|
|
Make sure you also have a copy of the rest of the ReactOS
|
|
|
|
source before you attempt to build anything in this module.
|
2008-04-14 20:05:52 +00:00
|
|
|
It is to be placed under "modules" subdirectory of a trunk checkout.
|
|
|
|
No additional changes to build files are necessary, it'll be picked up
|
|
|
|
automatically.
|
2015-01-29 00:15:35 +00:00
|
|
|
|
|
|
|
To include "rosapps" in your build folder:
|
|
|
|
1. Copy the rosapps folder into the reactos\modules folder, or
|
|
|
|
2. Link reactos/modules/rosapps to rosapps
|
|
|
|
|
|
|
|
# For Windows users
|
|
|
|
|
|
|
|
cd %%_ROSSOURCEDIR%%\reactos\modules
|
|
|
|
mklink /j rosapps %%_ROSSOURCEDIR%%\rosapps
|
|
|
|
|
|
|
|
# For UNIX users
|
|
|
|
|
|
|
|
cd \$$_ROSSOURCEDIR/reactos/modules
|
|
|
|
ln -s \$$_ROSSOURCEDIR/rosapps rosapps
|