ICU-4988 Don't generate build logs in useless directories when the default MSVC 2005 settings are used.
X-SVN-Rev: 20789
This commit is contained in:
parent
3e9764f769
commit
e623817ab1
@ -454,6 +454,7 @@ CLEAN : GODATA
|
||||
-@erase "*.txt"
|
||||
@cd "$(ICUBLD_PKG)\$(ICUBRK)"
|
||||
-@erase "*.brk"
|
||||
-@erase "*.ctd"
|
||||
-@erase "*.res"
|
||||
-@erase "*.txt"
|
||||
@cd "$(ICUBLD_PKG)\$(ICUCOL)"
|
||||
@ -467,7 +468,7 @@ CLEAN : GODATA
|
||||
@cd "$(ICUOUT)"
|
||||
-@erase "*.dat"
|
||||
@cd "$(ICUTMP)"
|
||||
-@erase "*.txt"
|
||||
-@erase "*.html"
|
||||
-@erase "*.lst"
|
||||
-@erase "*.mak"
|
||||
-@erase "*.obj"
|
||||
|
@ -22,6 +22,7 @@
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
BuildLogFile=".\out\tmp\ReleaseBuildLog.html"
|
||||
>
|
||||
<Tool
|
||||
Name="VCNMakeTool"
|
||||
@ -45,6 +46,7 @@
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
BuildLogFile=".\out\tmp\DebugBuildLog.html"
|
||||
>
|
||||
<Tool
|
||||
Name="VCNMakeTool"
|
||||
@ -77,18 +79,10 @@
|
||||
RelativePath=".\brkitr\brkfiles.mk"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\brkitr\brsfiles.mk"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\coll\colfiles.mk"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\brkitr\ctdfiles.mk"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\makedata.mak"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user