[RAPPS][RAPPS.COM] Introduce a rapps console shim 3252/head
authorMark Jansen <mark.jansen@reactos.org>
Sun, 20 Sep 2020 20:18:08 +0000 (22:18 +0200)
committerMark Jansen <mark.jansen@reactos.org>
Sun, 25 Oct 2020 14:44:33 +0000 (15:44 +0100)
commit964c22c1cae372ad6562207fcbffa67c193dd501
treee7dcad275108a9130f57840465b9b4b5bcf0dcd9
parent4ffd9fb3a0489ad93ab36d65298f056650120b25
[RAPPS][RAPPS.COM] Introduce a rapps console shim
rapps.com will be launched when running 'rapps' from cmd or
from run, and since it is a console application, explorer/ cmd will
wait for it.
This rapps.com passes the commandline to rapps.exe,
and wait for rapps.exe to exit before closing.

CORE-17281
base/applications/CMakeLists.txt
base/applications/rapps/CMakeLists.txt
base/applications/rapps/appview.cpp
base/applications/rapps/available.cpp
base/applications/rapps/include/unattended.h
base/applications/rapps/unattended.cpp
base/applications/rapps/winmain.cpp
base/applications/rapps_com/CMakeLists.txt [new file with mode: 0644]
base/applications/rapps_com/main.c [new file with mode: 0644]
base/applications/rapps_com/main.ico [new file with mode: 0644]
base/applications/rapps_com/rapps.rc [new file with mode: 0644]