Remove native projects

This commit is contained in:
2025-06-14 12:17:07 -03:00
parent 66094fc10d
commit 33d76d7a4e
33 changed files with 0 additions and 973 deletions

View File

@ -1,3 +0,0 @@
#!/usr/bin/env sh
cbindgen --config ./config/cbindgen.toml --crate tribufu-sdk --output ./include/tribufu/native.h

View File

@ -1,10 +0,0 @@
#!/usr/bin/env sh
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
then
./vendor/premake-core/linux/premake5 gmake2
elif [ "$(uname)" = "Darwin" ]
then
./vendor/premake-core/mac/premake5 xcode4
fi

View File

@ -2,11 +2,3 @@
echo "Building for win-x64"
cargo build --workspace
New-Item "bin/win-x64" -ItemType Directory -Force
Remove-Item -Path "bin/win-x64/*" -Force -Recurse
Copy-Item -Path "target/debug/tribufu_sdk.dll.lib" -Destination "bin/win-x64/tribufu_sdk.lib"
Copy-Item -Path "target/debug/tribufu_sdk.dll" -Destination "bin/win-x64/tribufu_sdk.dll"
#msbuild /p:Configuration="debug" /p:Platform="win-x64"

View File

@ -1,3 +0,0 @@
@echo off
call .\vendor\premake-core\windows\premake5.exe vs2022