Advertisement
SlaskPrask

Untitled

Sep 30th, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. Severity Code Description Project File Line Suppression State
  2. Error MSB3073 The command "setlocal
  3. "C:\Program Files\CMake\bin\cmake.exe" -E copy D:/Coding/obs-studio/build64/plugins/obs-asio/Debug/obs-asio.dll D:/Coding/obs-studio/build64/rundir/Debug/obs-plugins/64bit/obs-asio.dll
  4. if %errorlevel% neq 0 goto :cmEnd
  5. :cmEnd
  6. endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
  7. :cmErrorLevel
  8. exit /b %1
  9. :cmDone
  10. if %errorlevel% neq 0 goto :VCEnd
  11. setlocal
  12. "C:\Program Files\CMake\bin\cmake.exe" -DCONFIG=Debug -DFNAME=obs-asio.dll -DINPUT=D:/Coding/obs-studio/build64/plugins/obs-asio/Debug -DOUTPUT=D:/Coding/obs-studio/build64/plugins/obs-asio/pdbs -P D:/Coding/obs-studio/cmake/copy_on_debug_helper.cmake
  13. if %errorlevel% neq 0 goto :cmEnd
  14. :cmEnd
  15. endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
  16. :cmErrorLevel
  17. exit /b %1
  18. :cmDone
  19. if %errorlevel% neq 0 goto :VCEnd
  20. setlocal
  21. "C:\Program Files\CMake\bin\cmake.exe" -DCONFIG=Debug -DFNAME=obs-asio.dll -DINPUT=D:/Coding/obs-studio/build64/plugins/obs-asio/Debug -DOUTPUT=D:/Coding/obs-studio/build64/rundir/Debug/obs-plugins/64bit -P D:/Coding/obs-studio/cmake/copy_on_debug_helper.cmake
  22. if %errorlevel% neq 0 goto :cmEnd
  23. :cmEnd
  24. endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
  25. :cmErrorLevel
  26. exit /b %1
  27. :cmDone
  28. if %errorlevel% neq 0 goto :VCEnd
  29. setlocal
  30. "C:\Program Files\CMake\bin\cmake.exe" -E copy_directory D:/Coding/obs-studio/plugins/obs-asio/data D:/Coding/obs-studio/build64/rundir/Debug/data/obs-plugins/obs-asio
  31. if %errorlevel% neq 0 goto :cmEnd
  32. :cmEnd
  33. endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
  34. :cmErrorLevel
  35. exit /b %1
  36. :cmDone
  37. if %errorlevel% neq 0 goto :VCEnd
  38.  
  39. :VCEnd" exited with code 1. obs-asio C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets 138
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement