Commit 0777bd04 authored by unknown's avatar unknown

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:
  .
parent 20e237e5
...@@ -128,6 +128,10 @@ SOURCE="..\strings\ctype-euc_kr.c" ...@@ -128,6 +128,10 @@ SOURCE="..\strings\ctype-euc_kr.c"
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE="..\strings\ctype-extra.c"
# End Source File
# Begin Source File
SOURCE="..\strings\ctype-gb2312.c" SOURCE="..\strings\ctype-gb2312.c"
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -136,10 +140,18 @@ SOURCE="..\strings\ctype-gbk.c" ...@@ -136,10 +140,18 @@ SOURCE="..\strings\ctype-gbk.c"
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE="..\strings\ctype-latin1.c"
# End Source File
# Begin Source File
SOURCE="..\strings\ctype-latin1_de.c" SOURCE="..\strings\ctype-latin1_de.c"
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE="..\strings\ctype-mb.c"
# End Source File
# Begin Source File
SOURCE="..\strings\ctype-simple.c" SOURCE="..\strings\ctype-simple.c"
# End Source File # End Source File
# Begin Source File # Begin Source File
......
...@@ -139,6 +139,10 @@ SOURCE="..\strings\ctype-euc_kr.c" ...@@ -139,6 +139,10 @@ SOURCE="..\strings\ctype-euc_kr.c"
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE="..\strings\ctype-extra.c"
# End Source File
# Begin Source File
SOURCE="..\strings\ctype-gb2312.c" SOURCE="..\strings\ctype-gb2312.c"
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -147,10 +151,18 @@ SOURCE="..\strings\ctype-gbk.c" ...@@ -147,10 +151,18 @@ SOURCE="..\strings\ctype-gbk.c"
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE="..\strings\ctype-latin1.c"
# End Source File
# Begin Source File
SOURCE="..\strings\ctype-latin1_de.c" SOURCE="..\strings\ctype-latin1_de.c"
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE="..\strings\ctype-mb.c"
# End Source File
# Begin Source File
SOURCE="..\strings\ctype-simple.c" SOURCE="..\strings\ctype-simple.c"
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -260,7 +272,6 @@ SOURCE=..\mysys\my_alloc.c ...@@ -260,7 +272,6 @@ SOURCE=..\mysys\my_alloc.c
# Begin Source File # Begin Source File
SOURCE=..\mysys\my_compress.c SOURCE=..\mysys\my_compress.c
# ADD CPP /I "../zlib"
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -360,7 +371,7 @@ SOURCE=..\mysys\my_thr_init.c ...@@ -360,7 +371,7 @@ SOURCE=..\mysys\my_thr_init.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\mysys\my_vsnprintf.c SOURCE=..\strings\my_vsnprintf.c
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -478,5 +489,9 @@ SOURCE=..\vio\viossl.c ...@@ -478,5 +489,9 @@ SOURCE=..\vio\viossl.c
SOURCE=..\vio\viosslfactories.c SOURCE=..\vio\viosslfactories.c
# End Source File # End Source File
# Begin Source File
SOURCE=..\strings\xml.c
# End Source File
# End Target # End Target
# End Project # End Project
...@@ -52,7 +52,7 @@ BSC32=bscmake.exe ...@@ -52,7 +52,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo # ADD BSC32 /nologo
LINK32=link.exe LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Wsock32.lib ..\lib_release\myisam.lib ..\lib_release\myisammrg.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib ..\lib_release\innodb.lib ..\lib_release\bdb.lib ..\lib_release\zlib.lib # SUBTRACT LINK32 /nologo /dll /pdb:none /machine:I386 /out:"../lib_release/libmysqld.dll" /implib:"../lib_release/libmysqld.lib" # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Wsock32.lib ..\lib_release\myisam.lib ..\lib_release\myisammrg.lib ..\lib_release\mysys.lib ..\lib_release\strings.lib ..\lib_release\regex.lib ..\lib_release\heap.lib ..\lib_release\innodb.lib ..\lib_release\bdb.lib ..\lib_release\zlib.lib /nologo /dll /pdb:none /machine:I386 /out:"../lib_release/libmysqld.dll" /implib:"../lib_release/libmysqld.lib"
!ELSEIF "$(CFG)" == "libmysqld - Win32 Debug" !ELSEIF "$(CFG)" == "libmysqld - Win32 Debug"
...@@ -77,7 +77,7 @@ BSC32=bscmake.exe ...@@ -77,7 +77,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo # ADD BSC32 /nologo
LINK32=link.exe LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Wsock32.lib ..\lib_debug\dbug.lib ..\lib_debug\mysys.lib ..\lib_debug\strings.lib ..\lib_debug\regex.lib ..\lib_debug\heap.lib ..\lib_debug\innodb.lib # SUBTRACT LINK32 /nologo /dll /pdb:none /debug /machine:I386 /nodefaultlib:"LIBCMTD" /out:"../lib_debug/libmysqld.dll" /implib:"../lib_debug/libmysqld.lib" # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Wsock32.lib ..\lib_debug\dbug.lib ..\lib_debug\mysys.lib ..\lib_debug\strings.lib ..\lib_debug\regex.lib ..\lib_debug\heap.lib ..\lib_debug\innodb.lib /nologo /dll /pdb:none /debug /machine:I386 /nodefaultlib:"LIBCMTD" /out:"../lib_debug/libmysqld.dll" /implib:"../lib_debug/libmysqld.lib"
!ENDIF !ENDIF
...@@ -180,6 +180,10 @@ SOURCE=..\sql\item_func.cpp ...@@ -180,6 +180,10 @@ SOURCE=..\sql\item_func.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\item_row.cpp
# End Source File
# Begin Source File
SOURCE=..\sql\item_strfunc.cpp SOURCE=..\sql\item_strfunc.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -236,10 +240,6 @@ SOURCE=..\sql\mini_client.cpp ...@@ -236,10 +240,6 @@ SOURCE=..\sql\mini_client.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\sql\net_pkg.cpp
# End Source File
# Begin Source File
SOURCE=..\sql\net_serv.cpp SOURCE=..\sql\net_serv.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -264,6 +264,10 @@ SOURCE=..\sql\procedure.cpp ...@@ -264,6 +264,10 @@ SOURCE=..\sql\procedure.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\protocol.cpp
# End Source File
# Begin Source File
SOURCE=..\sql\records.cpp SOURCE=..\sql\records.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -328,6 +332,10 @@ SOURCE=..\sql\sql_handler.cpp ...@@ -328,6 +332,10 @@ SOURCE=..\sql\sql_handler.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\sql_help.cpp
# End Source File
# Begin Source File
SOURCE=..\sql\sql_insert.cpp SOURCE=..\sql\sql_insert.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
......
...@@ -142,6 +142,10 @@ SOURCE=.\myrg_rnext.c ...@@ -142,6 +142,10 @@ SOURCE=.\myrg_rnext.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\myrg_rnext_same.c
# End Source File
# Begin Source File
SOURCE=.\myrg_rprev.c SOURCE=.\myrg_rprev.c
# End Source File # End Source File
# Begin Source File # Begin Source File
......
...@@ -101,10 +101,34 @@ SOURCE=.\ChildFrm.cpp ...@@ -101,10 +101,34 @@ SOURCE=.\ChildFrm.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE="..\strings\ctype-extra.c"
# End Source File
# Begin Source File
SOURCE="..\strings\ctype-latin1.c"
# End Source File
# Begin Source File
SOURCE="..\strings\ctype-mb.c"
# End Source File
# Begin Source File
SOURCE=..\strings\is_prefix.c
# End Source File
# Begin Source File
SOURCE=.\MainFrm.cpp SOURCE=.\MainFrm.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\mysys\my_sleep.c
# End Source File
# Begin Source File
SOURCE=..\strings\my_vsnprintf.c
# End Source File
# Begin Source File
SOURCE=.\MySqlManager.cpp SOURCE=.\MySqlManager.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
......
...@@ -410,6 +410,10 @@ SOURCE=.\my_seek.c ...@@ -410,6 +410,10 @@ SOURCE=.\my_seek.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\my_sleep.c
# End Source File
# Begin Source File
SOURCE=.\my_static.c SOURCE=.\my_static.c
# End Source File # End Source File
# Begin Source File # Begin Source File
......
...@@ -104,6 +104,10 @@ SOURCE=.\bmove512.c ...@@ -104,6 +104,10 @@ SOURCE=.\bmove512.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\bmove_upp.c
# End Source File
# Begin Source File
SOURCE=".\ctype-big5.c" SOURCE=".\ctype-big5.c"
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -120,6 +124,10 @@ SOURCE=".\ctype-euc_kr.c" ...@@ -120,6 +124,10 @@ SOURCE=".\ctype-euc_kr.c"
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=".\ctype-extra.c"
# End Source File
# Begin Source File
SOURCE=".\ctype-gb2312.c" SOURCE=".\ctype-gb2312.c"
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -128,6 +136,10 @@ SOURCE=".\ctype-gbk.c" ...@@ -128,6 +136,10 @@ SOURCE=".\ctype-gbk.c"
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=".\ctype-latin1.c"
# End Source File
# Begin Source File
SOURCE=".\ctype-latin1_de.c" SOURCE=".\ctype-latin1_de.c"
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -168,6 +180,10 @@ SOURCE=.\int2str.c ...@@ -168,6 +180,10 @@ SOURCE=.\int2str.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\is_prefix.c
# End Source File
# Begin Source File
SOURCE=.\llstr.c SOURCE=.\llstr.c
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -188,34 +204,27 @@ SOURCE=.\str2int.c ...@@ -188,34 +204,27 @@ SOURCE=.\str2int.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\Strings.asm SOURCE=.\strcend.c
# End Source File
!IF "$(CFG)" == "strings - Win32 Release" # Begin Source File
# 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"
# Begin Custom Build SOURCE=.\strend.c
OutDir=.\debug # End Source File
InputPath=.\Strings.asm # Begin Source File
InputName=Strings
"$(OutDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" SOURCE=.\strfill.c
ml /Cx /nologo /DDOS386 /DM_I386 /Zm /coff /c /Fo $(Outdir)\$(InputName).obj $(InputPath) # 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 # End Source File
# Begin Source File # Begin Source File
...@@ -235,34 +244,7 @@ SOURCE=.\strtoull.c ...@@ -235,34 +244,7 @@ SOURCE=.\strtoull.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\Strxmov.asm SOURCE=.\strxmov.c
!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
# End Source File # End Source File
# Begin Source File # Begin Source File
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment