by.dsp
上传用户:qdzhkyjx
上传日期:2013-04-04
资源大小:43k
文件大小:3k
源码类别:

词法分析

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="by" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=by - Win32 Release
  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 "by.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 "by.mak" CFG="by - Win32 Release"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "by - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE 
  20. # Begin Project
  21. # PROP AllowPerConfigDependencies 0
  22. # PROP Scc_ProjName ""
  23. # PROP Scc_LocalPath ""
  24. CPP=cl.exe
  25. MTL=midl.exe
  26. RSC=rc.exe
  27. # PROP BASE Use_MFC 6
  28. # PROP BASE Use_Debug_Libraries 0
  29. # PROP BASE Output_Dir "Release"
  30. # PROP BASE Intermediate_Dir "Release"
  31. # PROP BASE Target_Dir ""
  32. # PROP Use_MFC 6
  33. # PROP Use_Debug_Libraries 0
  34. # PROP Output_Dir "Release"
  35. # PROP Intermediate_Dir "Release"
  36. # PROP Target_Dir ""
  37. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  38. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  39. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  40. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  41. # ADD BASE RSC /l 0x804 /d "NDEBUG" /d "_AFXDLL"
  42. # ADD RSC /l 0x804 /d "NDEBUG" /d "_AFXDLL"
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo
  46. LINK32=link.exe
  47. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  48. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  49. # Begin Target
  50. # Name "by - Win32 Release"
  51. # Begin Group "Source Files"
  52. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  53. # Begin Source File
  54. SOURCE=.by.cpp
  55. # End Source File
  56. # Begin Source File
  57. SOURCE=.by.rc
  58. # End Source File
  59. # Begin Source File
  60. SOURCE=.byDlg.cpp
  61. # End Source File
  62. # Begin Source File
  63. SOURCE=.Link.cpp
  64. # End Source File
  65. # Begin Source File
  66. SOURCE=.StdAfx.cpp
  67. # ADD CPP /Yc"stdafx.h"
  68. # End Source File
  69. # End Group
  70. # Begin Group "Header Files"
  71. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  72. # Begin Source File
  73. SOURCE=.by.h
  74. # End Source File
  75. # Begin Source File
  76. SOURCE=.byDlg.h
  77. # End Source File
  78. # Begin Source File
  79. SOURCE=.Link.h
  80. # End Source File
  81. # Begin Source File
  82. SOURCE=.Resource.h
  83. # End Source File
  84. # Begin Source File
  85. SOURCE=.StdAfx.h
  86. # End Source File
  87. # End Group
  88. # Begin Group "Resource Files"
  89. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  90. # Begin Source File
  91. SOURCE=.res1.ico
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=.resby.ico
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=.resby.rc2
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=.resxptheme.bin
  101. # End Source File
  102. # End Group
  103. # Begin Source File
  104. SOURCE=.ReadMe.txt
  105. # End Source File
  106. # End Target
  107. # End Project