PageRenderTime 44ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/ncftp-3.2.5/sio/sio.dsp

#
Unknown | 202 lines | 163 code | 39 blank | 0 comment | 0 complexity | f14c246d930c0c6567c853d32f9377a3 MD5 | raw file
Possible License(s): AGPL-3.0
  1. # Microsoft Developer Studio Project File - Name="sio" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=sio - 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 "sio.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 "sio.mak" CFG="sio - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "sio - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "sio - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF "$(CFG)" == "sio - Win32 Release"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir "Release"
  31. # PROP BASE Intermediate_Dir "Release"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir "Release"
  36. # PROP Intermediate_Dir "Release"
  37. # PROP Target_Dir ""
  38. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  39. # ADD CPP /nologo /W4 /GX /Ot /Oa /Og /Ob2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  40. # SUBTRACT CPP /YX
  41. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  42. # ADD RSC /l 0x409 /d "NDEBUG"
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo
  46. LIB32=link.exe -lib
  47. # ADD BASE LIB32 /nologo
  48. # ADD LIB32 /nologo
  49. !ELSEIF "$(CFG)" == "sio - Win32 Debug"
  50. # PROP BASE Use_MFC 0
  51. # PROP BASE Use_Debug_Libraries 1
  52. # PROP BASE Output_Dir "Debug"
  53. # PROP BASE Intermediate_Dir "Debug"
  54. # PROP BASE Target_Dir ""
  55. # PROP Use_MFC 0
  56. # PROP Use_Debug_Libraries 1
  57. # PROP Output_Dir "Debug"
  58. # PROP Intermediate_Dir "Debug"
  59. # PROP Target_Dir ""
  60. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  61. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  62. # SUBTRACT CPP /YX
  63. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  64. # ADD RSC /l 0x409 /d "_DEBUG"
  65. BSC32=bscmake.exe
  66. # ADD BASE BSC32 /nologo
  67. # ADD BSC32 /nologo
  68. LIB32=link.exe -lib
  69. # ADD BASE LIB32 /nologo
  70. # ADD LIB32 /nologo
  71. !ENDIF
  72. # Begin Target
  73. # Name "sio - Win32 Release"
  74. # Name "sio - Win32 Debug"
  75. # Begin Group "Source Files"
  76. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  77. # Begin Source File
  78. SOURCE=.\DNSUtil.c
  79. # End Source File
  80. # Begin Source File
  81. SOURCE=.\main.c
  82. # End Source File
  83. # Begin Source File
  84. SOURCE=.\PRead.c
  85. # End Source File
  86. # Begin Source File
  87. SOURCE=.\PWrite.c
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=.\SAccept.c
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=.\SBind.c
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=.\SClose.c
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=.\SConnect.c
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=.\SConnectByName.c
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.\SError.c
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.\SNew.c
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=.\SocketUtil.c
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.\SRead.c
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.\SReadline.c
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.\SRecv.c
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.\SRecvfrom.c
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.\SRecvmsg.c
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.\SSelect.c
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.\SSend.c
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.\SSendto.c
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.\SSendtoByName.c
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.\StrAddr.c
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.\SWait.c
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.\SWrite.c
  148. # End Source File
  149. # End Group
  150. # Begin Group "Header Files"
  151. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  152. # Begin Source File
  153. SOURCE=.\sio.h
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.\syshdrs.h
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.\wincfg.h
  160. # End Source File
  161. # End Group
  162. # End Target
  163. # End Project