mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
Removed build asset bash script in favor of a pure Lua version to make it easier to maintain and cross-platform
This commit is contained in:
17
premake5.lua
17
premake5.lua
@@ -1,3 +1,20 @@
|
||||
-- ╔═══════════════════════════════════════╗
|
||||
-- ║ ACTIONS ║
|
||||
-- ╚═══════════════════════════════════════╝
|
||||
|
||||
include "build/BuildAssets.lua"
|
||||
newaction {
|
||||
trigger = "build-assets",
|
||||
description = "",
|
||||
execute = function ()
|
||||
generateStaticResources("Resources", "Nuake/src/Resource/StaticResources.h", "Nuake/src/Resource/StaticResources.cpp")
|
||||
end
|
||||
}
|
||||
|
||||
|
||||
-- ╔═══════════════════════════════════════╗
|
||||
-- ║ WORKSPACE ║
|
||||
-- ╚═══════════════════════════════════════╝
|
||||
workspace "Nuake"
|
||||
conformancemode "On"
|
||||
configurations
|
||||
|
||||
Reference in New Issue
Block a user