reactos/rosapps
Colin Finck 57d74df773 [VGAFONTEDIT] Use the new header with SPDX license identifier and make the entire application GPL-2.0+
The code of the single GPL-2.0 only file "misc.c" was originally derived from GPL-2.0 only devmgmt.
I have now replaced it with the same code from LGPL-2.1+ mmc, which makes my application a full GPL-2.0+ work. This is legit, because I know that Thomas Weidenmueller is the original author of the "misc.c" code.

svn path=/trunk/; revision=75987
2017-09-29 13:58:14 +00:00
..
applications [VGAFONTEDIT] Use the new header with SPDX license identifier and make the entire application GPL-2.0+ 2017-09-29 13:58:14 +00:00
demos [MAZE*] 2015-05-16 21:00:03 +00:00
drivers [BOOTDATA] 2016-08-24 19:55:12 +00:00
lib [ROSAPPS] Add part of missing sysutils folder and needed win32err lib to build. 2015-04-25 17:41:44 +00:00
nukecamp started working on a ReactOS bootcamp management application. Just a mockup for now 2009-04-18 02:03:33 +00:00
templates [old_WORDPAD]: Fix typo (caught by user_trisquel). 2017-07-09 16:06:07 +00:00
CMakeLists.txt [SYSSETUP][SHORTCUTS.INF] Add FontSub program shortcut to Start Menu. Patch by Katayama Hirofumi MZ. 2017-07-22 16:55:08 +00:00
COPYING [ROSAPPS] Name copying the *nix way (in uppercases), just for fun. 2014-05-13 21:21:34 +00:00
Doxyfile activated Doxygen option SEARCHENGINE 2003-12-14 11:15:53 +00:00
readme.txt [ROS***]: Add few more information in the readme's. 2015-01-29 00:15:35 +00:00
rosapps_shortcuts.inf [SHORTCUTS.INF] Move the shortcut creation for screenshot.exe to the new rosapps_shortcuts.inf. Patch by Joachim Henze (reactosfanboy) 2017-07-22 20:23:33 +00: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