dioslibre / minicrt

Alternative Windows C runtime for minimal binary size

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniCRT

An alternative Windows C runtime library for minimizing the size of output binaries. The code is from Malcolm Smith (2014). This is (so far) just a Github upload with added Visual Studio 2010 project files.

History

If you go searching for a smaller version of the Windows C run time library you'll eventually find a progression of updates that flow from Matt Pietrek's LIBCTINY way back in the mid 90's.

###Also called MiniCRT

Building

Visual Studio project files are included in vsproj/. Makefile versions for Visual Studio's nmake and MinGW make are also included.

License

See license file.

About

Alternative Windows C runtime for minimal binary size

License:Other


Languages

Language:C 96.5%Language:Makefile 3.5%