From 0c4e3d04461ab6e021be33df8de20b0a804e6b3b Mon Sep 17 00:00:00 2001 From: sean Date: Sat, 9 Jun 2012 02:24:48 +0000 Subject: [PATCH] Fixed the MSB8004 warning (Trailing slashes) by addind a slash at the end of the target for All Configurations. Fixed the 4996 warnings (Use of the Microsoft *_s functions in liblinear) by changing the compilier command to ignore those particular warnings. --- liblinear/liblinear.vcxproj | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/liblinear/liblinear.vcxproj b/liblinear/liblinear.vcxproj index 854c8684b..d6f6d885e 100755 --- a/liblinear/liblinear.vcxproj +++ b/liblinear/liblinear.vcxproj @@ -52,10 +52,10 @@ - . + .\ - . + .\ @@ -65,6 +65,8 @@ Disabled WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) MultiThreadedDebug + + /D_CRT_SECURE_NO_WARNINGS=1 %(AdditionalOptions) Windows @@ -81,6 +83,7 @@ true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded + /D_CRT_SECURE_NO_WARNINGS=1 %(AdditionalOptions) Windows @@ -92,4 +95,4 @@ - \ No newline at end of file +