Ver código fonte

fixed include dirs when working with hashlink git

ncannasse 6 anos atrás
pai
commit
6272b3c7f2
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      other/haxelib/templates/vs2015/__file__.vcxproj

+ 4 - 4
other/haxelib/templates/vs2015/__file__.vcxproj

@@ -71,22 +71,22 @@
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <LinkIncremental>true</LinkIncremental>
-    <IncludePath>.;$(HASHLINK)/include;$(HASHLINK);$(IncludePath)</IncludePath>
+    <IncludePath>.;$(HASHLINK)/include;$(HASHLINK)/src;$(IncludePath)</IncludePath>
     <LibraryPath>$(HASHLINK);$(HASHLINK)/$(Configuration);$(LibraryPath)</LibraryPath>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     <LinkIncremental>true</LinkIncremental>
-    <IncludePath>.;$(HASHLINK)/include;$(HASHLINK);$(IncludePath)</IncludePath>
+    <IncludePath>.;$(HASHLINK)/include;$(HASHLINK)/src;$(IncludePath)</IncludePath>
     <LibraryPath>$(HASHLINK);$(HASHLINK)/x64/$(Configuration);$(LibraryPath)</LibraryPath>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <LinkIncremental>false</LinkIncremental>
-    <IncludePath>.;$(HASHLINK)/include;$(HASHLINK);$(IncludePath)</IncludePath>
+    <IncludePath>.;$(HASHLINK)/include;$(HASHLINK)/src;$(IncludePath)</IncludePath>
     <LibraryPath>$(HASHLINK);$(HASHLINK)/$(Configuration);$(LibraryPath)</LibraryPath>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     <LinkIncremental>false</LinkIncremental>
-    <IncludePath>.;$(HASHLINK)/include;$(HASHLINK);$(IncludePath)</IncludePath>
+    <IncludePath>.;$(HASHLINK)/include;$(HASHLINK)/src;$(IncludePath)</IncludePath>
     <LibraryPath>$(HASHLINK);$(HASHLINK)/x64/$(Configuration);$(LibraryPath)</LibraryPath>
   </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">