r780 - branches/stable-1.0

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jan 1 07:29:18 EST 2006


Author: icculus
Date: 2006-01-01 07:29:18 -0500 (Sun, 01 Jan 2006)
New Revision: 780

Added:
   branches/stable-1.0/physfs.rc
Modified:
   branches/stable-1.0/CHANGELOG
   branches/stable-1.0/CREDITS
Log:
Added physfs.rc for Windows builds (thanks, Dennis!)


Modified: branches/stable-1.0/CHANGELOG
===================================================================
--- branches/stable-1.0/CHANGELOG	2006-01-01 12:28:53 UTC (rev 779)
+++ branches/stable-1.0/CHANGELOG	2006-01-01 12:29:18 UTC (rev 780)
@@ -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

Modified: branches/stable-1.0/CREDITS
===================================================================
--- branches/stable-1.0/CREDITS	2006-01-01 12:28:53 UTC (rev 779)
+++ branches/stable-1.0/CREDITS	2006-01-01 12:29:18 UTC (rev 780)
@@ -79,6 +79,9 @@
 Bug fixes:
     Jörg Walter
 
+Windows .rc file:
+    Dennis Schridde
+
 Other stuff:
     Your name here! Patches go to icculus at clutteredmind.org ...
 

Added: branches/stable-1.0/physfs.rc
===================================================================
--- branches/stable-1.0/physfs.rc	2006-01-01 12:28:53 UTC (rev 779)
+++ branches/stable-1.0/physfs.rc	2006-01-01 12:29:18 UTC (rev 780)
@@ -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