summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGabriel Burt <gabriel.burt@gmail.com>2011-01-26 21:19:05 -0600
committerGabriel Burt <gabriel.burt@gmail.com>2011-01-26 21:19:05 -0600
commitefe3d6cca848309245cf4cfcefc077a614c3428f (patch)
tree5194e1a85f1839d6178eda625eeeeb0af92e6496 /build
parent62fb56012c04e914201cb3bae5f01060a24d38f0 (diff)
windows: Automatically copy icons into bin/share
Diffstat (limited to 'build')
-rw-r--r--build/windows/build.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/windows/build.js b/build/windows/build.js
index e3eef2a69..6df5cf0fa 100644
--- a/build/windows/build.js
+++ b/build/windows/build.js
@@ -6,6 +6,9 @@ var version = "1.9.3";
var sh = new ActiveXObject("WScript.Shell");
var fs = new ActiveXObject("Scripting.FileSystemObject");
+// Build Banshee
+//build ("..\\..\\Banshee.sln");
+
// Copy binaries into a new folder so we can generate a file list w/o .git/* being included
if (fs.FolderExists ("dlls")) fs.DeleteFolder ("dlls");
fs.CreateFolder ("dlls");