r779 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jan 1 07:28:53 EST 2006


Author: icculus
Date: 2006-01-01 07:28:53 -0500 (Sun, 01 Jan 2006)
New Revision: 779

Added:
   trunk/physfs.rc
Modified:
   trunk/CHANGELOG
   trunk/CREDITS
Log:
Added physfs.rc for Windows builds (thanks, Dennis!).


Modified: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	2006-01-01 12:19:44 UTC (rev 778)
+++ trunk/CHANGELOG	2006-01-01 12:28:53 UTC (rev 779)
@@ -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.

Modified: trunk/CREDITS
===================================================================
--- trunk/CREDITS	2006-01-01 12:19:44 UTC (rev 778)
+++ trunk/CREDITS	2006-01-01 12:28:53 UTC (rev 779)
@@ -91,6 +91,9 @@
 Bug fixes:
     Jörg Walter
 
+Windows .rc file:
+    Dennis Schridde
+
 Other stuff:
     Your name here! Patches go to icculus at clutteredmind.org ...
 

Added: trunk/physfs.rc
===================================================================
--- trunk/physfs.rc	2006-01-01 12:19:44 UTC (rev 778)
+++ trunk/physfs.rc	2006-01-01 12:28:53 UTC (rev 779)
@@ -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
+}
+}




More information about the physfs-commits mailing list