Skip to content

Commit

Permalink
Added physfs.rc for Windows builds (thanks, Dennis!).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 1, 2006
1 parent a66c36b commit 3e912c3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG
Expand Up @@ -4,7 +4,7 @@

01012006 - Cleaned up overflow checks in platform memory allocators (thanks to
Nicolas Lebedenco for pointing out the original issue with
long long literals).
long long literals). Added physfs.rc (thanks, Dennis!).
11282005 - Corrected docs on PHYSFS_setWriteDir().
10122005 - Fixed locateInStringList() in physfs.c (thanks, Matze!). Patched
archivers/wad.c to compile.
Expand Down
3 changes: 3 additions & 0 deletions CREDITS
Expand Up @@ -91,6 +91,9 @@ General bug fixes:
Bug fixes:
J�rg Walter

Windows .rc file:
Dennis Schridde

Other stuff:
Your name here! Patches go to icculus@clutteredmind.org ...

Expand Down
27 changes: 27 additions & 0 deletions physfs.rc
@@ -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
}
}

0 comments on commit 3e912c3

Please sign in to comment.