reactos/rosapps
Hermès Bélusca-Maïto f02a81b1d9 [ROSAPPS/RDESKTOP]: Fix an heresy in the code.
svn path=/trunk/; revision=71349
2016-05-17 22:44:47 +00:00
..
applications [ROSAPPS/RDESKTOP]: Fix an heresy in the code. 2016-05-17 22:44:47 +00:00
demos [MAZE*] 2015-05-16 21:00:03 +00:00
drivers
lib
nukecamp
templates [ROSAPPS] 2016-03-28 21:54:06 +00:00
CMakeLists.txt [ROSAPPS] Add previously built templates back to build. Fix several warnings in dialog and mdi template. This should be it for rosapps stuff 2015-04-26 13:06:35 +00:00
COPYING
Doxyfile
readme.txt

====================
ReactOS Applications
====================

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.
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.

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