git-svn-id: https://svn.microneil.com/svn/CodeDweller-Tests/trunk@16 b3372362-9eaa-4a85-aa2b-6faa1ab7c995master
@@ -1,4 +1,9 @@ | |||
CFLAGS='-I.. -std=c++0x -g -O0' | |||
if [ "$(uname --operating-system)" == "Msys" ] | |||
then | |||
CFLAGS='-I.. -std=c++11 -g -O0 -DWIN32' | |||
else | |||
CFLAGS='-I.. -std=c++0x -g -O0' | |||
fi | |||
g++ $CFLAGS childProgram.cpp -o childProgram | |||
if [ $? -ne 0 ] | |||
then |