1
0
mirror of https://github.com/sqlite/sqlite.git synced 2026-01-06 08:01:16 +03:00

Modify VSIX package generation tool to put the PDB files in the Debug directory.

FossilOrigin-Name: 9d0720833fd52b25e62aca9ab4cf1e234fd792aa
This commit is contained in:
mistachkin
2012-08-06 22:29:26 +00:00
parent 09ac7ec544
commit ab8c4cf3b8
3 changed files with 9 additions and 9 deletions

View File

@@ -273,7 +273,7 @@ if {![info exists fileNames(destination)]} then {
if {![info exists no(symbols)]} then {
lappend fileNames(destination) \
[file join $stagingDirectory Redist CommonConfiguration \
[file join $stagingDirectory Redist Debug \
<platform> sqlite3.pdb]
}
}