Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 898 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 898 Bytes

ORC

ORC resource compiler

Project Build Status: Build status

ORC is a 32-bit resource compiler. It is part of the Orange C 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 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.