mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-13456 Build Clean in VS doesn't fully clean everything that it should
This commit is contained in:
parent
23d67facc1
commit
71ee05ed17
1 changed files with 29 additions and 36 deletions
|
@ -126,7 +126,7 @@ TESTDATAOUT=$(ICUP)\source\test\testdata\out
|
|||
|
||||
#
|
||||
# TESTDATABLD
|
||||
# The build directory for test data intermidiate files
|
||||
# The build directory for test data intermediate files
|
||||
# (Tests are NOT run from this makefile,
|
||||
# only the data is put in place.)
|
||||
TESTDATABLD=$(ICUP)\source\test\testdata\out\build
|
||||
|
@ -412,41 +412,34 @@ CLEAN : GODATA
|
|||
-@erase "region\*.txt"
|
||||
-@erase "zone\*.res"
|
||||
-@erase "zone\*.txt"
|
||||
@cd "$(ICUBLD_PKG)\$(ICUBRK)"
|
||||
-@erase "*.brk"
|
||||
-@erase "*.res"
|
||||
-@erase "*.txt"
|
||||
-@erase "*.dict"
|
||||
@cd "$(ICUBLD_PKG)\$(ICUCOL)"
|
||||
-@erase "*.res"
|
||||
-@erase "*.txt"
|
||||
@cd "$(ICUBLD_PKG)\$(ICURBNF)"
|
||||
-@erase "*.res"
|
||||
-@erase "*.txt"
|
||||
@cd "$(ICUBLD_PKG)\$(ICUTRNS)"
|
||||
-@erase "*.res"
|
||||
@cd "$(ICUOUT)"
|
||||
-@erase "*.dat"
|
||||
@cd "$(ICUTMP)"
|
||||
-@erase "*.html"
|
||||
-@erase "*.lst"
|
||||
-@erase "*.mak"
|
||||
-@erase "*.obj"
|
||||
-@erase "*.res"
|
||||
-@erase "*.timestamp"
|
||||
@cd "$(TESTDATABLD)"
|
||||
-@erase "*.cnv"
|
||||
-@erase "*.icu"
|
||||
-@erase "*.mak"
|
||||
-@erase "*.nrm"
|
||||
-@erase "*.res"
|
||||
-@erase "*.spp"
|
||||
-@erase "*.txt"
|
||||
@cd "$(TESTDATAOUT)"
|
||||
-@erase "*.dat"
|
||||
@cd "$(TESTDATAOUT)\testdata"
|
||||
-@erase "*.typ"
|
||||
@cd "$(ICUBLD_PKG)"
|
||||
-@erase "$(ICUBRK)\*.brk"
|
||||
-@erase "$(ICUBRK)\*.res"
|
||||
-@erase "$(ICUBRK)\*.txt"
|
||||
-@erase "$(ICUBRK)\*.dict"
|
||||
-@erase "$(ICUCOL)\*.res"
|
||||
-@erase "$(ICUCOL)\*.txt"
|
||||
-@erase "$(ICURBNF)\*.res"
|
||||
-@erase "$(ICURBNF)\*.txt"
|
||||
-@erase "$(ICUTRNS)\*.res"
|
||||
-@erase "$(ICUOUT)\*.dat"
|
||||
-@erase "$(ICUTMP)\*.html"
|
||||
-@erase "$(ICUTMP)\*.lst"
|
||||
-@erase "$(ICUTMP)\*.mak"
|
||||
-@erase "$(ICUTMP)\*.obj"
|
||||
-@erase "$(ICUTMP)\*.res"
|
||||
-@erase "$(ICUTMP)\*.timestamp"
|
||||
-@erase "$(TESTDATABLD)\*.cnv"
|
||||
-@erase "$(TESTDATABLD)\*.icu"
|
||||
-@erase "$(TESTDATABLD)\*.mak"
|
||||
-@erase "$(TESTDATABLD)\*.nrm"
|
||||
-@erase "$(TESTDATABLD)\*.res"
|
||||
-@erase "$(TESTDATABLD)\*.spp"
|
||||
-@erase "$(TESTDATABLD)\*.txt"
|
||||
-@erase "$(TESTDATAOUT)\*.dat"
|
||||
-@erase "$(TESTDATAOUT)\testdata\*.typ"
|
||||
-@erase "$(TESTDATAOUT)\testdata\*.res"
|
||||
-@erase "$(TESTDATAOUT)\testdata\*.txt"
|
||||
-@erase "$(TESTDATAOUT)\testdata\*.lst"
|
||||
|
||||
|
||||
# DLL version information
|
||||
|
|
Loading…
Add table
Reference in a new issue