khanat-opennel-code/code/ryzom/server/src/gen_compile_flags.sh
2011-04-27 19:42:44 +03: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