Browse Source

Copy the test assembly to the desktop (until we sort the local CoreCLR layout)

Josh Engebretson 10 years ago
parent
commit
9ddf1a9e7d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Build/AtomicNET/build.sh

+ 2 - 0
Build/AtomicNET/build.sh

@@ -22,3 +22,5 @@ mcs /out:/Users/josh/Dev/atomic/AtomicExamples/NET/Basic3D/Resources/Assemblies/
 /r:System.Console.dll /r:System.Runtime.dll /r:System.IO.dll /r:System.IO.FileSystem.dll /r:mscorlib.dll \
 /r:System.Console.dll /r:System.Runtime.dll /r:System.IO.dll /r:System.IO.FileSystem.dll /r:mscorlib.dll \
 /r:/Users/josh/Desktop/AtomicNETEngine.dll \
 /r:/Users/josh/Desktop/AtomicNETEngine.dll \
 /Users/josh/Dev/atomic/AtomicGameEngine/Build/AtomicNETTest/MyClass.cs
 /Users/josh/Dev/atomic/AtomicGameEngine/Build/AtomicNETTest/MyClass.cs
+
+cp /Users/josh/Dev/atomic/AtomicExamples/NET/Basic3D/Resources/Assemblies/AtomicNETTest.dll /Users/josh/Desktop/AtomicNETTest.dll