regex.dsp
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:3k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="regex" - 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=regex - 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 "regex.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 "regex.mak" CFG="regex - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "regex - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "regex - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=xicl6.exe
  26. RSC=rc.exe
  27. !IF  "$(CFG)" == "regex - 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 "_WINDOWS" /YX /FD /c
  39. # ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "./" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
  40. # SUBTRACT CPP /YX
  41. # ADD BASE RSC /l 0x409
  42. # ADD RSC /l 0x409
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo
  46. LIB32=xilink6.exe -lib
  47. # ADD BASE LIB32 /nologo
  48. # ADD LIB32 /nologo /out:"..lib_releaseregex.lib"
  49. !ELSEIF  "$(CFG)" == "regex - 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 0
  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 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  61. # ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /Gf /I "../include" /I "./" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /FD /c
  62. # SUBTRACT CPP /YX
  63. # ADD BASE RSC /l 0x409
  64. # ADD RSC /l 0x409
  65. BSC32=bscmake.exe
  66. # ADD BASE BSC32 /nologo
  67. # ADD BSC32 /nologo
  68. LIB32=xilink6.exe -lib
  69. # ADD BASE LIB32 /nologo
  70. # ADD LIB32 /nologo /out:"..lib_debugregex.lib"
  71. !ENDIF
  72. # Begin Target
  73. # Name "regex - Win32 Release"
  74. # Name "regex - Win32 Debug"
  75. # Begin Source File
  76. SOURCE=.debug.c
  77. # End Source File
  78. # Begin Source File
  79. SOURCE=.regcomp.c
  80. # End Source File
  81. # Begin Source File
  82. SOURCE=.regerror.c
  83. # End Source File
  84. # Begin Source File
  85. SOURCE=.regexec.c
  86. # End Source File
  87. # Begin Source File
  88. SOURCE=.regfree.c
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=.reginit.c
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=.split.c
  95. # End Source File
  96. # End Target
  97. # End Project