소스 검색

Added physfs.rc for Windows builds (thanks, Dennis!).

Ryan C. Gordon 20 년 전
부모
커밋
3e912c3c1b
3개의 변경된 파일31개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CHANGELOG
  2. 3 0
      CREDITS
  3. 27 0
      physfs.rc

+ 1 - 1
CHANGELOG

@@ -4,7 +4,7 @@
 
 
 01012006 - Cleaned up overflow checks in platform memory allocators (thanks to
 01012006 - Cleaned up overflow checks in platform memory allocators (thanks to
            Nicolas Lebedenco for pointing out the original issue with
            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().
 11282005 - Corrected docs on PHYSFS_setWriteDir().
 10122005 - Fixed locateInStringList() in physfs.c (thanks, Matze!). Patched
 10122005 - Fixed locateInStringList() in physfs.c (thanks, Matze!). Patched
            archivers/wad.c to compile.
            archivers/wad.c to compile.

+ 3 - 0
CREDITS

@@ -91,6 +91,9 @@ General bug fixes:
 Bug fixes:
 Bug fixes:
     Jörg Walter
     Jörg Walter
 
 
+Windows .rc file:
+    Dennis Schridde
+
 Other stuff:
 Other stuff:
     Your name here! Patches go to icculus@clutteredmind.org ...
     Your name here! Patches go to icculus@clutteredmind.org ...
 
 

+ 27 - 0
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
+}
+}