TelnetServer_NT.dsp
上传用户:chenchao
上传日期:2007-01-09
资源大小:22k
文件大小:4k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="TelnetServer_NT" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=TelnetServer_NT - 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 "TelnetServer_NT.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 "TelnetServer_NT.mak" CFG="TelnetServer_NT - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "TelnetServer_NT - Win32 Release" (based on
  19.  "Win32 (x86) Console Application")
  20. !MESSAGE "TelnetServer_NT - Win32 Debug" (based on
  21.  "Win32 (x86) Console Application")
  22. !MESSAGE 
  23. # Begin Project
  24. # PROP Scc_ProjName ""
  25. # PROP Scc_LocalPath ""
  26. CPP=cl.exe
  27. RSC=rc.exe
  28. !IF  "$(CFG)" == "TelnetServer_NT - Win32 Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release"
  32. # PROP BASE Intermediate_Dir "Release"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 1
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "Release"
  37. # PROP Intermediate_Dir "Release"
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  40. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  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. LINK32=link.exe
  47. # 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
  48. # ADD LINK32 /nologo /subsystem:console /machine:I386
  49. !ELSEIF  "$(CFG)" == "TelnetServer_NT - 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 1
  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 "_CONSOLE" /D "_MBCS" /YX /FD /c
  61. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  62. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  63. # ADD RSC /l 0x409 /d "_DEBUG"
  64. BSC32=bscmake.exe
  65. # ADD BASE BSC32 /nologo
  66. # ADD BSC32 /nologo
  67. LINK32=link.exe
  68. # 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
  69. # ADD LINK32 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
  70. !ENDIF 
  71. # Begin Target
  72. # Name "TelnetServer_NT - Win32 Release"
  73. # Name "TelnetServer_NT - Win32 Debug"
  74. # Begin Source File
  75. SOURCE=.Main.cpp
  76. # End Source File
  77. # Begin Source File
  78. SOURCE=.NTService.cpp
  79. # End Source File
  80. # Begin Source File
  81. SOURCE=.NTService.h
  82. # End Source File
  83. # Begin Source File
  84. SOURCE=.NTServiceEventLogMsg.h
  85. # End Source File
  86. # Begin Source File
  87. SOURCE=.NTServiceEventLogMsg.rc
  88. !IF  "$(CFG)" == "TelnetServer_NT - Win32 Release"
  89. !ELSEIF  "$(CFG)" == "TelnetServer_NT - Win32 Debug"
  90. !ENDIF 
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=.telnetd.cpp
  94. # End Source File
  95. # End Target
  96. # End Project