updated build sequence and ingore test dirs
authorIvan Hernanez <iturtleman128@gmail.com>
Mon, 28 May 2012 22:05:25 +0000 (17:05 -0500)
committerIvan Hernanez <iturtleman128@gmail.com>
Mon, 28 May 2012 22:05:25 +0000 (17:05 -0500)
.gitignore
game.vcxproj

index 59029c4..ba01195 100644 (file)
@@ -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
index e66f718..3d91fe3 100644 (file)
     <PostBuildEvent>
       <Command>copy "C:\SDL\lib\*.dll" "$(OutputPath)\"</Command>
     </PostBuildEvent>
+    <PreBuildEvent>
+      <Command>cd yaml-cpp/build
+cmake ..
+cd ../../</Command>
+    </PreBuildEvent>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <ClCompile>