aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/Custom.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-01-11 14:48:28 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-01-11 14:48:28 +0000
commit907be7ccf619952d1053e7405c8678a3b5b6ab07 (patch)
tree80063556d641df8af5abbdbf79f15dbb7efa3a7e /packaging/nsis/Custom.nmake
parentb8ef5efede8fd5f9712e5818d0272ef1665936d1 (diff)
Make it easy to add custom plugins to the installer.
svn path=/trunk/; revision=31497
Diffstat (limited to 'packaging/nsis/Custom.nmake')
-rw-r--r--packaging/nsis/Custom.nmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/packaging/nsis/Custom.nmake b/packaging/nsis/Custom.nmake
new file mode 100644
index 0000000000..cc654063a1
--- /dev/null
+++ b/packaging/nsis/Custom.nmake
@@ -0,0 +1,8 @@
+#
+# $Id$
+#
+# Add your csutom plugins here
+CUSTOM_PLUGINS= \
+# Example:
+# ../../plugins/foo/foo.dll
+