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

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/libtheora-1.1.1/win32/xmingw32/libtheoradec-all.rc')
-rw-r--r--Libraries/libtheora-1.1.1/win32/xmingw32/libtheoradec-all.rc39
1 files changed, 0 insertions, 39 deletions
diff --git a/Libraries/libtheora-1.1.1/win32/xmingw32/libtheoradec-all.rc b/Libraries/libtheora-1.1.1/win32/xmingw32/libtheoradec-all.rc
deleted file mode 100644
index f6a5c60b..00000000
--- a/Libraries/libtheora-1.1.1/win32/xmingw32/libtheoradec-all.rc
+++ /dev/null
@@ -1,39 +0,0 @@
-#include <windows.h>
-
-/*See "VERSIONINFO Resource" in MSDN,
- http://msdn2.microsoft.com/en-us/library/Aa381058.aspx */
-VS_VERSION_INFO VERSIONINFO
-FILEVERSION TH_VERSION_FIELD
-PRODUCTVERSION TH_VERSION_FIELD
-FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
-#if defined(_DEBUG)
-FILEFLAGS VS_FF_DEBUG
-#else
-FILEFLAGS 0
-#endif
-FILEOS VOS__WINDOWS32
-FILETYPE VFT_DLL
-FILESUBTYPE 0
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- /*0x040904B0 == US English, Unicode*/
- BLOCK "0x040904B0"
- BEGIN
- VALUE "Comments","Xiph.Org " TH_DEC_INTERNAL_NAME ".dll"
- VALUE "CompanyName","The Xiph.Org Foundation"
- VALUE "FileDescription","Xiph.Org Theora Decoder Library"
- VALUE "FileVersion",TH_VERSION_STRING
- VALUE "InternalName",TH_DEC_INTERNAL_NAME
- VALUE "LegalCopyright","Copyright (C) 2002-2007 Xiph.Org Foundation"
- VALUE "OriginalFilename",TH_DEC_INTERNAL_NAME ".dll"
- VALUE "ProductName","libtheora"
- VALUE "ProductVersion",TH_VERSION_STRING
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- /*0x0409, 1200 == US English, Unicode*/
- VALUE "Translation",0x0409,1200
- END
-END