From: Ivan Hernanez Date: Mon, 28 May 2012 22:05:25 +0000 (-0500) Subject: updated build sequence and ingore test dirs X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=af9e7c5e2facd820e60ff644aff9a2e2ddf7838e;p=IvanGame.git updated build sequence and ingore test dirs --- diff --git a/.gitignore b/.gitignore index 59029c4..ba01195 100644 --- a/.gitignore +++ b/.gitignore @@ -51,4 +51,7 @@ _ReSharper*/ .svn # Office Temp Files -~$* \ No newline at end of file +~$* + +#yaml-cpp +yaml-cpp/test \ No newline at end of file diff --git a/game.vcxproj b/game.vcxproj index e66f718..3d91fe3 100644 --- a/game.vcxproj +++ b/game.vcxproj @@ -62,6 +62,11 @@ copy "C:\SDL\lib\*.dll" "$(OutputPath)\" + + cd yaml-cpp/build +cmake .. +cd ../../ +