gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > VS2008 NMake and extra scripts

#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?