khanat-opennel-code/code/ryzom/server/src/gen_compile_flags.sh
2011-08-02 08:18:50 -05:00

11 lines
216 B
Bash

#!/bin/sh
FILENAME=../RyzomCompilerFlags.mk.$(hostname -s)
if [ -e $FILENAME ]
then
echo RYZOM_VERSION_COMPILER_FLAGS=$(cat $FILENAME)
else
echo ERROR: File not found $FILENAME
exit 1
fi