Describe the wine-shim Makefile target (#1967)

This commit is contained in:
Rangi
2026-05-09 09:27:08 -04:00
committed by GitHub
parent be2d028ae6
commit 57111b219a
+1 -1
View File
@@ -257,6 +257,7 @@ iwyu:
CXX="include-what-you-use" \
REALCXXFLAGS="-std=c++20 -I include"
# Target used in development to conveniently invoke RGBDS binaries with Wine.
wine-shim:
$Qecho '#!/usr/bin/env bash' > rgbshim.sh
$Qecho 'WINEDEBUG=-all wine $$0.exe "$${@:1}"' >> rgbshim.sh
@@ -268,7 +269,6 @@ wine-shim:
# Target for the project maintainer to produce distributable release tarballs
# of the source code.
dist:
$Qgit ls-files | sed s~^~$${PWD##*/}/~ \
| tar -czf rgbds-source.tar.gz -C .. -T -