Guest User

Untitled

a guest
Jun 24th, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @echo off
  2. del test.exe
  3. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe /target:library /out:GameEngine.dll GameEngine.cs
  4. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe /r:GameEngine.dll test.cs
  5. test.exe
Add Comment
Please, Sign In to add comment