mirror of
https://github.com/guilhermewerner/rust-ffi
synced 2025-06-16 05:44:19 +00:00
Merge GenerateBindings and GenerateProjectFiles Scripts
This commit is contained in:
@ -1 +0,0 @@
|
||||
cbindgen --config .\Config\Bindings.toml --crate Library --output Source\Library.h
|
@ -1,3 +0,0 @@
|
||||
#!/bin/zsh
|
||||
|
||||
cbindgen --config ./Config/Bindings.toml --crate Library --output Source/Library.h
|
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
cbindgen --config ./Config/Bindings.toml --crate Library --output Source/Library.h
|
@ -1 +1,2 @@
|
||||
cbindgen --config .\Config\Bindings.toml --crate Library --output Source\Library.h
|
||||
call .\Premake\Windows\premake5.exe vs2019
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/zsh
|
||||
|
||||
cbindgen --config ./Config/Bindings.toml --crate Library --output Source/Library.h
|
||||
sudo ./Premake/Mac/premake5 xcode4
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cbindgen --config ./Config/Bindings.toml --crate Library --output Source/Library.h
|
||||
sudo ./Premake/Linux/premake5 gmake2
|
||||
|
Reference in New Issue
Block a user