IDE_RunOrig.bat 353 B

1234567891011121314
  1. copy IDE.exe host\IDE.exe
  2. copy BeefySysLib64.* host
  3. copy IDEHelper64.* host
  4. copy libclang.dll host
  5. copy userdict.txt host
  6. copy lib*.dll host
  7. copy Beefy2D.dll host
  8. copy en_*.* host
  9. xcopy /y shaders host\shaders\
  10. xcopy /y images host\images\
  11. xcopy /y fonts host\fonts\
  12. cd host
  13. set _NO_DEBUG_HEAP=1
  14. START IDE.exe -proddir=c:\beef\ide 2>ErrorLog_bf_copy.txt