mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-16 14:41:44 +00:00
Describe the wine-shim Makefile target (#1967)
This commit is contained in:
@@ -257,6 +257,7 @@ iwyu:
|
|||||||
CXX="include-what-you-use" \
|
CXX="include-what-you-use" \
|
||||||
REALCXXFLAGS="-std=c++20 -I include"
|
REALCXXFLAGS="-std=c++20 -I include"
|
||||||
|
|
||||||
|
# Target used in development to conveniently invoke RGBDS binaries with Wine.
|
||||||
wine-shim:
|
wine-shim:
|
||||||
$Qecho '#!/usr/bin/env bash' > rgbshim.sh
|
$Qecho '#!/usr/bin/env bash' > rgbshim.sh
|
||||||
$Qecho 'WINEDEBUG=-all wine $$0.exe "$${@:1}"' >> 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
|
# Target for the project maintainer to produce distributable release tarballs
|
||||||
# of the source code.
|
# of the source code.
|
||||||
|
|
||||||
dist:
|
dist:
|
||||||
$Qgit ls-files | sed s~^~$${PWD##*/}/~ \
|
$Qgit ls-files | sed s~^~$${PWD##*/}/~ \
|
||||||
| tar -czf rgbds-source.tar.gz -C .. -T -
|
| tar -czf rgbds-source.tar.gz -C .. -T -
|
||||||
|
|||||||
Reference in New Issue
Block a user