strings.dsp 5.18 KB
Newer Older
miguel@light.local's avatar
miguel@light.local committed
1 2 3 4 5 6 7 8 9
# Microsoft Developer Studio Project File - Name="strings" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Static Library" 0x0104

CFG=strings - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
10
!MESSAGE
miguel@light.local's avatar
miguel@light.local committed
11
!MESSAGE NMAKE /f "strings.mak".
12
!MESSAGE
miguel@light.local's avatar
miguel@light.local committed
13 14
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
15
!MESSAGE
miguel@light.local's avatar
miguel@light.local committed
16
!MESSAGE NMAKE /f "strings.mak" CFG="strings - Win32 Debug"
17
!MESSAGE
miguel@light.local's avatar
miguel@light.local committed
18
!MESSAGE Possible choices for configuration are:
19
!MESSAGE
miguel@light.local's avatar
miguel@light.local committed
20 21
!MESSAGE "strings - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "strings - Win32 Debug" (based on "Win32 (x86) Static Library")
22
!MESSAGE
miguel@light.local's avatar
miguel@light.local committed
23 24 25 26 27

# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
28
CPP=xicl6.exe
29
CPP=xicl6.exe
miguel@light.local's avatar
miguel@light.local committed
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
RSC=rc.exe

!IF  "$(CFG)" == "strings - Win32 Release"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "release"
# PROP Intermediate_Dir "release"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
45
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
miguel@light.local's avatar
miguel@light.local committed
46 47 48 49 50 51
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
52
LIB32=xilink6.exe -lib
miguel@light.local's avatar
miguel@light.local committed
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\lib_release\strings.lib"

!ELSEIF  "$(CFG)" == "strings - Win32 Debug"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "debug"
# PROP Intermediate_Dir "debug"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /Gf /I "../include" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /FD /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
76
LIB32=xilink6.exe -lib
miguel@light.local's avatar
miguel@light.local committed
77 78 79
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\lib_debug\strings.lib"

80
!ENDIF
miguel@light.local's avatar
miguel@light.local committed
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103

# Begin Target

# Name "strings - Win32 Release"
# Name "strings - Win32 Debug"
# Begin Source File

SOURCE=.\bchange.c
# End Source File
# Begin Source File

SOURCE=.\bcmp.c
# End Source File
# Begin Source File

SOURCE=.\bfill.c
# End Source File
# Begin Source File

SOURCE=.\bmove512.c
# End Source File
# Begin Source File

104 105 106 107
SOURCE=.\bmove_upp.c
# End Source File
# Begin Source File

108
SOURCE=".\ctype-big5.c"
venu@myvenu.com's avatar
venu@myvenu.com committed
109 110 111
# End Source File
# Begin Source File

112
SOURCE=".\ctype-bin.c"
miguel@light.local's avatar
miguel@light.local committed
113 114 115 116 117 118 119 120 121 122 123
# End Source File
# Begin Source File

SOURCE=".\ctype-czech.c"
# End Source File
# Begin Source File

SOURCE=".\ctype-euc_kr.c"
# End Source File
# Begin Source File

124 125 126 127
SOURCE=".\ctype-extra.c"
# End Source File
# Begin Source File

miguel@light.local's avatar
miguel@light.local committed
128 129 130 131 132 133 134 135
SOURCE=".\ctype-gb2312.c"
# End Source File
# Begin Source File

SOURCE=".\ctype-gbk.c"
# End Source File
# Begin Source File

136 137 138 139
SOURCE=".\ctype-latin1.c"
# End Source File
# Begin Source File

140 141 142 143
SOURCE=".\ctype-mb.c"
# End Source File
# Begin Source File

144 145 146 147
SOURCE=".\ctype-simple.c"
# End Source File
# Begin Source File

miguel@light.local's avatar
miguel@light.local committed
148 149 150 151 152 153 154
SOURCE=".\ctype-sjis.c"
# End Source File
# Begin Source File

SOURCE=".\ctype-tis620.c"
# End Source File
# Begin Source File
monty@mysql.com's avatar
monty@mysql.com committed
155

156 157 158
SOURCE=".\ctype-uca.c"
# End Source File
# Begin Source File
miguel@light.local's avatar
miguel@light.local committed
159

160 161 162 163
SOURCE=".\ctype-ucs2.c"
# End Source File
# Begin Source File

miguel@light.local's avatar
miguel@light.local committed
164 165 166 167
SOURCE=".\ctype-ujis.c"
# End Source File
# Begin Source File

168
SOURCE=".\ctype-utf8.c"
miguel@light.local's avatar
miguel@light.local committed
169 170 171
# End Source File
# Begin Source File

172
SOURCE=".\ctype-win1250ch.c"
miguel@light.local's avatar
miguel@light.local committed
173 174 175
# End Source File
# Begin Source File

176
SOURCE=.\ctype.c
miguel@light.local's avatar
miguel@light.local committed
177 178 179
# End Source File
# Begin Source File

180
SOURCE=.\int2str.c
miguel@light.local's avatar
miguel@light.local committed
181 182 183
# End Source File
# Begin Source File

184 185 186 187
SOURCE=.\is_prefix.c
# End Source File
# Begin Source File

188
SOURCE=.\llstr.c
miguel@light.local's avatar
miguel@light.local committed
189 190 191
# End Source File
# Begin Source File

192
SOURCE=.\longlong2str.c
miguel@light.local's avatar
miguel@light.local committed
193 194 195
# End Source File
# Begin Source File

196 197 198 199
SOURCE=.\my_strtoll10.c
# End Source File
# Begin Source File

200
SOURCE=.\my_vsnprintf.c
venu@myvenu.com's avatar
venu@myvenu.com committed
201 202 203
# End Source File
# Begin Source File

204
SOURCE=.\r_strinstr.c
venu@myvenu.com's avatar
venu@myvenu.com committed
205 206 207
# End Source File
# Begin Source File

208
SOURCE=.\str2int.c
venu@myvenu.com's avatar
venu@myvenu.com committed
209 210 211
# End Source File
# Begin Source File

212 213 214
SOURCE=.\strcend.c
# End Source File
# Begin Source File
miguel@light.local's avatar
miguel@light.local committed
215

216 217 218
SOURCE=.\strend.c
# End Source File
# Begin Source File
miguel@light.local's avatar
miguel@light.local committed
219

220 221 222
SOURCE=.\strfill.c
# End Source File
# Begin Source File
miguel@light.local's avatar
miguel@light.local committed
223

224 225 226
SOURCE=.\strmake.c
# End Source File
# Begin Source File
miguel@light.local's avatar
miguel@light.local committed
227

228 229 230
SOURCE=.\strmov.c
# End Source File
# Begin Source File
miguel@light.local's avatar
miguel@light.local committed
231

232
SOURCE=.\strnmov.c
miguel@light.local's avatar
miguel@light.local committed
233 234 235
# End Source File
# Begin Source File

236 237 238 239
SOURCE=.\strtod.c
# End Source File
# Begin Source File

miguel@light.local's avatar
miguel@light.local committed
240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255
SOURCE=.\strtol.c
# End Source File
# Begin Source File

SOURCE=.\strtoll.c
# End Source File
# Begin Source File

SOURCE=.\strtoul.c
# End Source File
# Begin Source File

SOURCE=.\strtoull.c
# End Source File
# Begin Source File

256
SOURCE=.\strxmov.c
miguel@light.local's avatar
miguel@light.local committed
257 258 259 260 261
# End Source File
# Begin Source File

SOURCE=.\strxnmov.c
# End Source File
262 263 264 265
# Begin Source File

SOURCE=.\xml.c
# End Source File
miguel@light.local's avatar
miguel@light.local committed
266 267
# End Target
# End Project