reactos/modules/rosapps
Timo Kreuzer 6b1ca75899
[REACTOS] Fix 64 bit build (#465)
* [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
2018-04-03 15:13:17 -06:00
..
applications [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06:00
demos
drivers [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06:00
include [VFD] Import the VFD project (Virtual Floppy Drive) which allows creating virtual 2017-12-16 21:48:34 +01:00
lib [VFDLIB] More 64 bit fixes 2018-03-04 16:27:07 +01:00
nukecamp
templates [PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER 2018-03-04 16:27:07 +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
Doxyfile
readme.txt
rosapps_shortcuts.inf [TRANSLATION][BROWSEUI][MEDIA] Simplified Chinese translations update (#360) 2018-02-05 18:47:53 +01:00

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