Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. @ECHO OFF
  2.  
  3. ::Compile bot::
  4. csc /r:Dependencies\AW.Core.dll /out:Bin\bot.exe Project\*.cs /platform:x86 /checked /optimize
  5.  
  6. ::Copy dependencies::
  7. copy Dependencies\AW.Core.dll Bin\AW.Core.dll
  8. copy Dependencies\aw.dll Bin\aw.dll
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement