diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-23 00:19:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-23 00:19:48 +0100 |
| commit | 7f90438d5578ef354a26adbf04641dc10a434eee (patch) | |
| tree | dc62155ea6a2df4b006c6cae9a693252d5785d1f /windows/wscript | |
| parent | 31056d4f0734dbaabe9905e2c062feedce1ad32a (diff) | |
Windows installer stuff.
Diffstat (limited to 'windows/wscript')
| -rw-r--r-- | windows/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/wscript b/windows/wscript new file mode 100644 index 000000000..b9d1f3c9e --- /dev/null +++ b/windows/wscript @@ -0,0 +1,3 @@ +def build(bld): + bld.new_task_gen(features = 'subst', source = 'installer.nsi.in', target = 'installer.nsi', version = bld.env.VERSION) + |
