mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-03 13:14:29 +01:00
steam_helper: Run console apps with a new console
This should allow Wine to show a wineconsole dialog for games which make use of it. Suggested by Vincent.
This commit is contained in:
parent
948aeac50d
commit
d73b927e2d
2 changed files with 11 additions and 2 deletions
|
|
@ -742,7 +742,7 @@ $(STEAMEXE_CONFIGURE_FILES): $(STEAMEXE_SYN) $(MAKEFILE_DEP) | $(STEAMEXE_OBJ) $
|
|||
cp ../$(STEAMEXE_SYN)/Makefile . && \
|
||||
echo >> ./Makefile 'SRCDIR := ../$(STEAMEXE_SYN)' && \
|
||||
echo >> ./Makefile 'vpath % $$(SRCDIR)' && \
|
||||
echo >> ./Makefile 'steam_exe_LDFLAGS := -m32 -lsteam_api $$(steam_exe_LDFLAGS)'
|
||||
echo >> ./Makefile 'steam_exe_LDFLAGS := -m32 -lsteam_api -lole32 $$(steam_exe_LDFLAGS)'
|
||||
|
||||
## steam goals
|
||||
STEAMEXE_TARGETS = steam steam_configure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue