https://github.com/ladsoft/orc
ORC 32-bit windows resource compiler
https://github.com/ladsoft/orc
resource-compiler windows
Last synced: 7 days ago
JSON representation
ORC 32-bit windows resource compiler
- Host: GitHub
- URL: https://github.com/ladsoft/orc
- Owner: LADSoft
- License: gpl-3.0
- Created: 2022-07-23T18:04:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T03:41:00.000Z (about 3 years ago)
- Last Synced: 2025-09-09T09:48:02.829Z (10 months ago)
- Topics: resource-compiler, windows
- Language: C++
- Homepage:
- Size: 6.02 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ORC
=======
ORC resource compiler
Project Build Status:
[](https://ci.appveyor.com/project/LADSoft/orc)
ORC is a 32-bit resource compiler. It is part of the [Orange C](https://www.github.com/LADSoft/OrangeC) toolchain.
ORC takes a standard windows RC file, and produces a RES file. Both the RC and RES files are in standard windows format, meaning ORC should process any standard resource file, and produce a RES file useable by most windows linkers.
Source Code for ORC is released under the GNU General Public License version 3.
The [Appveyor CI](https://ci.appveyor.com/project/LADSoft/ORC) project for this repository builds a setup file after each checkin. It uses `omake` to do this. The project can be built either by running omake, or by using the VS2019 solution which is included.