Files
evol-sandbox/buildscripts/evoldllcopy.ps1
Robear Selwans 9944853102 Added buildscripts for Windows
* lua51.dll copy
* evol.dll copy
2021-03-08 20:05:50 +02:00

3 lines
104 B
PowerShell

$builddir=$args[0] # root build directory
cp $builddir/subprojects/evol/evol.dll -Destination $builddir