From 60be01988aa8fa872ba921ba80280986ef238982 Mon Sep 17 00:00:00 2001 From: SoftCoder Date: Sat, 7 Oct 2017 12:36:13 -0700 Subject: [PATCH] - try to help steamshim compile better on other systems --- source/steamshim_parent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/steamshim_parent/Makefile b/source/steamshim_parent/Makefile index bcd3e197..8b97586b 100644 --- a/source/steamshim_parent/Makefile +++ b/source/steamshim_parent/Makefile @@ -29,7 +29,7 @@ else ifeq ($(HOST),w32) FLAGS += -mwindows endif -SRC := steamshim_parent.cpp +SRC := $(wildcard *.cpp) # RES := resources.rc # RESOBJ := resources.o