Removed physfs.rc (CMake should handle this, right?!)

This commit is contained in:
Ryan C. Gordon 2007-03-11 10:17:11 +00:00
parent 5f0aa93cc7
commit be8216d868
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
1 VERSIONINFO
FILEVERSION 1,0,1,0
PRODUCTVERSION 1,0,1,0
FILEOS 0x40004
FILETYPE 0x2
{
BLOCK "StringFileInfo"
{
BLOCK "040904B0"
{
VALUE "CompanyName", ""
VALUE "FileDescription", "PhysicsFS"
VALUE "FileVersion", "1, 0, 1, 0"
VALUE "InternalName", "PhysFS"
VALUE "LegalCopyright", "Copyright © 2006 Ryan C. Gordon"
VALUE "OriginalFilename", "phyfs.dll"
VALUE "ProductName", "PhysicsFS"
VALUE "ProductVersion", "1, 0, 1, 0"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0
}
}