Просмотр исходного кода

Made some paths relative in the bundled MSVC project.

Cameron Hart 14 лет назад
Родитель
Сommit
5842de7c64
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      Core/Build/MSVC/Polycore/Polycore.vcxproj

+ 4 - 4
Core/Build/MSVC/Polycore/Polycore.vcxproj

@@ -39,13 +39,13 @@
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <LinkIncremental>true</LinkIncremental>
-    <IncludePath>C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Core\Build\MSVC\Polycore;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Core\Contents\Include;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Dependencies\Include;$(IncludePath)</IncludePath>
-    <LibraryPath>C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Dependencies\Lib\Debug;$(LibraryPath)</LibraryPath>
+    <IncludePath>$(ProjectDir);$(ProjectDir)..\..\..\Contents\Include;$(ProjectDir)..\..\..\..\Release\Win\Framework\Dependencies\Include;$(IncludePath)</IncludePath>
+    <LibraryPath>$(ProjectDir)..\..\..\..\Release\Win\Framework\Dependencies\Lib\Debug;$(ProjectDir)..\..\..\..\Release\Win\Framework\Dependencies\Lib;$(LibraryPath)</LibraryPath>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <LinkIncremental>false</LinkIncremental>
-    <IncludePath>C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Core\Build\MSVC\Polycore;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Core\Contents\Include;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Dependencies\Include;$(IncludePath)</IncludePath>
-    <LibraryPath>C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Dependencies\Lib\Release;$(LibraryPath)</LibraryPath>
+    <IncludePath>$(ProjectDir);$(ProjectDir)..\..\..\Contents\Include;$(ProjectDir)..\..\..\..\Release\Win\Framework\Dependencies\Include;$(IncludePath)</IncludePath>
+    <LibraryPath>$(ProjectDir)..\..\..\..\Release\Win\Framework\Dependencies\Lib\Release;$(ProjectDir)..\..\..\..\Release\Win\Framework\Dependencies\Lib;$(LibraryPath)</LibraryPath>
   </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <ClCompile>