summaryrefslogtreecommitdiff
path: root/VC++Files/libmysql/libmysql.dsp
diff options
context:
space:
mode:
authorunknown <venu@myvenu.com>2003-04-16 11:49:52 -0700
committerunknown <venu@myvenu.com>2003-04-16 11:49:52 -0700
commit259cc315a5eb06bd3f48f3fb48142de33af71883 (patch)
tree10cfb4f3b78b041b764e3783ef2d40f04eeb0d00 /VC++Files/libmysql/libmysql.dsp
parent472020dc084c597d9c8ca940dc0034e7939a3e76 (diff)
downloadmariadb-git-259cc315a5eb06bd3f48f3fb48142de33af71883.tar.gz
Fix broken windows distribution workspace file (libmysql.dsp), which is causing VC IDE to crash while loading
Remove ctype_latin1_de.c from respective dsp files Fix to make_win_src_distribution.sh to delete all newly added IS Bitkeeper files VC++Files/libmysql/libmysql.dsp: Fix the broken file
Diffstat (limited to 'VC++Files/libmysql/libmysql.dsp')
-rw-r--r--VC++Files/libmysql/libmysql.dsp12
1 files changed, 4 insertions, 8 deletions
diff --git a/VC++Files/libmysql/libmysql.dsp b/VC++Files/libmysql/libmysql.dsp
index 873c64a7bba..1a276c75447 100644
--- a/VC++Files/libmysql/libmysql.dsp
+++ b/VC++Files/libmysql/libmysql.dsp
@@ -58,8 +58,8 @@ LINK32=link.exe
# SUBTRACT LINK32 /pdb:none
# Begin Special Build Tool
SOURCE="$(InputPath)"
-PostBuild_Desc=Copy .lib file
-PostBuild_Cmds=xcopy release\libmysql.lib ..\lib_release\
+PostBuild_Desc=Move DLL export lib
+PostBuild_Cmds=xcopy release\libmysql.lib ..\lib_release /y
# End Special Build Tool
!ELSEIF "$(CFG)" == "libmysql - Win32 Debug"
@@ -91,8 +91,8 @@ LINK32=link.exe
# SUBTRACT LINK32 /pdb:none
# Begin Special Build Tool
SOURCE="$(InputPath)"
-PostBuild_Desc=Copy .lib file
-PostBuild_Cmds=xcopy ..\lib_debug\libmysql.dll C:\winnt\system32\ xcopy debug\libmysql.lib ..\lib_debug\
+PostBuild_Desc=Move DLL export lib
+PostBuild_Cmds=xcopy ..\lib_debug\libmysql.dll C:\winnt\system32\ /y xcopy debug\libmysql.lib ..\lib_debug\ /y
# End Special Build Tool
!ENDIF
@@ -155,10 +155,6 @@ SOURCE="..\strings\ctype-latin1.c"
# End Source File
# Begin Source File
-SOURCE="..\strings\ctype-latin1_de.c"
-# End Source File
-# Begin Source File
-
SOURCE="..\strings\ctype-mb.c"
# End Source File
# Begin Source File