FilterText_StaticLib.dsp
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:4k
源码类别:

模拟服务器

开发平台:

C/C++

  1. # Microsoft Developer Studio Project File - Name="FilterText_StaticLib" - 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=FilterText_StaticLib - 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 "FilterText_StaticLib.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 "FilterText_StaticLib.mak" CFG="FilterText_StaticLib - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "FilterText_StaticLib - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "FilterText_StaticLib - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""$/SwordOnline/Sources/FilterText", ERUAAAAA"
  24. # PROP Scc_LocalPath "."
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF  "$(CFG)" == "FilterText_StaticLib - Win32 Release"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir "FilterText_StaticLib___Win32_Release"
  31. # PROP BASE Intermediate_Dir "FilterText_StaticLib___Win32_Release"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir "FilterText_StaticLib___Win32_Release"
  36. # PROP Intermediate_Dir "FilterText_StaticLib___Win32_Release"
  37. # PROP Target_Dir ""
  38. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  39. # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "FILTERTEXT_STATICLIB" /FR /YX /FD /c
  40. # ADD BASE RSC /l 0x804 /d "NDEBUG"
  41. # ADD RSC /l 0x804 /d "NDEBUG"
  42. BSC32=bscmake.exe
  43. # ADD BASE BSC32 /nologo
  44. # ADD BSC32 /nologo
  45. LIB32=link.exe -lib
  46. # ADD BASE LIB32 /nologo
  47. # ADD LIB32 /nologo
  48. # Begin Special Build Tool
  49. SOURCE="$(InputPath)"
  50. PostBuild_Cmds=md ....librelease copy FilterText_StaticLib___Win32_ReleaseFilterText_StaticLib.lib ....libreleaseFilterText_StaticLib.lib
  51. # End Special Build Tool
  52. !ELSEIF  "$(CFG)" == "FilterText_StaticLib - Win32 Debug"
  53. # PROP BASE Use_MFC 0
  54. # PROP BASE Use_Debug_Libraries 1
  55. # PROP BASE Output_Dir "FilterText_StaticLib___Win32_Debug"
  56. # PROP BASE Intermediate_Dir "FilterText_StaticLib___Win32_Debug"
  57. # PROP BASE Target_Dir ""
  58. # PROP Use_MFC 0
  59. # PROP Use_Debug_Libraries 1
  60. # PROP Output_Dir "FilterText_StaticLib___Win32_Debug"
  61. # PROP Intermediate_Dir "FilterText_StaticLib___Win32_Debug"
  62. # PROP Target_Dir ""
  63. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  64. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "FILTERTEXT_STATICLIB" /YX /FD /GZ /c
  65. # ADD BASE RSC /l 0x804 /d "_DEBUG"
  66. # ADD RSC /l 0x804 /d "_DEBUG"
  67. BSC32=bscmake.exe
  68. # ADD BASE BSC32 /nologo
  69. # ADD BSC32 /nologo
  70. LIB32=link.exe -lib
  71. # ADD BASE LIB32 /nologo
  72. # ADD LIB32 /nologo
  73. # Begin Special Build Tool
  74. SOURCE="$(InputPath)"
  75. PostBuild_Cmds=md ....libdebug copy FilterText_StaticLib___Win32_DebugFilterText_StaticLib.lib ....libdebugFilterText_StaticLib.lib
  76. # End Special Build Tool
  77. !ENDIF 
  78. # Begin Target
  79. # Name "FilterText_StaticLib - Win32 Release"
  80. # Name "FilterText_StaticLib - Win32 Debug"
  81. # Begin Group "Source Files"
  82. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  83. # Begin Source File
  84. SOURCE=.FilterText.cpp
  85. # End Source File
  86. # Begin Source File
  87. SOURCE=.Regexp.cpp
  88. # End Source File
  89. # End Group
  90. # Begin Group "Header Files"
  91. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  92. # Begin Source File
  93. SOURCE=.FilterText.h
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=.Regexp.h
  97. # End Source File
  98. # End Group
  99. # End Target
  100. # End Project