Linux Resource Compiler 1.2

lrc (The Linux Resource Compiler) is a system for packing many files into a single file for use in a program as its resources (such as the graphics and sounds used by a game). It consists of a command-line tool, called lrc, for compiling the resources and a library, called liblrc, to extract the resources from a file generated by the compiler.

Tags build-tool c++ compiler
License GNU LGPLv3
State stable

Recent Releases

1.228 Oct 2014 12:22 minor feature: * Allow embedding the compiled resource * Also read Windows .rc files (File containing only RCDATA entries) * Use C++11 regular expressions to parse the RC files