diff options
author | unknown <venu@myvenu.com> | 2003-02-20 14:16:57 -0800 |
---|---|---|
committer | unknown <venu@myvenu.com> | 2003-02-20 14:16:57 -0800 |
commit | 77be017226d8087590131169e0140ed61b0f98bf (patch) | |
tree | 3a5311df286e88cc1c6f44c866bd3117241dff99 /VC++Files/strings | |
parent | b0f2c7e54a1a18f71f0a6b5d5e552f6d5d100fe5 (diff) | |
download | mariadb-git-77be017226d8087590131169e0140ed61b0f98bf.tar.gz |
Fix .dsp files to have all new changes to work with src disribution package script
VC++Files/client/mysqlclient.dsp:
.
VC++Files/libmysql/libmysql.dsp:
.
VC++Files/libmysqld/libmysqld.dsp:
.
VC++Files/myisammrg/myisammrg.dsp:
.
VC++Files/mysqlmanager/MySqlManager.dsp:
.
VC++Files/mysys/mysys.dsp:
.
VC++Files/strings/strings.dsp:
.
Diffstat (limited to 'VC++Files/strings')
-rw-r--r-- | VC++Files/strings/strings.dsp | 84 |
1 files changed, 33 insertions, 51 deletions
diff --git a/VC++Files/strings/strings.dsp b/VC++Files/strings/strings.dsp index 2f206b30ba6..a60034d3ec6 100644 --- a/VC++Files/strings/strings.dsp +++ b/VC++Files/strings/strings.dsp @@ -104,6 +104,10 @@ SOURCE=.\bmove512.c # End Source File # Begin Source File +SOURCE=.\bmove_upp.c +# End Source File +# Begin Source File + SOURCE=".\ctype-big5.c" # End Source File # Begin Source File @@ -120,6 +124,10 @@ SOURCE=".\ctype-euc_kr.c" # End Source File # Begin Source File +SOURCE=".\ctype-extra.c" +# End Source File +# Begin Source File + SOURCE=".\ctype-gb2312.c" # End Source File # Begin Source File @@ -128,6 +136,10 @@ SOURCE=".\ctype-gbk.c" # End Source File # Begin Source File +SOURCE=".\ctype-latin1.c" +# End Source File +# Begin Source File + SOURCE=".\ctype-latin1_de.c" # End Source File # Begin Source File @@ -168,6 +180,10 @@ SOURCE=.\int2str.c # End Source File # Begin Source File +SOURCE=.\is_prefix.c +# End Source File +# Begin Source File + SOURCE=.\llstr.c # End Source File # Begin Source File @@ -188,34 +204,27 @@ SOURCE=.\str2int.c # End Source File # Begin Source File -SOURCE=.\Strings.asm - -!IF "$(CFG)" == "strings - Win32 Release" - -# Begin Custom Build -OutDir=.\release -InputPath=.\Strings.asm -InputName=Strings - -"$(OutDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - ml /Cx /nologo /DDOS386 /DM_I386 /Zm /coff /c /Fo $(Outdir)\$(InputName).obj $(InputPath) - -# End Custom Build - -!ELSEIF "$(CFG)" == "strings - Win32 Debug" +SOURCE=.\strcend.c +# End Source File +# Begin Source File -# Begin Custom Build -OutDir=.\debug -InputPath=.\Strings.asm -InputName=Strings +SOURCE=.\strend.c +# End Source File +# Begin Source File -"$(OutDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - ml /Cx /nologo /DDOS386 /DM_I386 /Zm /coff /c /Fo $(Outdir)\$(InputName).obj $(InputPath) +SOURCE=.\strfill.c +# End Source File +# Begin Source File -# End Custom Build +SOURCE=.\strmake.c +# End Source File +# Begin Source File -!ENDIF +SOURCE=.\strmov.c +# End Source File +# Begin Source File +SOURCE=.\strnmov.c # End Source File # Begin Source File @@ -235,34 +244,7 @@ SOURCE=.\strtoull.c # End Source File # Begin Source File -SOURCE=.\Strxmov.asm - -!IF "$(CFG)" == "strings - Win32 Release" - -# Begin Custom Build -OutDir=.\release -InputPath=.\Strxmov.asm -InputName=Strxmov - -"$(OutDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - ml /Cx /nologo /DDOS386 /DM_I386 /Zm /coff /c /Fo $(Outdir)\$(InputName).obj $(InputPath) - -# End Custom Build - -!ELSEIF "$(CFG)" == "strings - Win32 Debug" - -# Begin Custom Build -OutDir=.\debug -InputPath=.\Strxmov.asm -InputName=Strxmov - -"$(OutDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - ml /Cx /nologo /DDOS386 /DM_I386 /Zm /coff /c /Fo $(Outdir)\$(InputName).obj $(InputPath) - -# End Custom Build - -!ENDIF - +SOURCE=.\strxmov.c # End Source File # Begin Source File |