From 0c479bce28499d7f89bef9a50957c061d1153033 Mon Sep 17 00:00:00 2001 From: fadedreamz Date: Wed, 15 Mar 2017 05:10:40 -0500 Subject: [PATCH] added libcurl, openssl dll for x86, updated makefile and headerfiles Signed-off-by: fadedreamz --- iguana.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iguana.vcxproj b/iguana.vcxproj index 32dc556d7..ab0c9975d 100644 --- a/iguana.vcxproj +++ b/iguana.vcxproj @@ -73,16 +73,16 @@ true - $(ProjectDir)\includes;$(IncludePath) - $(ProjectDir)\OSlibs\win;$(LibraryPath) + .\includes;$(IncludePath) + .\OSlibs\win;$(LibraryPath) true false - $(ProjectDir)\includes;$(IncludePath) - $(ProjectDir)\OSlibs\win;$(LibraryPath) + .\includes;$(IncludePath) + .\OSlibs\win;$(LibraryPath) false