/
MichaelAgarkov
/
reactos
ОбзорДокументацияВойти
/
MichaelAgarkov
/
reactos
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность

Репозиторий помещен в архив 03 апреля 2026. Вся функциональность доступна только для чтения.

ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
reactos/
modules/rosapps/
..
applications

[SYSTEMINFO] Improve imports, includes, LP* -> P*, etc.

4 месяца назад
demos

[BASE][DLL][ROSAPPS][SCREENSAVERS] Remove deprecated legacy Win16 resource attributes (#7567)

2 года назад
drivers

[DRIVERS] Fix misusages of the RTL_REGISTRY_OPTIONAL flag.

2 года назад
include

[VFD] Properly mark ReactOS's diffs

2 года назад
lib

[PROGMAN][MSPORTS][VFDLIB][CONSRV] Update resource encoding to be utf8

год назад
nukecamp

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
templates

[BASE][DLL][ROSAPPS][SCREENSAVERS] Remove deprecated legacy Win16 resource attributes (#7567)

2 года назад
CMakeLists.txt

[VFD] Remove 2 useless CMakeLists.txt

2 года назад
COPYING

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
Doxyfile

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
readme.txt

[FORMATTING] Remove trailing whitespace. Addendum to 34593d9.

5 лет назад
rosapps_shortcuts.inf

[TRANSLATION] Update Turkish (tr-TR) translations (#3958)

5 лет назад
readme.txt
====================
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