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:
Andrew Eikum 2019-08-07 14:31:51 -05:00
parent 948aeac50d
commit d73b927e2d
2 changed files with 11 additions and 2 deletions

View file

@ -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