mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-26 01:53:47 +00:00
added libraries: opus flac libsndfile updated: libvorbis libogg openal - Everything works as expected for now. Bare in mind libsndfile needed the check for whether or not it could find the xiph libraries removed in order for this to work.
31 lines
799 B
Text
31 lines
799 B
Text
#include <windows.h>
|
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS
|
|
1 VERSIONINFO
|
|
FILEVERSION @WIN_RC_VERSION@,0
|
|
PRODUCTVERSION @WIN_RC_VERSION@,0
|
|
FILEOS VOS__WINDOWS32
|
|
FILETYPE VFT_DLL
|
|
FILESUBTYPE VFT2_UNKNOWN
|
|
FILEFLAGSMASK 0x00000000
|
|
FILEFLAGS 0x00000000
|
|
{
|
|
BLOCK "StringFileInfo"
|
|
{
|
|
BLOCK "040904e4"
|
|
{
|
|
VALUE "FileDescription", "A library for reading and writing audio files."
|
|
VALUE "FileVersion", "@CLEAN_VERSION@.0\0"
|
|
VALUE "Full Version", "@PACKAGE_VERSION@"
|
|
VALUE "InternalName", "libsndfile"
|
|
VALUE "LegalCopyright", "Copyright (C) 1999-2012, Licensed LGPL"
|
|
VALUE "ProductName", "libsndfile-1 DLL"
|
|
VALUE "ProductVersion", "@CLEAN_VERSION@.0\0"
|
|
VALUE "Language", "Language Neutral"
|
|
}
|
|
}
|
|
BLOCK "VarFileInfo"
|
|
{
|
|
VALUE "Translation", 0x0409, 0x04E4
|
|
}
|
|
}
|