Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2014-11-09 16:44:58 +0300
committerMikkel Krautz <mikkel@krautz.dk>2014-11-09 16:44:58 +0300
commit1bd6c883f97542322e4df2aedf36b4ed0381b445 (patch)
treef36cd5c9faa9af80e3da75aa4f387dca07035c24
parent56e7e5a658072944c7688dbfffb55a7422660a1d (diff)
Add RC files for CELT 0.7.0 and CELT 0.11.0.
-rw-r--r--celt-0.11.0-build/celt-0.11.0-build.pro1
-rw-r--r--celt-0.11.0-build/celt-0.11.0.rc42
-rw-r--r--celt-0.7.0-build/celt-0.7.0-build.pro1
-rw-r--r--celt-0.7.0-build/celt-0.7.0.rc42
4 files changed, 86 insertions, 0 deletions
diff --git a/celt-0.11.0-build/celt-0.11.0-build.pro b/celt-0.11.0-build/celt-0.11.0-build.pro
index 9fccddcf0..f038699f4 100644
--- a/celt-0.11.0-build/celt-0.11.0-build.pro
+++ b/celt-0.11.0-build/celt-0.11.0-build.pro
@@ -17,6 +17,7 @@ CONFIG -= warn_on
CONFIG += warn_off
VPATH = ../$$SOURCEDIR/libcelt
TARGET = celt0
+RC_FILE = celt-0.11.0.rc
DEFINES += HAVE_CONFIG_H
TARGET_VERSION_EXT = .$$VERSION
diff --git a/celt-0.11.0-build/celt-0.11.0.rc b/celt-0.11.0-build/celt-0.11.0.rc
new file mode 100644
index 000000000..acda63ca5
--- /dev/null
+++ b/celt-0.11.0-build/celt-0.11.0.rc
@@ -0,0 +1,42 @@
+#include <winver.h>
+
+#ifndef DEBUG
+#define VER_DEBUG 0L
+#else
+#define VER_DEBUG VS_FF_DEBUG
+#endif
+
+#ifdef SNAPSHOT_BUILD
+#define VER_RELEASE VS_FF_SPECIALBUILD|VS_FF_PRERELEASE
+#else
+#define VER_RELEASE 0L
+#endif
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 1,3,0,0
+ PRODUCTVERSION 1,3,0,0
+ FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
+ FILEFLAGS (VER_DEBUG|VER_RELEASE)
+ FILEOS VOS_NT_WINDOWS32
+ FILETYPE VFT_DLL
+ FILESUBTYPE 0L
+ BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904E4"
+ BEGIN
+ VALUE "FileDescription", "Mumble CELT 0.11.0 DLL"
+ VALUE "FileVersion", "1.3.0"
+ VALUE "ProductVersion", "1.3.0"
+ VALUE "OriginalFilename", "celt0.0.11.0.dll"
+ VALUE "ProductName", "Mumble"
+#ifdef SNAPSHOT_BUILD
+ VALUE "SpecialBuild", "Snapshot development release"
+#endif
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1252
+ END
+ END
diff --git a/celt-0.7.0-build/celt-0.7.0-build.pro b/celt-0.7.0-build/celt-0.7.0-build.pro
index 40d3f5e15..28ce8a327 100644
--- a/celt-0.7.0-build/celt-0.7.0-build.pro
+++ b/celt-0.7.0-build/celt-0.7.0-build.pro
@@ -17,6 +17,7 @@ CONFIG -= warn_on
CONFIG += warn_off
VPATH = ../$$SOURCEDIR/libcelt
TARGET = celt0
+RC_FILE = celt-0.7.0.rc
DEFINES += HAVE_CONFIG_H
TARGET_VERSION_EXT = .$$VERSION
diff --git a/celt-0.7.0-build/celt-0.7.0.rc b/celt-0.7.0-build/celt-0.7.0.rc
new file mode 100644
index 000000000..cbec28050
--- /dev/null
+++ b/celt-0.7.0-build/celt-0.7.0.rc
@@ -0,0 +1,42 @@
+#include <winver.h>
+
+#ifndef DEBUG
+#define VER_DEBUG 0L
+#else
+#define VER_DEBUG VS_FF_DEBUG
+#endif
+
+#ifdef SNAPSHOT_BUILD
+#define VER_RELEASE VS_FF_SPECIALBUILD|VS_FF_PRERELEASE
+#else
+#define VER_RELEASE 0L
+#endif
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 1,3,0,0
+ PRODUCTVERSION 1,3,0,0
+ FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
+ FILEFLAGS (VER_DEBUG|VER_RELEASE)
+ FILEOS VOS_NT_WINDOWS32
+ FILETYPE VFT_DLL
+ FILESUBTYPE 0L
+ BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904E4"
+ BEGIN
+ VALUE "FileDescription", "Mumble CELT 0.7.0 DLL"
+ VALUE "FileVersion", "1.3.0"
+ VALUE "ProductVersion", "1.3.0"
+ VALUE "OriginalFilename", "celt0.0.7.0.dll"
+ VALUE "ProductName", "Mumble"
+#ifdef SNAPSHOT_BUILD
+ VALUE "SpecialBuild", "Snapshot development release"
+#endif
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1252
+ END
+ END