Git Product home page Git Product logo

mihaisebea / premake-core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from premake/premake-core

0.0 1.0 0.0 30.92 MB

Premake

License: BSD 3-Clause "New" or "Revised" License

Makefile 0.11% C 73.75% C++ 0.50% Shell 4.20% Lua 12.66% HTML 5.64% CSS 0.03% Batchfile 0.03% TeX 0.15% PostScript 0.03% CMake 0.46% Perl 0.66% Roff 0.04% Tcl 0.01% VBScript 0.10% Python 1.46% SmPL 0.01% Dockerfile 0.03% GDB 0.02% JavaScript 0.12%

premake-core's Introduction

Premake

Latest release Release date Commits BSD 3-Clause
Linux Windows Contributors Contributors

Welcome to Premake

Premake is a command line utility which reads a scripted definition of a software project, then uses it to perform build configuration tasks or generate project files for toolsets like Visual Studio, Xcode, and GNU Make. Premake's scripts are little Lua programs, so the sky's the limit!

workspace "MyWorkspace"
    configurations { "Debug", "Release" }

project "MyProject"
    kind "ConsoleApp"
    language "C++"
    files { "**.h", "**.cpp" }

    filter { "configurations:Debug" }
        defines { "DEBUG" }
        symbols "On"

    filter { "configurations:Release" }
        defines { "NDEBUG" }
        optimize "On"

Getting Started

Sponsors

Premake is a BSD-licensed open source project. Our many thanks to these fine people who help us spend more time adding features and supporting the community. ๐ŸŽ‰

Want to join them? Learn more here. Use Premake at work? Ask your manager or marketing team about contributing too; your company logo will appear on our website and README, as well as all of our release pages.

Organizations

Individuals

Contributing

We love getting pull requests and rely heavily on the contributions of our community to keep Premake healthy and growing. If you're new to the project, our Contributing Guide is here.

A great big thank you to all of you who have already contributed your time and know-how!

Stay in touch

License

BSD 3-Clause

The Lua language and runtime library is ยฉ TeCGraf, PUC-Rio. See their website at http://www.lua.org/

premake-core's People

Contributors

starkos avatar samsinsane avatar tvandijck avatar turkeyman avatar dmail00 avatar nickclark2016 avatar aleksijuvani avatar kyriets avatar redorav avatar tempura-sukiyaki avatar dcourtois avatar ratzlaff avatar sirlynix avatar pdoane-blizzard avatar bwhittle avatar tbasnoopy avatar tritao avatar tdesveauxpkfx avatar tdesveaux avatar jarod42 avatar hannes-harnisch avatar leeonix avatar ifarbod avatar worldofbay avatar moomalade avatar loneboco avatar sp-jordi-vilalta avatar manxorist avatar lanurmi avatar mendsley avatar

Watchers

Mihai Sebea 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.