summaryrefslogtreecommitdiff
path: root/server-tools
diff options
context:
space:
mode:
authorkent@mysql.com <>2006-06-30 02:49:28 +0200
committerkent@mysql.com <>2006-06-30 02:49:28 +0200
commit593b359d92963f2a31d843effaeb4e2f017b6f97 (patch)
tree979022ec6de7b83cb460624acaf39da5ca896175 /server-tools
parent6f6b966d16e6eb2f7c1d5e592fd87126e65a12a9 (diff)
downloadmariadb-git-593b359d92963f2a31d843effaeb4e2f017b6f97.tar.gz
mysql.spec.sh:
Disable old RPM strip my_global.h: Fixed wrong cast, which caused problems with gcc 4.0 and floats in prepared statements (Bug #19694) mysqlmanager.vcproj: Place output files in common release/debug directory
Diffstat (limited to 'server-tools')
-rw-r--r--server-tools/instance-manager/mysqlmanager.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/server-tools/instance-manager/mysqlmanager.vcproj b/server-tools/instance-manager/mysqlmanager.vcproj
index ef8b2dd017e..bbcb94fa221 100644
--- a/server-tools/instance-manager/mysqlmanager.vcproj
+++ b/server-tools/instance-manager/mysqlmanager.vcproj
@@ -34,7 +34,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="wsock32.lib"
- OutputFile="$(OutDir)/mysqlmanager.exe"
+ OutputFile="../../client_debug/mysqlmanager.exe"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/mysqlmanager.pdb"
@@ -82,7 +82,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="wsock32.lib"
- OutputFile="$(OutDir)/mysqlmanager.exe"
+ OutputFile="../../client_release/mysqlmanager.exe"
LinkIncremental="1"
GenerateDebugInformation="TRUE"
SubSystem="1"