#178022 - Rajveer - Sun Jul 21, 2013 7:08 pm
First off if this is in the wrong subforum please feel free to move it.
I have an old VS2008 DS project created using the Visual Studio Wizard found here
http://forum.gbadev.org/viewtopic.php?t=14788&highlight=visual+studio
The NMake build command line in the project settings looks like this:
make -r 2>&1 | sed -e 's/\(.[a-zA-Z]\+\):\([0-9]\+\):/\1(\2):/
If I want to run a .bat script after a successful build, how would I modify this?
I have an old VS2008 DS project created using the Visual Studio Wizard found here
http://forum.gbadev.org/viewtopic.php?t=14788&highlight=visual+studio
The NMake build command line in the project settings looks like this:
make -r 2>&1 | sed -e 's/\(.[a-zA-Z]\+\):\([0-9]\+\):/\1(\2):/
If I want to run a .bat script after a successful build, how would I modify this?