physfs.dsp 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. # Microsoft Developer Studio Project File - Name="physfs" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=physfs - Win32 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 "physfs.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 "physfs.mak" CFG="physfs - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "physfs - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "physfs - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "physfs - Win32 Debug"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 1
  31. # PROP BASE Output_Dir "Debug"
  32. # PROP BASE Intermediate_Dir "Debug"
  33. # PROP BASE Ignore_Export_Lib 0
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 1
  37. # PROP Output_Dir "Debug"
  38. # PROP Intermediate_Dir "Debug"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /MDd /W3 /WX /Gm /ZI /Od /I "." /I "zlibwin32" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "Z_PREFIX" /D "PHYSFS_EXPORTS" /D "PHYSFS_SUPPORTS_GRP" /D "PHYSFS_SUPPORTS_WAD" /D "PHYSFS_SUPPORTS_ZIP" /D "PHYSFS_SUPPORTS_QPAK" /D "PHYSFS_SUPPORTS_MVL" /D "PHYSFS_SUPPORTS_HOG" /YX /FD /GZ /c
  42. # ADD CPP /nologo /MTd /W3 /WX /Zi /Od /I "." /I "zlib123" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "Z_PREFIX" /D "PHYSFS_EXPORTS" /D "PHYSFS_SUPPORTS_GRP" /D "PHYSFS_SUPPORTS_WAD" /D "PHYSFS_SUPPORTS_ZIP" /D "PHYSFS_SUPPORTS_QPAK" /D "PHYSFS_SUPPORTS_MVL" /D "PHYSFS_SUPPORTS_HOG" /FR /YX /FD /GZ /c
  43. # SUBTRACT CPP /X
  44. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  45. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  46. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  47. # ADD RSC /l 0x409 /d "_DEBUG"
  48. BSC32=bscmake.exe
  49. # ADD BASE BSC32 /nologo
  50. # ADD BSC32 /nologo
  51. LINK32=link.exe
  52. # 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 /dll /debug /machine:I386 /pdbtype:sept
  53. # SUBTRACT BASE LINK32 /incremental:no
  54. # 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 /dll /debug /machine:I386 /out:"../src/Debug/physfs.dll"
  55. # SUBTRACT LINK32 /pdb:none /force
  56. !ELSEIF "$(CFG)" == "physfs - Win32 Release"
  57. # PROP BASE Use_MFC 0
  58. # PROP BASE Use_Debug_Libraries 0
  59. # PROP BASE Output_Dir "Release"
  60. # PROP BASE Intermediate_Dir "Release"
  61. # PROP BASE Ignore_Export_Lib 0
  62. # PROP BASE Target_Dir ""
  63. # PROP Use_MFC 0
  64. # PROP Use_Debug_Libraries 0
  65. # PROP Output_Dir "Release"
  66. # PROP Intermediate_Dir "Release"
  67. # PROP Ignore_Export_Lib 0
  68. # PROP Target_Dir ""
  69. # ADD BASE CPP /nologo /MD /W3 /WX /O2 /I "." /I "zlibwin32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHYSFS_EXPORTS" /D "PHYSFS_SUPPORTS_GRP" /D "PHYSFS_SUPPORTS_WAD" /D "PHYSFS_SUPPORTS_ZIP" /YX /FD /c
  70. # ADD CPP /nologo /MD /W3 /WX /O2 /I "." /I "zlib123" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PHYSFS_EXPORTS" /D "PHYSFS_SUPPORTS_GRP" /D "PHYSFS_SUPPORTS_WAD" /D "PHYSFS_SUPPORTS_ZIP" /D "PHYSFS_SUPPORTS_QPAK" /D "PHYSFS_SUPPORTS_HOG" /D "PHYSFS_SUPPORTS_MVL" /YX /FD /c
  71. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  72. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  73. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  74. # ADD RSC /l 0x409 /d "NDEBUG"
  75. BSC32=bscmake.exe
  76. # ADD BASE BSC32 /nologo
  77. # ADD BSC32 /nologo
  78. LINK32=link.exe
  79. # ADD BASE LINK32 zlibwin32\zlibstat.lib 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 /dll /machine:I386
  80. # 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 /dll /machine:I386
  81. !ENDIF
  82. # Begin Target
  83. # Name "physfs - Win32 Debug"
  84. # Name "physfs - Win32 Release"
  85. # Begin Group "Source Files"
  86. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  87. # Begin Source File
  88. SOURCE=.\zlib123\adler32.c
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=.\zlib123\compress.c
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=.\zlib123\crc32.c
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=.\zlib123\deflate.c
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=.\archivers\dir.c
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=.\archivers\grp.c
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=.\archivers\hog.c
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=.\zlib123\inffast.c
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=.\zlib123\inflate.c
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.\zlib123\inftrees.c
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.\archivers\mvl.c
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=.\physfs.c
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=.\physfs_byteorder.c
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=.\physfs_unicode.c
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=.\archivers\qpak.c
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=.\zlib123\trees.c
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=.\zlib123\uncompr.c
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=.\archivers\wad.c
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=.\platform\windows.c
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=.\archivers\zip.c
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=.\zlib123\zutil.c
  149. # End Source File
  150. # End Group
  151. # Begin Group "Header Files"
  152. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  153. # Begin Source File
  154. SOURCE=.\zlib123\deflate.h
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=.\zlib123\infblock.h
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=.\zlib123\infcodes.h
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=.\zlib123\inffast.h
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=.\zlib123\inffixed.h
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=.\zlib123\inftrees.h
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=.\zlib123\infutil.h
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=.\physfs.h
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=.\physfs_internal.h
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=.\zlib123\trees.h
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=.\zlib123\zconf.h
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=.\zlib123\zlib.h
  188. # End Source File
  189. # Begin Source File
  190. SOURCE=.\zlib123\zutil.h
  191. # End Source File
  192. # End Group
  193. # Begin Group "Resource Files"
  194. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  195. # End Group
  196. # End Target
  197. # End Project