Skip to content

TurkeyMan/premake-tcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Premake Extension to support the Tiny C Compiler

Features

  • Support actions: gmake

Usage

Simply specify:

toolset "tcc"

as your toolset.

APIs

  • flags
    • BoundsCheck
    • Verbose

Example

The contents of your premake5.lua file would be:

solution "MySolution"
    configurations { "release", "debug" }

    project "MyProject"
        kind "ConsoleApp"
        language "C"
        toolset "tcc"
        files { "src/main.c" }

About

Tiny C Compiler support for Premake5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages