CSharp bindings: move DllName definition to other, optional file

This commit is contained in:
Vladimir Vukicevic
2020-02-05 11:28:05 -08:00
committed by Бранимир Караџић
parent 4a27145184
commit 8165a837a7
4 changed files with 56 additions and 12 deletions

View File

@@ -69,6 +69,7 @@ newaction {
do
local csgen = require "bindings-cs"
csgen.write(csgen.gen(), "../bindings/cs/bgfx.cs")
csgen.write(csgen.gen_dllname(), "../bindings/cs/bgfx_dllname.cs")
local dgen = require "bindings-d"
dgen.write(dgen.gen_types(), "../bindings/d/types.d")