MegaGlest/source/steamshim_parent/build.sh
Tom Reynolds 92066b541b minor changes for megaglest_shim build #2
* actually mute warnings on non-existing files during first build.sh run now
2017-10-07 22:51:19 +02:00

12 lines
445 B
Bash
Executable File

#!/bin/bash
# Use this script to build MegaGlest Steam Shim using make
# ----------------------------------------------------------------------------
# Written by Mark Vejvoda <mark_vejvoda@hotmail.com>
# Copyright (c) 2011-2013 Mark Vejvoda under GNU GPL v3.0+
# ----------------------------------------------------------------------------
rm -f megaglest_shim
rm -f megaglest
#make STEAMWORKS?=/home/softcoder/Code/steamworks_sdk/sdk
make $@