all.dsp
上传用户:zhuqijet
上传日期:2013-06-25
资源大小:10074k
文件大小:3k
源码类别:

词法分析

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="all" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Generic Project" 0x010a
  5. CFG=all - 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 "all.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 "all.mak" CFG="all - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "all - Win32 Release" (based on "Win32 (x86) Generic Project")
  19. !MESSAGE "all - Win32 Debug" (based on "Win32 (x86) Generic Project")
  20. !MESSAGE "all - Win64 Debug" (based on "Win32 (x86) Generic Project")
  21. !MESSAGE "all - Win64 Release" (based on "Win32 (x86) Generic Project")
  22. !MESSAGE 
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. MTL=midl.exe
  28. !IF  "$(CFG)" == "all - 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 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "Release"
  37. # PROP Intermediate_Dir "Release"
  38. # PROP Target_Dir ""
  39. !ELSEIF  "$(CFG)" == "all - Win32 Debug"
  40. # PROP BASE Use_MFC 0
  41. # PROP BASE Use_Debug_Libraries 1
  42. # PROP BASE Output_Dir "Debug"
  43. # PROP BASE Intermediate_Dir "Debug"
  44. # PROP BASE Target_Dir ""
  45. # PROP Use_MFC 0
  46. # PROP Use_Debug_Libraries 1
  47. # PROP Output_Dir "Debug"
  48. # PROP Intermediate_Dir "Debug"
  49. # PROP Target_Dir ""
  50. !ELSEIF  "$(CFG)" == "all - Win64 Debug"
  51. # PROP BASE Use_MFC 0
  52. # PROP BASE Use_Debug_Libraries 1
  53. # PROP BASE Output_Dir "Debug"
  54. # PROP BASE Intermediate_Dir "Debug"
  55. # PROP BASE Target_Dir ""
  56. # PROP Use_MFC 0
  57. # PROP Use_Debug_Libraries 1
  58. # PROP Output_Dir "Debug"
  59. # PROP Intermediate_Dir "Debug"
  60. # PROP Target_Dir ""
  61. !ELSEIF  "$(CFG)" == "all - Win64 Release"
  62. # PROP BASE Use_MFC 0
  63. # PROP BASE Use_Debug_Libraries 0
  64. # PROP BASE Output_Dir "Release"
  65. # PROP BASE Intermediate_Dir "Release"
  66. # PROP BASE Target_Dir ""
  67. # PROP Use_MFC 0
  68. # PROP Use_Debug_Libraries 0
  69. # PROP Output_Dir "Release"
  70. # PROP Intermediate_Dir "Release"
  71. # PROP Target_Dir ""
  72. !ENDIF 
  73. # Begin Target
  74. # Name "all - Win32 Release"
  75. # Name "all - Win32 Debug"
  76. # Name "all - Win64 Debug"
  77. # Name "all - Win64 Release"
  78. # End Target
  79. # End Project