stop outputting pdb to a weird place
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
LinkIncremental="0"
|
LinkIncremental="0"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile=".\../../Program/smpackage-debug.pdb"
|
ProgramDatabaseFile="../Program/smpackage-debug.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
@@ -113,7 +113,7 @@
|
|||||||
OutputFile="./../Program/tools.exe"
|
OutputFile="./../Program/tools.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
ProgramDatabaseFile=".\../../Program/smpackage.pdb"
|
ProgramDatabaseFile="../Program/smpackage.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
@@ -247,10 +247,10 @@
|
|||||||
RelativePath=".\smpackage\resource.h">
|
RelativePath=".\smpackage\resource.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="smpackage.ICO">
|
RelativePath="res\smpackage.ico">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="res\smpackage.ico">
|
RelativePath="smpackage.ICO">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\smpackage\smpackage.rc">
|
RelativePath=".\smpackage\smpackage.rc">
|
||||||
|
|||||||
Reference in New Issue
Block a user