Added buildscripts for Windows

* lua51.dll copy
* evol.dll copy
This commit is contained in:
2021-03-08 20:05:50 +02:00
parent 78a7b6834c
commit 9944853102
3 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
$sourcedir=$args[0] # root source directory
$builddir=$args[1] # root build directory
cp $sourcedir/subprojects/luajit/src/lua51.dll -Destination $builddir