Giter Site home page Giter Site logo

lifenjoiner / mingw-w64-tcc Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 32.28 MB

MinGW-w64 mod header files for tcc (Tiny C Compiler)

License: Other

Makefile 13.22% Shell 1.23% M4 0.05% C 46.83% C++ 37.95% Objective-C 0.01% Assembly 0.12% CWeb 0.01% HTML 0.42% CSS 0.01% Lex 0.01% Yacc 0.17%
tcc tcc-compiler tcc-headers mingw-w64

mingw-w64-tcc's Introduction

This is a mod of the MinGW-w64 to produce header files for tcc (Tiny C Compiler)

Tcc aims tiny piece of code, including dependencies and foot prints. And here we aims to leave the runtime codes unused, keeping the tcc runtime tiny. Do not mention that tcc doesn't support C++ ...

MinGW based means targeting Windows :)

For easier upstream commits merge, it keeps the whole MinGW-w64 structure and makes the least changes. More details: https://github.com/lifenjoiner/MinGW-w64-tcc

That focuses on folder 'mingw-w64-headers'. Run 'sh configure', 'make build' and maybe 'make install' just in this folder. Also you may organize the headers manually. A bat script example:

@echo off
if "$~1"=="" goto :EOF
if not exist %1 goto :EOF
pushd %1
xcopy crt\*.h ..\include\ /s /y /EXCLUDE:crt\stdio.h
xcopy crt\*.inl ..\include\ /s /y
xcopy defaults\include\*.h ..\include\ /s /y
xcopy include\*.h ..\include\winapi\ /s /y
xcopy ddk\include\*.h ..\include\winapi\ /s /y
xcopy direct-x\include\*.h ..\include\winapi\ /s /y
xcopy _mingw_ddk.h ..\include\sdks\ /y
xcopy _mingw_directx.h ..\include\sdks\ /y
popd

Dependencies

MinGW-w64: https://git.code.sf.net/p/mingw-w64/mingw-w64

tcc: https://repo.or.cz/w/tinycc.git

mingw-w64-tcc's People

Contributors

alexpux avatar andrerh avatar biswa96 avatar chouquette avatar cjacek avatar davidegrayson avatar epienbroek avatar funman avatar github-cygwin avatar jbkempf avatar jon-y avatar kai1970 avatar lhmouse avatar lifenjoiner avatar lrn avatar martell avatar martinwilli avatar mingwandroid avatar mstorsjo avatar nak5124 avatar nightstrike avatar nixman avatar nsivov avatar ruslangaripov avatar sezero avatar songdongsheng avatar tomrittervg avatar tpaxatb avatar vtorri avatar zfigura avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.