From 42faffe6f3960ef5d1543e0f1de1abce64c284a4 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 13 Feb 2020 23:06:05 +0100 Subject: [PATCH] Make the Wine shims a separate target --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index e7927fdc..b2a5a0a2 100644 --- a/Makefile +++ b/Makefile @@ -231,16 +231,12 @@ develop: mingw32: $Qmake CC=i686-w64-mingw32-gcc YACC=bison \ PKG_CONFIG=i686-w64-mingw32-pkg-config -j - $Qecho -e '#!/bin/sh\nWINEDEBUG=-all wine $$0.exe "$${@:1}"' > rgbshim.sh - $Qchmod +x rgbshim.sh - $Qln -s rgbshim.sh rgbasm - $Qln -s rgbshim.sh rgblink - $Qln -s rgbshim.sh rgbfix - $Qln -s rgbshim.sh rgbgfx mingw64: $Qmake CC=x86_64-w64-mingw32-gcc YACC=bison \ PKG_CONFIG=x86_64-w64-mingw32-pkg-config -j + +wine-shim: $Qecho -e '#!/bin/sh\nWINEDEBUG=-all wine $$0.exe "$${@:1}"' > rgbshim.sh $Qchmod +x rgbshim.sh $Qln -s rgbshim.sh rgbasm