https://github.com/katahiromz/rcontrolpanel
Independent ReactOS Control Panel
https://github.com/katahiromz/rcontrolpanel
c-lang c-language control-panel reactos win32 win32api windows windows-10 windows-11
Last synced: 4 days ago
JSON representation
Independent ReactOS Control Panel
- Host: GitHub
- URL: https://github.com/katahiromz/rcontrolpanel
- Owner: katahiromz
- License: gpl-2.0
- Created: 2024-08-24T10:08:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-24T10:30:22.000Z (about 1 year ago)
- Last Synced: 2025-09-30T03:34:35.336Z (14 days ago)
- Topics: c-lang, c-language, control-panel, reactos, win32, win32api, windows, windows-10, windows-11
- Language: C
- Homepage: https://reactos.org/
- Size: 134 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#  Independent ReactOS Control Panel
This is `"Independent ReactOS Control Panel"` from [ReactOS](https://reactos.org/).

It's a free and open source software for Windows XP and later.
## Main code contributors
- Copyright 2004 Gero Kuehn (reactos.filter@gkware.com)
- Copyright 2008 Colin Finck (colin@reactos.org)
- Copyright 2014 Hermès Bélusca-Maïto (hermes.belusca-maito@reactos.org)
- and more!## How to build?
Please use ReactOS Build Environment (RosBE).
```bash
git clone https://github.com/katahiromz/RControlPanel
cd RControlPanel
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release .
ninja
strip control.exe
```Tested on RosBE and MinGW.
## License
- GPL 2.0