mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-1075 i18n project file, added missing custom build step for unimatch.h
X-SVN-Rev: 5358
This commit is contained in:
parent
6662fe06e1
commit
40bfe95d06
1 changed files with 8 additions and 0 deletions
|
@ -1556,6 +1556,14 @@ SOURCE=.\unicode\unimatch.h
|
|||
|
||||
!IF "$(CFG)" == "i18n - Win32 Release"
|
||||
|
||||
# Begin Custom Build
|
||||
InputPath=.\unicode\unimatch.h
|
||||
|
||||
"..\..\include\unicode\unimatch.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
copy unicode\unimatch.h ..\..\include\unicode
|
||||
|
||||
# End Custom Build
|
||||
|
||||
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
||||
|
||||
# Begin Custom Build
|
||||
|
|
Loading…
Add table
Reference in a new issue