Post build step in visual C++

Discussion about everything. New games, 3d math, development tips...
Post Reply
3DModelerMan
Posts: 1691
Joined: Sun May 18, 2008 9:42 pm

Post build step in visual C++

Post by 3DModelerMan »

I'm trying to copy my media directory to the bin and perform some build automation, but this command isn't working

Code: Select all

robocopy C:\Foo C:\Project\bin\Release /E
Is there a different way you have to do it in visual C++?
That would be illogical captain...

My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
Post Reply