mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
CSharp bindings: move DllName definition to other, optional file
This commit is contained in:
committed by
Бранимир Караџић
parent
4a27145184
commit
8165a837a7
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user