mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-06-01 09:42:37 +00:00
Update Setup Scripts
This commit is contained in:
parent
447c233758
commit
1e24813bc8
3 changed files with 3 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
cbindgen --config .\Config\Bindings.toml --crate TribuFu --output Source\Header.h
|
cbindgen --config .\Config\Bindings.toml --crate tribufu --output Source\Header.h
|
||||||
call .\Vendor\Premake\Windows\premake5.exe vs2019
|
call .\Vendor\Premake\Windows\premake5.exe vs2019
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
|
||||||
cbindgen --config ./Config/Bindings.toml --crate TribuFu --output Source/Header.h
|
cbindgen --config ./Config/Bindings.toml --crate tribufu --output Source/Header.h
|
||||||
sudo ./Vendor/Premake/Mac/premake5 xcode4
|
sudo ./Vendor/Premake/Mac/premake5 xcode4
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cbindgen --config ./Config/Bindings.toml --crate TribuFu --output Source/Header.h
|
cbindgen --config ./Config/Bindings.toml --crate tribufu --output Source/Header.h
|
||||||
sudo ./Vendor/Premake/Linux/premake5 gmake2
|
sudo ./Vendor/Premake/Linux/premake5 gmake2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue