AVGirl / wcrt

WCRT CMake build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WCRT - Win32API CRT

About

WCRT is a small C runtime library for Visual C++, which implements parts of its functionality through calls to the Win32API. It is meant as a replacement for the Visual C runtime library (libc.lib).

The main purpose of this library is to allow the creation of small statically linked executables from regular C source files.

Please read the documentation file 'doc/WCRT-1.12.chm'.

The original code (x86 Windows) was written in 2006 by Joergen Ibsen / Jibz (http://www.ibsensoftware.com/). This instance of it is an attempt to update wcrt to be 64-bit compatible.

License

WCRT is made available under the zlib license:

WCRT - Win32API CRT

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.

  2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.

  3. This notice may not be removed or altered from any source distribution.

About

WCRT CMake build


Languages

Language:C 56.2%Language:Assembly 40.7%Language:C++ 1.7%Language:CMake 0.9%Language:Makefile 0.4%