IOCPServer.dsp
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:5k
源码类别:

模拟服务器

开发平台:

C/C++

  1. # Microsoft Developer Studio Project File - Name="IOCPServer" - 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=IOCPServer - 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 "IOCPServer.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 "IOCPServer.mak" CFG="IOCPServer - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "IOCPServer - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "IOCPServer - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""$/SwordOnline/Sources/Network/IOCPServer", KQJAAAAA"
  24. # PROP Scc_LocalPath "."
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF  "$(CFG)" == "IOCPServer - 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 /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  40. # ADD BASE RSC /l 0x804 /d "NDEBUG"
  41. # ADD RSC /l 0x804 /d "NDEBUG"
  42. BSC32=bscmake.exe
  43. # ADD BASE BSC32 /nologo
  44. # ADD BSC32 /nologo
  45. LIB32=link.exe -lib
  46. # ADD BASE LIB32 /nologo
  47. # ADD LIB32 /nologo
  48. # Begin Special Build Tool
  49. SOURCE="$(InputPath)"
  50. PostBuild_Cmds=copy releaseiocpserver.lib ......libiocpserver.lib
  51. # End Special Build Tool
  52. !ELSEIF  "$(CFG)" == "IOCPServer - Win32 Debug"
  53. # PROP BASE Use_MFC 0
  54. # PROP BASE Use_Debug_Libraries 1
  55. # PROP BASE Output_Dir "Debug"
  56. # PROP BASE Intermediate_Dir "Debug"
  57. # PROP BASE Target_Dir ""
  58. # PROP Use_MFC 0
  59. # PROP Use_Debug_Libraries 1
  60. # PROP Output_Dir "Debug"
  61. # PROP Intermediate_Dir "Debug"
  62. # PROP Target_Dir ""
  63. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  64. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  65. # ADD BASE RSC /l 0x804 /d "_DEBUG"
  66. # ADD RSC /l 0x804 /d "_DEBUG"
  67. BSC32=bscmake.exe
  68. # ADD BASE BSC32 /nologo
  69. # ADD BSC32 /nologo
  70. LIB32=link.exe -lib
  71. # ADD BASE LIB32 /nologo
  72. # ADD LIB32 /nologo
  73. # Begin Special Build Tool
  74. SOURCE="$(InputPath)"
  75. PostBuild_Cmds=copy debugiocpserver.lib ......libiocpserver.lib
  76. # End Special Build Tool
  77. !ENDIF 
  78. # Begin Target
  79. # Name "IOCPServer - Win32 Release"
  80. # Name "IOCPServer - Win32 Debug"
  81. # Begin Group "Source Files"
  82. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  83. # Begin Source File
  84. SOURCE=.CriticalSection.cpp
  85. # End Source File
  86. # Begin Source File
  87. SOURCE=.Event.cpp
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=.Exception.cpp
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=.IOBuffer.cpp
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=.IOCompletionPort.cpp
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=.ManualResetEvent.cpp
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=.NodeList.cpp
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.Socket.cpp
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.SocketServer.cpp
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=.Thread.cpp
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.UsesWinsock.cpp
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.Utils.cpp
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.Win32Exception.cpp
  121. # End Source File
  122. # End Group
  123. # Begin Group "Header Files"
  124. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  125. # Begin Source File
  126. SOURCE=.CriticalSection.h
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.Event.h
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.Exception.h
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.IOBuffer.h
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.IOCompletionPort.h
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.ManualResetEvent.h
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.NodeList.h
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.OpaqueUserData.h
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=.Socket.h
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.SocketServer.h
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.SystemInfo.h
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.Thread.h
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.tstring.h
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.UsesWinsock.h
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.Utils.h
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.Win32Exception.h
  172. # End Source File
  173. # End Group
  174. # Begin Group "Document"
  175. # PROP Default_Filter ""
  176. # Begin Source File
  177. SOURCE=.announcement.txt
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.readme.txt
  181. # End Source File
  182. # End Group
  183. # End Target
  184. # End Project