mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
6b1ca75899
* [HAL] Simplify HalpReboot() and make it portable * [NTOS:MM] Cast constant to PVOID * [BINPATCH] Fix 64 bit build * [VFDDRV] Fix 64 bit build and buffer overruns * [USBOHCI] Fix structure alignment issues * [ATL_APITEST] Fix 64 bit build * [XDK] Update unwind structures in winnt.h * [NTDLL_APITEST] Fix 64 bit build * [NTDLL_WINETEST] Fix 64 bit build * [TFTPD] Fix x64 build * [USBPORT] Fix a C_ASSERT * [DSOUND] Fix x64 build * [HAL] Remove obsolete GetPteAddress() macro |
||
---|---|---|
.. | ||
applications | ||
demos | ||
drivers | ||
include | ||
lib | ||
nukecamp | ||
templates | ||
CMakeLists.txt | ||
COPYING | ||
Doxyfile | ||
readme.txt | ||
rosapps_shortcuts.inf |
==================== 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