From 2ffc7dc6ac9efedf3ff7a54ecaeda7471990a28b Mon Sep 17 00:00:00 2001 From: beder Date: Mon, 14 Jul 2008 05:08:46 +0000 Subject: [PATCH] Set the yaml-reader project to link to the yamlcpp library. --- src/main.cpp | 6 ++ yaml-reader.vcproj | 146 +-------------------------------------------- 2 files changed, 8 insertions(+), 144 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 6588557..2da42f0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,6 +3,12 @@ #include #include +#ifdef _DEBUG +#pragma comment(lib, "yamlcppd.lib") +#else +#pragma comment(lib, "yamlcpp.lib") +#endif + struct Vec3 { float x, y, z; diff --git a/yaml-reader.vcproj b/yaml-reader.vcproj index 6ef5a5e..2d7df5f 100644 --- a/yaml-reader.vcproj +++ b/yaml-reader.vcproj @@ -58,6 +58,7 @@ /> @@ -127,6 +128,7 @@ /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -