mxwcore-wotlk/apps/compiler/includes/defines.sh

8 lines
148 B
Bash
Raw Normal View History

2023-11-07 05:04:30 -05:00
# you can choose build type from cmd argument
if [ ! -z $1 ]
then
CCTYPE=$1
CCTYPE=${CCTYPE^} # capitalize first letter if it's not yet
fi