From af9e7c5e2facd820e60ff644aff9a2e2ddf7838e Mon Sep 17 00:00:00 2001 From: Ivan Hernanez Date: Mon, 28 May 2012 17:05:25 -0500 Subject: [PATCH] updated build sequence and ingore test dirs --- .gitignore | 5 ++++- game.vcxproj | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 ../../ + -- 2.11.0