From cb9021933010823e97114e40c02cd2cef8d78d8f Mon Sep 17 00:00:00 2001 From: "jk7744.park" Date: Wed, 9 Sep 2015 02:36:42 +0900 Subject: tizen 2.3.1 release --- win32/vc6/ReadmeVC.txt | 10 +++++ win32/vc6/zip.dsp | 31 +++++++++----- win32/vc6/zipcloak.dsp | 110 ++++++++++++++++++++++++++++++++++++++++++++--- win32/vc6/zipnote.dsp | 114 ++++++++++++++++++++++++++++++++++++++++++++++--- win32/vc6/zipsplit.dsp | 112 ++++++++++++++++++++++++++++++++++++++++++++++-- 5 files changed, 352 insertions(+), 25 deletions(-) create mode 100644 win32/vc6/ReadmeVC.txt (limited to 'win32/vc6') diff --git a/win32/vc6/ReadmeVC.txt b/win32/vc6/ReadmeVC.txt new file mode 100644 index 0000000..f0295cb --- /dev/null +++ b/win32/vc6/ReadmeVC.txt @@ -0,0 +1,10 @@ +VC6 Readme + +This directory has a VC6 project list that can be used to compile Zip +and the utilities. It does not include bzip2 support. + +The vc6bz2 directory provides a variant of this directory that includes +the settings needed for including bzip2 support in Zip. + +Ed Gordon +26 March 2007 diff --git a/win32/vc6/zip.dsp b/win32/vc6/zip.dsp index f82b335..10acbe1 100644 --- a/win32/vc6/zip.dsp +++ b/win32/vc6/zip.dsp @@ -66,7 +66,7 @@ LINK32=link.exe # PROP Intermediate_Dir "zip___Win32_ASM_Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "ASM_CRC" /D "ASMV" /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "ASM_CRC" /D "ASMV" /FR /FD /GZ /c # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -89,7 +89,7 @@ LINK32=link.exe # PROP Intermediate_Dir "zip___Win32_Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NO_ASM" /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "NO_ASM" /D "WIN32" /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -110,9 +110,10 @@ LINK32=link.exe # PROP Use_Debug_Libraries 1 # PROP Output_Dir "zip___Win32_Debug" # PROP Intermediate_Dir "zip___Win32_Debug" +# PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "NO_ASM" /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "NO_ASM" /FR /FD /GZ /c # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -139,10 +140,6 @@ SOURCE=..\..\crc32.c # End Source File # Begin Source File -SOURCE=..\..\crctab.c -# End Source File -# Begin Source File - SOURCE=..\..\crypt.c # End Source File # Begin Source File @@ -179,6 +176,10 @@ SOURCE=..\win32.c # End Source File # Begin Source File +SOURCE=..\win32i64.c +# End Source File +# Begin Source File + SOURCE=..\win32zip.c # End Source File # Begin Source File @@ -187,6 +188,10 @@ SOURCE=..\..\zip.c # End Source File # Begin Source File +SOURCE=..\zip.rc +# End Source File +# Begin Source File + SOURCE=..\..\zipfile.c # End Source File # Begin Source File @@ -199,6 +204,10 @@ SOURCE=..\..\zipup.c # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File +SOURCE=..\..\crc32.h +# End Source File +# Begin Source File + SOURCE=..\..\crypt.h # End Source File # Begin Source File @@ -271,6 +280,8 @@ InputName=crc_i386 "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" +# End Custom Build + !ELSEIF "$(CFG)" == "zip - Win32 Release" # PROP Exclude_From_Build 1 @@ -279,8 +290,6 @@ InputName=crc_i386 # PROP Exclude_From_Build 1 -# End Custom Build - !ENDIF # End Source File @@ -310,6 +319,8 @@ InputName=match32 "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" +# End Custom Build + !ELSEIF "$(CFG)" == "zip - Win32 Release" # PROP Exclude_From_Build 1 @@ -318,8 +329,6 @@ InputName=match32 # PROP Exclude_From_Build 1 -# End Custom Build - !ENDIF # End Source File diff --git a/win32/vc6/zipcloak.dsp b/win32/vc6/zipcloak.dsp index dac83fa..e09ccd7 100644 --- a/win32/vc6/zipcloak.dsp +++ b/win32/vc6/zipcloak.dsp @@ -4,7 +4,7 @@ # TARGTYPE "Win32 (x86) Console Application" 0x0103 -CFG=zipcloak - Win32 Debug +CFG=zipcloak - Win32 ASM Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -13,12 +13,14 @@ CFG=zipcloak - Win32 Debug !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "zipcloak.mak" CFG="zipcloak - Win32 Debug" +!MESSAGE NMAKE /f "zipcloak.mak" CFG="zipcloak - Win32 ASM Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "zipcloak - Win32 Release" (based on "Win32 (x86) Console Application") !MESSAGE "zipcloak - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "zipcloak - Win32 ASM Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "zipcloak - Win32 ASM Release" (based on "Win32 (x86) Console Application") !MESSAGE # Begin Project @@ -41,7 +43,7 @@ RSC=rc.exe # PROP Intermediate_Dir "zipcloak___Win32_Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "UTIL" /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "UTIL" /D "WIN32" /D "NO_ASM" /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -62,9 +64,35 @@ LINK32=link.exe # PROP Use_Debug_Libraries 1 # PROP Output_Dir "zipcloak___Win32_Debug" # PROP Intermediate_Dir "zipcloak___Win32_Debug" +# PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "UTIL" /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "UTIL" /D "WIN32" /D "NO_ASM" /FR /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ELSEIF "$(CFG)" == "zipcloak - Win32 ASM Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "zipcloak___Win32_ASM_Debug" +# PROP BASE Intermediate_Dir "zipcloak___Win32_ASM_Debug" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "zipcloak___Win32_ASM_Debug" +# PROP Intermediate_Dir "zipcloak___Win32_ASM_Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "UTIL" /D "WIN32" /FR /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "UTIL" /D "WIN32" /FR /FD /GZ /c # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -74,18 +102,43 @@ LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +!ELSEIF "$(CFG)" == "zipcloak - Win32 ASM Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "zipcloak___Win32_ASM_Release" +# PROP BASE Intermediate_Dir "zipcloak___Win32_ASM_Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "zipcloak___Win32_ASM_Release" +# PROP Intermediate_Dir "zipcloak___Win32_ASM_Release" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "UTIL" /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "UTIL" /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + !ENDIF # Begin Target # Name "zipcloak - Win32 Release" # Name "zipcloak - Win32 Debug" +# Name "zipcloak - Win32 ASM Debug" +# Name "zipcloak - Win32 ASM Release" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File -SOURCE=..\..\crctab.c +SOURCE=..\..\crc32.c # End Source File # Begin Source File @@ -113,6 +166,10 @@ SOURCE=..\win32.c # End Source File # Begin Source File +SOURCE=..\win32i64.c +# End Source File +# Begin Source File + SOURCE=..\..\zipcloak.c # End Source File # Begin Source File @@ -125,6 +182,10 @@ SOURCE=..\..\zipfile.c # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File +SOURCE=..\..\crc32.h +# End Source File +# Begin Source File + SOURCE=..\..\crypt.h # End Source File # Begin Source File @@ -158,6 +219,45 @@ SOURCE=..\..\zip.h # Begin Source File SOURCE=..\..\ziperr.h +# End Source File +# End Group +# Begin Group "Assembler Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\crc_i386.asm + +!IF "$(CFG)" == "zipcloak - Win32 Release" + +!ELSEIF "$(CFG)" == "zipcloak - Win32 Debug" + +!ELSEIF "$(CFG)" == "zipcloak - Win32 ASM Debug" + +# Begin Custom Build - Assembling... +IntDir=.\zipcloak___Win32_ASM_Debug +InputPath=..\crc_i386.asm +InputName=crc_i386 + +"$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" + +# End Custom Build + +!ELSEIF "$(CFG)" == "zipcloak - Win32 ASM Release" + +# Begin Custom Build - Assembling... +IntDir=.\zipcloak___Win32_ASM_Release +InputPath=..\crc_i386.asm +InputName=crc_i386 + +"$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" + +# End Custom Build + +!ENDIF + # End Source File # End Group # End Target diff --git a/win32/vc6/zipnote.dsp b/win32/vc6/zipnote.dsp index e32e2f1..a7f9f57 100644 --- a/win32/vc6/zipnote.dsp +++ b/win32/vc6/zipnote.dsp @@ -4,7 +4,7 @@ # TARGTYPE "Win32 (x86) Console Application" 0x0103 -CFG=zipnote - Win32 Debug +CFG=zipnote - Win32 ASM Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -13,12 +13,14 @@ CFG=zipnote - Win32 Debug !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "zipnote.mak" CFG="zipnote - Win32 Debug" +!MESSAGE NMAKE /f "zipnote.mak" CFG="zipnote - Win32 ASM Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "zipnote - Win32 Release" (based on "Win32 (x86) Console Application") !MESSAGE "zipnote - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "zipnote - Win32 ASM Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "zipnote - Win32 ASM Release" (based on "Win32 (x86) Console Application") !MESSAGE # Begin Project @@ -41,7 +43,7 @@ RSC=rc.exe # PROP Intermediate_Dir "zipnote___Win32_Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "UTIL" /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "UTIL" /D "WIN32" /D "NO_ASM" /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -62,9 +64,35 @@ LINK32=link.exe # PROP Use_Debug_Libraries 1 # PROP Output_Dir "zipnote___Win32_Debug" # PROP Intermediate_Dir "zipnote___Win32_Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "NO_ASM" /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "UTIL" /D "WIN32" /D "NO_ASM" /FR /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ELSEIF "$(CFG)" == "zipnote - Win32 ASM Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "zipnote___Win32_ASM_Debug" +# PROP BASE Intermediate_Dir "zipnote___Win32_ASM_Debug" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "zipnote___Win32_ASM_Debug" +# PROP Intermediate_Dir "zipnote___Win32_ASM_Debug" +# PROP Ignore_Export_Lib 0 # PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "UTIL" /FD /GZ /c +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "UTIL" /D "WIN32" /FR /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "UTIL" /D "WIN32" /FR /FD /GZ /c # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -74,17 +102,46 @@ LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +!ELSEIF "$(CFG)" == "zipnote - Win32 ASM Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "zipnote___Win32_ASM_Release" +# PROP BASE Intermediate_Dir "zipnote___Win32_ASM_Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "zipnote___Win32_ASM_Release" +# PROP Intermediate_Dir "zipnote___Win32_ASM_Release" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "UTIL" /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "UTIL" /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + !ENDIF # Begin Target # Name "zipnote - Win32 Release" # Name "zipnote - Win32 Debug" +# Name "zipnote - Win32 ASM Debug" +# Name "zipnote - Win32 ASM Release" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File +SOURCE=..\..\crc32.c +# End Source File +# Begin Source File + SOURCE=..\..\fileio.c # End Source File # Begin Source File @@ -101,6 +158,10 @@ SOURCE=..\win32.c # End Source File # Begin Source File +SOURCE=..\win32i64.c +# End Source File +# Begin Source File + SOURCE=..\..\zipfile.c # End Source File # Begin Source File @@ -113,6 +174,10 @@ SOURCE=..\..\zipnote.c # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File +SOURCE=..\..\crc32.h +# End Source File +# Begin Source File + SOURCE=..\..\ebcdic.h # End Source File # Begin Source File @@ -138,6 +203,45 @@ SOURCE=..\..\zip.h # Begin Source File SOURCE=..\..\ziperr.h +# End Source File +# End Group +# Begin Group "Assembler Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\crc_i386.asm + +!IF "$(CFG)" == "zipnote - Win32 Release" + +!ELSEIF "$(CFG)" == "zipnote - Win32 Debug" + +!ELSEIF "$(CFG)" == "zipnote - Win32 ASM Debug" + +# Begin Custom Build - Assembling... +IntDir=.\zipnote___Win32_ASM_Debug +InputPath=..\crc_i386.asm +InputName=crc_i386 + +"$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" + +# End Custom Build + +!ELSEIF "$(CFG)" == "zipnote - Win32 ASM Release" + +# Begin Custom Build - Assembling... +IntDir=.\zipnote___Win32_ASM_Release +InputPath=..\crc_i386.asm +InputName=crc_i386 + +"$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" + +# End Custom Build + +!ENDIF + # End Source File # End Group # End Target diff --git a/win32/vc6/zipsplit.dsp b/win32/vc6/zipsplit.dsp index aec7139..ae5565d 100644 --- a/win32/vc6/zipsplit.dsp +++ b/win32/vc6/zipsplit.dsp @@ -4,7 +4,7 @@ # TARGTYPE "Win32 (x86) Console Application" 0x0103 -CFG=zipsplit - Win32 Debug +CFG=zipsplit - Win32 ASM Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -13,12 +13,14 @@ CFG=zipsplit - Win32 Debug !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "zipsplit.mak" CFG="zipsplit - Win32 Debug" +!MESSAGE NMAKE /f "zipsplit.mak" CFG="zipsplit - Win32 ASM Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "zipsplit - Win32 Release" (based on "Win32 (x86) Console Application") !MESSAGE "zipsplit - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "zipsplit - Win32 ASM Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "zipsplit - Win32 ASM Release" (based on "Win32 (x86) Console Application") !MESSAGE # Begin Project @@ -41,7 +43,7 @@ RSC=rc.exe # PROP Intermediate_Dir "zipsplit___Win32_Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "UTIL" /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "UTIL" /D "WIN32" /D "NO_ASM" /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -62,9 +64,35 @@ LINK32=link.exe # PROP Use_Debug_Libraries 1 # PROP Output_Dir "zipsplit___Win32_Debug" # PROP Intermediate_Dir "zipsplit___Win32_Debug" +# PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "UTIL" /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "UTIL" /D "WIN32" /D "NO_ASM" /FR /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ELSEIF "$(CFG)" == "zipsplit - Win32 ASM Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "zipsplit___Win32_ASM_Debug" +# PROP BASE Intermediate_Dir "zipsplit___Win32_ASM_Debug" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "zipsplit___Win32_ASM_Debug" +# PROP Intermediate_Dir "zipsplit___Win32_ASM_Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "UTIL" /D "WIN32" /FR /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "UTIL" /D "WIN32" /FR /FD /GZ /c # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -74,17 +102,46 @@ LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +!ELSEIF "$(CFG)" == "zipsplit - Win32 ASM Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "zipsplit___Win32_ASM_Release" +# PROP BASE Intermediate_Dir "zipsplit___Win32_ASM_Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "zipsplit___Win32_ASM_Release" +# PROP Intermediate_Dir "zipsplit___Win32_ASM_Release" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "UTIL" /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "UTIL" /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + !ENDIF # Begin Target # Name "zipsplit - Win32 Release" # Name "zipsplit - Win32 Debug" +# Name "zipsplit - Win32 ASM Debug" +# Name "zipsplit - Win32 ASM Release" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File +SOURCE=..\..\crc32.c +# End Source File +# Begin Source File + SOURCE=..\..\fileio.c # End Source File # Begin Source File @@ -101,6 +158,10 @@ SOURCE=..\win32.c # End Source File # Begin Source File +SOURCE=..\win32i64.c +# End Source File +# Begin Source File + SOURCE=..\..\zipfile.c # End Source File # Begin Source File @@ -113,6 +174,10 @@ SOURCE=..\..\zipsplit.c # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File +SOURCE=..\..\crc32.h +# End Source File +# Begin Source File + SOURCE=..\..\ebcdic.h # End Source File # Begin Source File @@ -138,6 +203,45 @@ SOURCE=..\..\zip.h # Begin Source File SOURCE=..\..\ziperr.h +# End Source File +# End Group +# Begin Group "Assembler Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\crc_i386.asm + +!IF "$(CFG)" == "zipsplit - Win32 Release" + +!ELSEIF "$(CFG)" == "zipsplit - Win32 Debug" + +!ELSEIF "$(CFG)" == "zipsplit - Win32 ASM Debug" + +# Begin Custom Build - Assembling... +IntDir=.\zipsplit___Win32_ASM_Debug +InputPath=..\crc_i386.asm +InputName=crc_i386 + +"$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" + +# End Custom Build + +!ELSEIF "$(CFG)" == "zipsplit - Win32 ASM Release" + +# Begin Custom Build - Assembling... +IntDir=.\zipsplit___Win32_ASM_Release +InputPath=..\crc_i386.asm +InputName=crc_i386 + +"$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" + +# End Custom Build + +!ENDIF + # End Source File # End Group # End Target -- cgit v1.2.3