Revisions

gist: 228651 Download_button fork
public
Public Clone URL: git://gist.github.com/228651.git
Embed All Files: show embed
Text only #
1
2
3
4
5
with FileList():
.Include("src/Phantom/bin/${configuration}/*.{dll,exe}")
.Include("License.html")
.ForEach def(file):
file.CopyToDir("build/${configuration}")