Browse Source

Minor build changes.

pull/1163/head
Joao Matos 7 years ago
parent
commit
5dcdfa66f3
  1. 2
      build/Helpers.lua
  2. 6
      build/premake5.lua

2
build/Helpers.lua

@ -51,6 +51,8 @@ end) @@ -51,6 +51,8 @@ end)
]]
basedir = path.getdirectory(_PREMAKE_COMMAND)
premake.path = premake.path .. ";" .. path.join(basedir, "modules")
depsdir = path.getabsolute("../deps");
srcdir = path.getabsolute("../src");
incdir = path.getabsolute("../include");

6
build/premake5.lua

@ -4,10 +4,10 @@ @@ -4,10 +4,10 @@
config = {}
dofile "Helpers.lua"
dofile "LLVM.lua"
include "Helpers.lua"
include "LLVM.lua"
solution "CppSharp"
workspace "CppSharp"
configurations { "Debug", "Release" }
platforms { target_architecture() }

Loading…
Cancel
Save