premake-core

Premake

  • 所有者: premake/premake-core
  • 平台:
  • 許可證: BSD 3-Clause "New" or "Revised" License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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. :tada:

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/premake-core
主編程語言C
編程語言Makefile (語言數: 20)
平台
許可證BSD 3-Clause "New" or "Revised" License
所有者活动
創建於2015-03-21 14:08:15
推送於2025-07-14 19:29:19
最后一次提交2025-07-03 01:38:47
發布數28
最新版本名稱v5.0.0-beta7 (發布於 )
第一版名稱4.3-beta1 (發布於 )
用户参与
星數3.4k
關注者數96
派生數632
提交數4.3k
已啟用問題?
問題數1048
打開的問題數269
拉請求數1059
打開的拉請求數22
關閉的拉請求數203
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?