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
@ -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…
Reference in New Issue
Block a user