depthjs icon indicating copy to clipboard operation
depthjs copied to clipboard

Build issue MSB3073

Open pxue opened this issue 13 years ago • 1 comments

I pulled the changes and now I'm getting this: looks like I need to move the bat file somewhere?

Error   13  error MSB3073: The command "setlocal
cd C:\firebreath-1.6\projects\firebreath-plugin
if %errorlevel% neq 0 goto :cmEnd
C:
if %errorlevel% neq 0 goto :cmEnd
call copy_binary_win32.bat Debug
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets   113 6   depthjsplugin

pxue avatar Mar 07 '12 22:03 pxue

@pxue Can you try it now? I made some changes to where it looks for the script...

royshil avatar Mar 07 '12 23:03 royshil