mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
mysqlmanager.vcproj:
Place mysqlmanager 'pdb' file in 'client_debug' directory mysys.vcproj: Removed define of __NT__ from 'Debug' target mysqld.vcproj: Always generate 'pdb' and 'map' files
This commit is contained in:
parent
539ac78df2
commit
47a9da936c
@@ -37,7 +37,7 @@
|
||||
OutputFile="../../client_debug/mysqlmanager.exe"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="$(OutDir)/mysqlmanager.pdb"
|
||||
ProgramDatabaseFile="../../client_debug/mysqlmanager.pdb"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
|
||||
Reference in New Issue
Block a user