remove extra build config files

This commit is contained in:
matthew 2025-07-08 04:14:50 +10:00
parent 93b04b1b2b
commit 6bec397d91
2 changed files with 0 additions and 35 deletions

View File

@ -1,15 +0,0 @@
{
"name": "asset-packer",
"targetName": "Packer",
"configurations": [
{
"name": "default",
"targetType": "executable",
"targetPath": "../build",
"platforms": ["linux", "windows"],
"importPaths": ["./", "../src"],
"sourceFiles-linux": ["../src/util.d", "../build/libxxhash.a"],
"sourcePaths": ["./"],
}
]
}

View File

@ -1,20 +0,0 @@
{
"name": "gears",
"targetName": "Gears",
"configurations": [
{
"name": "default",
"targetType": "executable",
"targetPath": "../build",
"platforms": ["linux", "windows"],
"sourceFiles-linux": ["../build/libvma.a", "../build/libxxhash.a"],
"sourceFiles-windows": [],
"importPaths": ["./"],
"sourcePaths": ["./"],
"libs-linux": ["xcb", "X11", "X11-xcb", "vulkan", "stdc++"],
"libs-windows": [],
"preGenerateCommands-linux": ["../build-vma.sh"],
"preGenerateCommands-windows": [],
}
]
}