reactos/modules/rosapps
Joachim Henze ee87e20915 [0.4.13][CMD] Correctly honour the "short" path flag in %~var enhanced variables expansion (#5433) CORE-14096, [REACTOS] Cleanup CORE-18077
First and foremost this ports back:
0.4.15-dev-6317-g 8ce4b73920 [CMD] Correctly honour the "short" path flag in %~var enhanced variables expansion (#5433) CORE-14096
and some trivial whitespace-improvements in [CMD] and since that is still small and each rls-iso-creation takes me considerable amount of time I picked it together with:

0.4.15-dev-3887-g c3f4c11af1 [REACTOS] de-DE.rc in all modules: DIE! EINGABETASTE! DIE! CORE-18077
and since that one would have required me to also touch the abandoned Winefile-component ( == waste-of-time)
I instead just picked the following 2 commits as well:
0.4.15-dev-5633-g b82353cadd [WINEFILE] Remove Winefile application (#5030)
0.4.15-dev-3590-g 51b2197c12 [ROSAPPS] Remove unmaintained / half-implemented imagesoft (#3976)

size of cmd.exe after this commit (it did not increase):
cmd.exe master          RosBEWin2.2.2 GCC8.4.0 dbg x86  1.452.032 (0.4.15-dev-8157-gabd34b6)
cmd.exe releases/0.4.14 RosBEWin2.2.2 GCC8.4.0 dbg x86  1.317.376
cmd.exe releases/0.4.14 RosBEWin2.1.6 GCC4.7.2 dbg x86  1.278.976
cmd.exe releases/0.4.13 RosBEWin2.1.6 GCC4.7.2 dbg x86  1.278.464
cmd.exe releases/0.4.12 RosBEWin2.1.6 GCC4.7.2 dbg x86  1.315.328
cmd.exe releases/0.4.11 RosBEWin2.1.6 GCC4.7.2 dbg x86  1.315.328
cmd.exe releases/0.4.10 RosBEWin2.1.6 GCC4.7.2 dbg x86  1.313.280
cmd.exe releases/0.4. 9 RosBEWin2.1.6 GCC4.7.2 dbg x86  1.304.576
cmd.exe releases/0.4. 8 RosBEWin2.1.6 GCC4.7.2 dbg x86  1.304.064
cmd.exe releases/0.4. 7 RosBEWin2.1.6 GCC4.7.2 dbg x86  1.269.760
2024-06-02 20:10:40 +02:00
..
applications [0.4.13][CMD] Correctly honour the "short" path flag in %~var enhanced variables expansion (#5433) CORE-14096, [REACTOS] Cleanup CORE-18077 2024-06-02 20:10:40 +02:00
demos
drivers [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
include
lib [REACTOS] Fix MSVC printf format warnings 2019-08-15 15:24:12 +02:00
nukecamp
templates [MDI] Fix GCC build 2019-01-20 11:09:54 +01:00
CMakeLists.txt [0.4.13][ROSAPPS] Exclude the templates from compilation by default. 2023-02-26 13:16:31 +01:00
COPYING
Doxyfile
readme.txt
rosapps_shortcuts.inf [ROSAPPS_SHORTCUTS] Update Indonesian translation. 2019-06-20 17:31:39 +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