- try to help steamshim compile better on other systems

This commit is contained in:
SoftCoder 2017-10-07 12:36:13 -07:00
parent 9b0a04f126
commit 60be01988a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ else ifeq ($(HOST),w32)
FLAGS += -mwindows
endif
SRC := steamshim_parent.cpp
SRC := $(wildcard *.cpp)
# RES := resources.rc
# RESOBJ := resources.o