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

MySQL数据库

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="strings" - 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=strings - 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 "strings.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 "strings.mak" CFG="strings - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "strings - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "strings - 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=cl.exe
  26. RSC=rc.exe
  27. !IF  "$(CFG)" == "strings - 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" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /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=link.exe -lib
  47. # ADD BASE LIB32 /nologo
  48. # ADD LIB32 /nologo /out:"..lib_releasestrings.lib"
  49. !ELSEIF  "$(CFG)" == "strings - 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" /D "_DEBUG" /D "SAFEMALLOC" /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=link.exe -lib
  69. # ADD BASE LIB32 /nologo
  70. # ADD LIB32 /nologo /out:"..lib_debugstrings.lib"
  71. !ENDIF
  72. # Begin Target
  73. # Name "strings - Win32 Release"
  74. # Name "strings - Win32 Debug"
  75. # Begin Source File
  76. SOURCE=.atof.c
  77. # End Source File
  78. # Begin Source File
  79. SOURCE=.bchange.c
  80. # End Source File
  81. # Begin Source File
  82. SOURCE=.bcmp.c
  83. # End Source File
  84. # Begin Source File
  85. SOURCE=.bfill.c
  86. # End Source File
  87. # Begin Source File
  88. SOURCE=.bmove512.c
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=".ctype-big5.c"
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=".ctype-czech.c"
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=".ctype-euc_kr.c"
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=".ctype-gb2312.c"
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=".ctype-gbk.c"
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=".ctype-sjis.c"
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=".ctype-tis620.c"
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=".ctype-ujis.c"
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.ctype.c
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.int2str.c
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=.llstr.c
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=.longlong2str.c
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=.r_strinstr.c
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=.str2int.c
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=.Strings.asm
  134. !IF  "$(CFG)" == "strings - Win32 Release"
  135. # Begin Custom Build
  136. OutDir=.release
  137. InputPath=.Strings.asm
  138. InputName=Strings
  139. "$(OutDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  140. C:masmmasm -Mx  -t -DDOS386 -DM_I386   $(InputPath),$(OutDir)$(InputName).obj,,,
  141. # End Custom Build
  142. !ELSEIF  "$(CFG)" == "strings - Win32 Debug"
  143. # Begin Custom Build
  144. OutDir=.debug
  145. InputPath=.Strings.asm
  146. InputName=Strings
  147. "$(OutDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  148. C:masmmasm -Mx  -t -DDOS386 -DM_I386   $(InputPath),$(Outdir)$(InputName).obj,,,
  149. # End Custom Build
  150. !ENDIF
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.strtol.c
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.strtoll.c
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.strtoul.c
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.strtoull.c
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.Strxmov.asm
  166. !IF  "$(CFG)" == "strings - Win32 Release"
  167. # Begin Custom Build
  168. OutDir=.release
  169. InputPath=.Strxmov.asm
  170. InputName=Strxmov
  171. "$(OutDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  172. C:masmmasm -Mx  -t -DDOS386 -DM_I386   $(InputPath),$(OutDir)$(InputName).obj,,,
  173. # End Custom Build
  174. !ELSEIF  "$(CFG)" == "strings - Win32 Debug"
  175. # Begin Custom Build
  176. OutDir=.debug
  177. InputPath=.Strxmov.asm
  178. InputName=Strxmov
  179. "$(OutDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  180. C:masmmasm -Mx  -t -DDOS386 -DM_I386   $(InputPath),$(Outdir)$(InputName).obj,,,
  181. # End Custom Build
  182. !ENDIF
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=.strxnmov.c
  186. # End Source File
  187. # End Target
  188. # End Project