You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local common = dofile("../64klibs/premake/common.lua")
solution "knobster"
configurations { "Debug", "Release" }
common.GenerateStandardSetup()
includedirs { "../64klibs" }
includedirs { "." } -- for config
project "knobster"
kind "WindowedApp"
debugdir "" -- neccesary becaues default debug dir is the dir containing the proj file, which is no longer in the expected location due to 'location' command