reactos/modules/rosapps
Andrew Dent 72ea2d4c26
[REACTOS] Spelling fixes (#5534)
Fix spellings / hyphenation: `unassociate` ; `read-only` ; `double-click`
2023-08-09 11:48:07 +02:00
..
applications [REACTOS] Spelling fixes (#5534) 2023-08-09 11:48:07 +02:00
demos
drivers [INF] Set manufacturer as ReactOS Project for consistency 2022-06-27 17:00:18 +03:00
include
lib
nukecamp
templates ['OLD'_WORDPAD] General resources in rsrc.rc are language-neutral. 2022-12-10 00:40:53 +01:00
CMakeLists.txt [ROSAPPS] Exclude the templates from compilation by default. 2022-12-10 00:36:13 +01:00
COPYING
Doxyfile
readme.txt
rosapps_shortcuts.inf

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

This directory contains extra applications 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.
The module requires to be enabled during the "configure" process.

To include the module in your build folder, run the configure script with the flags -DENABLE_ROSAPPS=1

# For Windows users

    configure.cmd -DENABLE_ROSAPPS=1

# For UNIX users

    ./configure.sh -DENABLE_ROSAPPS=1