From: Rolf K. <lab...@us...> - 2004-12-29 01:52:53
|
Update of /cvsroot/opengtoolkit/lvzip/c_source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25253/c_source Modified Files: gvmat32.obj zip.c zlibvc.def zlibvc.dsp Added Files: inffas32.asm inffas32.obj Removed Files: mkgvmt32.bat Log Message: Added assembly variants to project Index: gvmat32.obj =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/c_source/gvmat32.obj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsciOf3i and /tmp/cvsuyjUPq differ --- NEW FILE: inffas32.obj --- (This appears to be a binary file; contents omitted.) Index: zip.c =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/c_source/zip.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** zip.c 28 Dec 2004 17:32:33 -0000 1.5 --- zip.c 29 Dec 2004 01:52:40 -0000 1.6 *************** *** 539,542 **** --- 539,543 ---- /* now we add file in a zipfile */ # ifndef NO_ADDFILEINEXISTINGZIP + ziinit.globalcomment = NULL; if (append == APPEND_STATUS_ADDINZIP) { *************** *** 613,617 **** } - ziinit.globalcomment = NULL; if (size_comment>0) { --- 614,617 ---- *************** *** 1138,1142 **** int err = 0; uLong size_centraldir = 0; ! uLong centraldir_pos_inzip ; uInt size_global_comment; if (file == NULL) --- 1138,1142 ---- int err = 0; uLong size_centraldir = 0; ! uLong centraldir_pos_inzip; uInt size_global_comment; if (file == NULL) --- mkgvmt32.bat DELETED --- --- NEW FILE: inffas32.asm --- ; 75 "inffast.S" ;FILE "inffast.S" ;;;GLOBAL _inflate_fast ;;;SECTION .text .586p .mmx name inflate_fast_x86 .MODEL FLAT _DATA segment inflate_fast_use_mmx: dd 1 [...994 lines suppressed...] mov [eax+16],edi L_done: add esp,64 popfd pop ebx pop ebp pop esi pop edi ret _TEXT ends end Index: zlibvc.dsp =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/c_source/zlibvc.dsp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** zlibvc.dsp 25 Dec 2004 16:32:41 -0000 1.4 --- zlibvc.dsp 29 Dec 2004 01:52:40 -0000 1.5 *************** *** 4,10 **** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - # TARGTYPE "Win32 (ALPHA) Dynamic-Link Library" 0x0602 ! CFG=zlibvc - Win32 Release !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run --- 4,9 ---- # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 [...974 lines suppressed...] + # PROP Exclude_From_Build 1 + + !ELSEIF "$(CFG)" == "zlibvc - Win32 DLL Debug" + + # PROP Exclude_From_Build 1 + + !ELSEIF "$(CFG)" == "zlibvc - Win32 DLL ASM Release" + + !ELSEIF "$(CFG)" == "zlibvc - Win32 DLL ASM Debug" + + !ELSEIF "$(CFG)" == "zlibvc - Win32 DLL ASM Obj Release" + + # PROP Exclude_From_Build 1 + + !ENDIF + + # End Source File + # End Group # End Target # End Project Index: zlibvc.def =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/c_source/zlibvc.def,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** zlibvc.def 28 Dec 2004 17:32:33 -0000 1.7 --- zlibvc.def 29 Dec 2004 01:52:40 -0000 1.8 *************** *** 94,99 **** unzGetFilePos @100 unzGoToFilePos @101 ! OpenResFork ! UtilFileInfo ! InitializeFileFuncs --- 94,100 ---- unzGetFilePos @100 unzGoToFilePos @101 + unzRepair @102 ! OpenResFork @200 ! UtilFileInfo @201 ! InitializeFileFuncs @202 |