Added physfs.rc for Windows builds (thanks, Dennis!)
This commit is contained in:
parent
57b48ae7f6
commit
cf12ff2b96
|
@ -4,6 +4,7 @@
|
|||
|
||||
-- stuff in the stable-1.0 branch, backported from 2.0.0 dev branch, etc ---
|
||||
|
||||
01012006 - Added physfs.rc (thanks, Dennis!).
|
||||
11282005 - Whitespace fix, and corrected docs on PHYSFS_setWriteDir().
|
||||
09062005 - Happy September. Minor MingW fixes (but it's still broken, I think).
|
||||
07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!). Updated zlib to
|
||||
|
|
3
CREDITS
3
CREDITS
|
@ -79,6 +79,9 @@ Mingw support:
|
|||
Bug fixes:
|
||||
Jörg Walter
|
||||
|
||||
Windows .rc file:
|
||||
Dennis Schridde
|
||||
|
||||
Other stuff:
|
||||
Your name here! Patches go to icculus@clutteredmind.org ...
|
||||
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
|
||||
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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue