zipnote.dsp 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. # Microsoft Developer Studio Project File - Name="zipnote" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=zipnote - Win32 ASM Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "zipnote.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "zipnote.mak" CFG="zipnote - Win32 ASM Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "zipnote - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "zipnote - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE "zipnote - Win32 ASM Debug" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "zipnote - Win32 ASM Release" (based on "Win32 (x86) Console Application")
  22. !MESSAGE
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. CPP=cl.exe
  28. RSC=rc.exe
  29. !IF "$(CFG)" == "zipnote - Win32 Release"
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "zipnote___Win32_Release"
  33. # PROP BASE Intermediate_Dir "zipnote___Win32_Release"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "zipnote___Win32_Release"
  38. # PROP Intermediate_Dir "zipnote___Win32_Release"
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /FD /c
  41. # ADD CPP /nologo /W3 /GX /O2 /D "UTIL" /D "WIN32" /D "NO_ASM" /FD /c
  42. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  43. # ADD RSC /l 0x409 /d "NDEBUG"
  44. BSC32=bscmake.exe
  45. # ADD BASE BSC32 /nologo
  46. # ADD BSC32 /nologo
  47. LINK32=link.exe
  48. # 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
  49. # 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
  50. !ELSEIF "$(CFG)" == "zipnote - Win32 Debug"
  51. # PROP BASE Use_MFC 0
  52. # PROP BASE Use_Debug_Libraries 1
  53. # PROP BASE Output_Dir "zipnote___Win32_Debug"
  54. # PROP BASE Intermediate_Dir "zipnote___Win32_Debug"
  55. # PROP BASE Target_Dir ""
  56. # PROP Use_MFC 0
  57. # PROP Use_Debug_Libraries 1
  58. # PROP Output_Dir "zipnote___Win32_Debug"
  59. # PROP Intermediate_Dir "zipnote___Win32_Debug"
  60. # PROP Ignore_Export_Lib 0
  61. # PROP Target_Dir ""
  62. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "NO_ASM" /FD /GZ /c
  63. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "UTIL" /D "WIN32" /D "NO_ASM" /FR /FD /GZ /c
  64. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  65. # ADD RSC /l 0x409 /d "_DEBUG"
  66. BSC32=bscmake.exe
  67. # ADD BASE BSC32 /nologo
  68. # ADD BSC32 /nologo
  69. LINK32=link.exe
  70. # 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
  71. # 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
  72. !ELSEIF "$(CFG)" == "zipnote - Win32 ASM Debug"
  73. # PROP BASE Use_MFC 0
  74. # PROP BASE Use_Debug_Libraries 1
  75. # PROP BASE Output_Dir "zipnote___Win32_ASM_Debug"
  76. # PROP BASE Intermediate_Dir "zipnote___Win32_ASM_Debug"
  77. # PROP BASE Ignore_Export_Lib 0
  78. # PROP BASE Target_Dir ""
  79. # PROP Use_MFC 0
  80. # PROP Use_Debug_Libraries 1
  81. # PROP Output_Dir "zipnote___Win32_ASM_Debug"
  82. # PROP Intermediate_Dir "zipnote___Win32_ASM_Debug"
  83. # PROP Ignore_Export_Lib 0
  84. # PROP Target_Dir ""
  85. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "UTIL" /D "WIN32" /FR /FD /GZ /c
  86. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "UTIL" /D "WIN32" /FR /FD /GZ /c
  87. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  88. # ADD RSC /l 0x409 /d "_DEBUG"
  89. BSC32=bscmake.exe
  90. # ADD BASE BSC32 /nologo
  91. # ADD BSC32 /nologo
  92. LINK32=link.exe
  93. # 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
  94. # 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
  95. !ELSEIF "$(CFG)" == "zipnote - Win32 ASM Release"
  96. # PROP BASE Use_MFC 0
  97. # PROP BASE Use_Debug_Libraries 0
  98. # PROP BASE Output_Dir "zipnote___Win32_ASM_Release"
  99. # PROP BASE Intermediate_Dir "zipnote___Win32_ASM_Release"
  100. # PROP BASE Target_Dir ""
  101. # PROP Use_MFC 0
  102. # PROP Use_Debug_Libraries 0
  103. # PROP Output_Dir "zipnote___Win32_ASM_Release"
  104. # PROP Intermediate_Dir "zipnote___Win32_ASM_Release"
  105. # PROP Target_Dir ""
  106. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "UTIL" /FD /c
  107. # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "UTIL" /FD /c
  108. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  109. # ADD RSC /l 0x409 /d "NDEBUG"
  110. BSC32=bscmake.exe
  111. # ADD BASE BSC32 /nologo
  112. # ADD BSC32 /nologo
  113. LINK32=link.exe
  114. # 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
  115. # 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
  116. !ENDIF
  117. # Begin Target
  118. # Name "zipnote - Win32 Release"
  119. # Name "zipnote - Win32 Debug"
  120. # Name "zipnote - Win32 ASM Debug"
  121. # Name "zipnote - Win32 ASM Release"
  122. # Begin Group "Source Files"
  123. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  124. # Begin Source File
  125. SOURCE=..\..\crc32.c
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=..\..\fileio.c
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=..\..\globals.c
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=..\..\util.c
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=..\win32.c
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=..\win32i64.c
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=..\..\zipfile.c
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=..\..\zipnote.c
  147. # End Source File
  148. # End Group
  149. # Begin Group "Header Files"
  150. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  151. # Begin Source File
  152. SOURCE=..\..\crc32.h
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=..\..\ebcdic.h
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=..\osdep.h
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=..\..\revision.h
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=..\..\tailor.h
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=..\win32zip.h
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=..\..\zip.h
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=..\..\ziperr.h
  174. # End Source File
  175. # End Group
  176. # Begin Group "Assembler Files"
  177. # PROP Default_Filter ""
  178. # Begin Source File
  179. SOURCE=..\crc_i386.asm
  180. !IF "$(CFG)" == "zipnote - Win32 Release"
  181. !ELSEIF "$(CFG)" == "zipnote - Win32 Debug"
  182. !ELSEIF "$(CFG)" == "zipnote - Win32 ASM Debug"
  183. # Begin Custom Build - Assembling...
  184. IntDir=.\zipnote___Win32_ASM_Debug
  185. InputPath=..\crc_i386.asm
  186. InputName=crc_i386
  187. "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  188. ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)"
  189. # End Custom Build
  190. !ELSEIF "$(CFG)" == "zipnote - Win32 ASM Release"
  191. # Begin Custom Build - Assembling...
  192. IntDir=.\zipnote___Win32_ASM_Release
  193. InputPath=..\crc_i386.asm
  194. InputName=crc_i386
  195. "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  196. ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)"
  197. # End Custom Build
  198. !ENDIF
  199. # End Source File
  200. # End Group
  201. # End Target
  202. # End Project