first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / scripts / buildor / build_msproj.sh
1 #!/bin/bash
2 project_name="$1"; shift
3 if [ -z "$project_name" ]; then
4   echo This script requires an ms project file name to build.
5   exit 3
6 fi
7
8 devenv.com $project_name -Build Release