Browse Source

fixed an issue with fixed path location for include and library path in makefile

Signed-off-by: fadedreamz <fadedreamz@gmail.com>
etomic
fadedreamz 8 years ago
parent
commit
630415d0a0
  1. 4
      iguana.vcxproj

4
iguana.vcxproj

@ -81,8 +81,8 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<IncludePath>C:\Users\faded_000\Desktop\needupdate\includes;$(IncludePath)</IncludePath>
<LibraryPath>C:\Users\faded_000\Desktop\needupdate\OSlibs\win;$(LibraryPath)</LibraryPath>
<IncludePath>$(ProjectDir)\includes;$(IncludePath)</IncludePath>
<LibraryPath>$(ProjectDir)\OSlibs\win;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>

Loading…
Cancel
Save