Removed unnecessary build recipes, cleanup

This commit is contained in:
Jozef Nagy
2025-03-19 23:43:22 +01:00
parent ef1065278b
commit b7541dc8b8
11 changed files with 67 additions and 2786 deletions

View File

@@ -73,11 +73,10 @@ version()
echo "###############################################################################"
echo
echo
echo "LLVM Compiler Version: $(${XTCDIR}/bin/clang --version | grep 'clang version' | cut -d' ' -f3)"
echo "LLVM Windres Utility Version: $(${XTCDIR}/bin/i686-w64-mingw32-windres -V | cut -d' ' -f6)"
echo "Mingw IDL Compiler Version: $(${XTCDIR}/bin/i686-w64-mingw32-widl -V | grep 'version' | cut -d' ' -f5)"
echo "Wine Message Compiler Version: $(${XTCDIR}/bin/wmc -V | grep 'version' | cut -d' ' -f5)"
echo "Wine Resource Compiler Version: $(${XTCDIR}/bin/wrc --version | grep 'version' | cut -d' ' -f5)"
echo "LLVM Compiler Version: $(clang --version | grep 'clang version' | cut -d' ' -f3)"
echo "LLVM Windres Utility Version: $(i686-w64-mingw32-windres -V | cut -d' ' -f6)"
echo "Wine Message Compiler Version: $(wmc -V | grep 'version' | cut -d' ' -f5)"
echo "Wine Resource Compiler Version: $(wrc --version | grep 'version' | cut -d' ' -f5)"
echo
charch ${TARGET:-amd64}
chbuild ${BUILD_TYPE:-DEBUG}