added readme so people don't get the wrong idea about the vnc project
[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