reactos/modules/rosapps
Julen Urizar Compains f7cab5a1d4
[TRANSLATION] Multiple minor fixes and addings. (#2516)
- Applications: eventvwr, fltmgr, servman.
- rosapps: arping, CTM, fontsub, fraginator, imagesoft, systeminfo, vcdcontroltool, vgafontedit.
- CPLs: desk.cpl.
- ReactOS Setup GUI app.
- Screensavers: butterflies, maze, Starfield.
- System: NTVDM, printing/monitors/localmon; the freeze dialog in user32, the error strings in usersrv.
2020-04-09 18:13:46 +02:00
..
applications [TRANSLATION] Multiple minor fixes and addings. (#2516) 2020-04-09 18:13:46 +02:00
demos Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
drivers [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
include [VFD] Import the VFD project (Virtual Floppy Drive) which allows creating virtual 2017-12-16 21:48:34 +01:00
lib [REACTOS] Fix MSVC printf format warnings 2019-08-15 15:24:12 +02:00
nukecamp Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
templates Update german translation (#2291) 2020-02-08 12:55:53 +01:00
CMakeLists.txt [VFD] Import the VFD project (Virtual Floppy Drive) which allows creating virtual 2017-12-16 21:48:34 +01:00
COPYING Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
Doxyfile Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
readme.txt [MODULES] Update README file, with instructions about how to include rostests and rosapps (#613) 2018-06-12 23:38:05 +02:00
rosapps_shortcuts.inf [TRANSLATION] Multiple minor fixes and addings. (#2516) 2020-04-09 18:13:46 +02:00

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