SerialPort.dsp
上传用户:hxj5298
上传日期:2007-01-03
资源大小:18k
文件大小:6k
源码类别:

通讯编程

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="SerialPort" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=SerialPort - Win32 Unicode 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 "SerialPort.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 "SerialPort.mak" CFG="SerialPort - Win32 Unicode Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "SerialPort - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "SerialPort - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE "SerialPort - Win32 Unicode Release" (based on
  21.  "Win32 (x86) Application")
  22. !MESSAGE "SerialPort - Win32 Unicode Debug" (based on
  23.  "Win32 (x86) Application")
  24. !MESSAGE 
  25. # Begin Project
  26. # PROP Scc_ProjName ""
  27. # PROP Scc_LocalPath ""
  28. CPP=cl.exe
  29. MTL=midl.exe
  30. RSC=rc.exe
  31. !IF  "$(CFG)" == "SerialPort - Win32 Release"
  32. # PROP BASE Use_MFC 0
  33. # PROP BASE Use_Debug_Libraries 0
  34. # PROP BASE Output_Dir ".Release"
  35. # PROP BASE Intermediate_Dir ".Release"
  36. # PROP BASE Target_Dir ""
  37. # PROP Use_MFC 2
  38. # PROP Use_Debug_Libraries 0
  39. # PROP Output_Dir ".Release"
  40. # PROP Intermediate_Dir ".Release"
  41. # PROP Target_Dir ""
  42. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  43. # ADD CPP /nologo /MD /W4 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /FD /c
  44. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  45. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  46. # ADD BASE RSC /l 0x1809 /d "NDEBUG"
  47. # ADD RSC /l 0x1809 /d "NDEBUG" /d "_AFXDLL"
  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 /subsystem:windows /machine:I386
  53. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  54. !ELSEIF  "$(CFG)" == "SerialPort - Win32 Debug"
  55. # PROP BASE Use_MFC 0
  56. # PROP BASE Use_Debug_Libraries 1
  57. # PROP BASE Output_Dir ".Debug"
  58. # PROP BASE Intermediate_Dir ".Debug"
  59. # PROP BASE Target_Dir ""
  60. # PROP Use_MFC 2
  61. # PROP Use_Debug_Libraries 1
  62. # PROP Output_Dir ".Debug"
  63. # PROP Intermediate_Dir ".Debug"
  64. # PROP Target_Dir ""
  65. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  66. # ADD CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /FD /c
  67. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  68. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  69. # ADD BASE RSC /l 0x1809 /d "_DEBUG"
  70. # ADD RSC /l 0x1809 /d "_DEBUG" /d "_AFXDLL"
  71. BSC32=bscmake.exe
  72. # ADD BASE BSC32 /nologo
  73. # ADD BSC32 /nologo
  74. LINK32=link.exe
  75. # 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:windows /debug /machine:I386
  76. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  77. !ELSEIF  "$(CFG)" == "SerialPort - Win32 Unicode Release"
  78. # PROP BASE Use_MFC 2
  79. # PROP BASE Use_Debug_Libraries 0
  80. # PROP BASE Output_Dir "ResSwitc"
  81. # PROP BASE Intermediate_Dir "ResSwitc"
  82. # PROP BASE Target_Dir ""
  83. # PROP Use_MFC 2
  84. # PROP Use_Debug_Libraries 0
  85. # PROP Output_Dir "ReleaseU"
  86. # PROP Intermediate_Dir "ReleaseU"
  87. # PROP Target_Dir ""
  88. # ADD BASE CPP /nologo /MD /W4 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /FD /c
  89. # ADD CPP /nologo /MD /W4 /GX /O2 /D "NDEBUG" /D "_WINDOWS" /D "WIN32" /D "_AFXDLL" /D "_MBCS" /D "_UNICODE" /YX /FD /c
  90. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  91. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  92. # ADD BASE RSC /l 0x1809 /d "NDEBUG" /d "_AFXDLL"
  93. # ADD RSC /l 0x1809 /d "NDEBUG" /d "_AFXDLL"
  94. BSC32=bscmake.exe
  95. # ADD BASE BSC32 /nologo
  96. # ADD BSC32 /nologo
  97. LINK32=link.exe
  98. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  99. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /machine:I386
  100. !ELSEIF  "$(CFG)" == "SerialPort - Win32 Unicode Debug"
  101. # PROP BASE Use_MFC 2
  102. # PROP BASE Use_Debug_Libraries 1
  103. # PROP BASE Output_Dir "ResSwit0"
  104. # PROP BASE Intermediate_Dir "ResSwit0"
  105. # PROP BASE Target_Dir ""
  106. # PROP Use_MFC 2
  107. # PROP Use_Debug_Libraries 1
  108. # PROP Output_Dir "DebugU"
  109. # PROP Intermediate_Dir "DebugU"
  110. # PROP Ignore_Export_Lib 0
  111. # PROP Target_Dir ""
  112. # ADD BASE CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /FD /c
  113. # ADD CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /D "_DEBUG" /D "_WINDOWS" /D "WIN32" /D "_AFXDLL" /D "_MBCS" /D "_UNICODE" /YX /FD /c
  114. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  115. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  116. # ADD BASE RSC /l 0x1809 /d "_DEBUG" /d "_AFXDLL"
  117. # ADD RSC /l 0x1809 /d "_DEBUG" /d "_AFXDLL"
  118. BSC32=bscmake.exe
  119. # ADD BASE BSC32 /nologo
  120. # ADD BSC32 /nologo
  121. LINK32=link.exe
  122. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  123. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386
  124. !ENDIF 
  125. # Begin Target
  126. # Name "SerialPort - Win32 Release"
  127. # Name "SerialPort - Win32 Debug"
  128. # Name "SerialPort - Win32 Unicode Release"
  129. # Name "SerialPort - Win32 Unicode Debug"
  130. # Begin Group "Source Files"
  131. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  132. # Begin Source File
  133. SOURCE=.app.cpp
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=.SerialPort.cpp
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=.SerialPort.rc
  140. !IF  "$(CFG)" == "SerialPort - Win32 Release"
  141. !ELSEIF  "$(CFG)" == "SerialPort - Win32 Debug"
  142. !ELSEIF  "$(CFG)" == "SerialPort - Win32 Unicode Release"
  143. !ELSEIF  "$(CFG)" == "SerialPort - Win32 Unicode Debug"
  144. !ENDIF 
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.StdAfx.cpp
  148. # End Source File
  149. # End Group
  150. # Begin Group "Header Files"
  151. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  152. # Begin Source File
  153. SOURCE=.serialport.h
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.stdafx.h
  157. # End Source File
  158. # End Group
  159. # Begin Group "Resource Files"
  160. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  161. # Begin Source File
  162. SOURCE=.resmainfrm.ico
  163. # End Source File
  164. # End Group
  165. # End Target
  166. # End Project