Browse Source

change copy path

Kolja Strohm 6 years ago
parent
commit
ef922013f1
1 changed files with 8 additions and 8 deletions
  1. 8 8
      Network/Network.vcxproj

+ 8 - 8
Network/Network.vcxproj

@@ -118,10 +118,10 @@
       <AdditionalDependencies>Crypt32.lib;libcrypto.lib;libssl.lib;Ws2_32.lib;Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
     </Link>
     <CustomBuildStep>
-      <Command>copy "..\x64\Debug\Network.dll" "..\..\..\Spiele Platform\Klient\Start\Start\network.dll"
-copy "..\x64\Debug\Network.dll" "..\..\..\Spiele Platform\Klient\patcher\patcher\network.dll"
-copy "..\x64\Debug\Network.dll" "..\..\..\Spiele Platform\SMP\SMP\network.dll"
-copy "..\x64\Debug\Network.dll" "..\..\..\Spiele Platform\Klient\Fertig\Debug\x64\network.dll"</Command>
+      <Command>copy "x64\Debug\Network.dll" "..\..\..\Spiele Platform\Klient\Start\Start\network.dll"
+copy "x64\Debug\Network.dll" "..\..\..\Spiele Platform\Klient\patcher\patcher\network.dll"
+copy "x64\Debug\Network.dll" "..\..\..\Spiele Platform\SMP\SMP\network.dll"
+copy "x64\Debug\Network.dll" "..\..\..\Spiele Platform\Klient\Fertig\Debug\x64\network.dll"</Command>
       <Outputs>kopiere...;%(Outputs)</Outputs>
     </CustomBuildStep>
   </ItemDefinitionGroup>
@@ -144,8 +144,8 @@ copy "..\x64\Debug\Network.dll" "..\..\..\Spiele Platform\Klient\Fertig\Debug\x6
       <AdditionalDependencies>Crypt32.lib;libcrypto.lib;libssl.lib;Ws2_32.lib;Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
     </Link>
     <CustomBuildStep>
-      <Command>copy "..\Release\Network.dll" "..\..\..\Spiele Platform\Klient\Fertig\x32\network.dll"
-copy "..\Release\Network.dll" "..\..\..\Spiele Platform\SMP\Fertig\x32\network.dll"</Command>
+      <Command>copy "Release\Network.dll" "..\..\..\Spiele Platform\Klient\Fertig\x32\network.dll"
+copy "Release\Network.dll" "..\..\..\Spiele Platform\SMP\Fertig\x32\network.dll"</Command>
       <Outputs>kopieren...;%(Outputs)</Outputs>
     </CustomBuildStep>
   </ItemDefinitionGroup>
@@ -168,8 +168,8 @@ copy "..\Release\Network.dll" "..\..\..\Spiele Platform\SMP\Fertig\x32\network.d
       <AdditionalDependencies>Crypt32.lib;libcrypto.lib;libssl.lib;Ws2_32.lib;Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
     </Link>
     <CustomBuildStep>
-      <Command>copy "..\x64\Release\Network.dll" "..\..\..\Spiele Platform\Klient\Fertig\x64\network.dll"
-copy "..\x64\Release\Network.dll" "..\..\..\Spiele Platform\SMP\Fertig\x64\network.dll"</Command>
+      <Command>copy "x64\Release\Network.dll" "..\..\..\Spiele Platform\Klient\Fertig\x64\network.dll"
+copy "x64\Release\Network.dll" "..\..\..\Spiele Platform\SMP\Fertig\x64\network.dll"</Command>
     </CustomBuildStep>
     <CustomBuildStep>
       <Outputs>kopieren...;%(Outputs)</Outputs>