diff options
Diffstat (limited to 'ipc/app/module.ver')
-rw-r--r-- | ipc/app/module.ver | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ipc/app/module.ver b/ipc/app/module.ver new file mode 100644 index 0000000000..8abbd23f0e --- /dev/null +++ b/ipc/app/module.ver @@ -0,0 +1,6 @@ +WIN32_MODULE_COMPANYNAME=Mozilla Corporation
+WIN32_MODULE_PRODUCTVERSION=@MOZ_APP_WINVERSION@
+WIN32_MODULE_PRODUCTVERSION_STRING=@MOZ_APP_VERSION@
+WIN32_MODULE_DESCRIPTION=Plugin Container for @MOZ_APP_DISPLAYNAME@
+WIN32_MODULE_PRODUCTNAME=@MOZ_APP_DISPLAYNAME@
+WIN32_MODULE_NAME=@MOZ_APP_DISPLAYNAME@
|