ICU-2243 Custom build rules for public headers need to be in *all* the configurations!
X-SVN-Rev: 11676
This commit is contained in:
parent
3f50ee0f41
commit
9428caffa4
@ -170,6 +170,14 @@ SOURCE=.\layout\ParagraphLayout.h
|
||||
|
||||
!IF "$(CFG)" == "layoutex - Win32 Release"
|
||||
|
||||
# Begin Custom Build
|
||||
InputPath=.\layout\ParagraphLayout.h
|
||||
|
||||
"..\..\include\layout\ParagraphLayout.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
copy $(InputPath) ..\..\include\layout
|
||||
|
||||
# End Custom Build
|
||||
|
||||
!ELSEIF "$(CFG)" == "layoutex - Win32 Debug"
|
||||
|
||||
# Begin Custom Build
|
||||
@ -182,8 +190,24 @@ InputPath=.\layout\ParagraphLayout.h
|
||||
|
||||
!ELSEIF "$(CFG)" == "layoutex - Win64 Release"
|
||||
|
||||
# Begin Custom Build
|
||||
InputPath=.\layout\ParagraphLayout.h
|
||||
|
||||
"..\..\include\layout\ParagraphLayout.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
copy $(InputPath) ..\..\include\layout
|
||||
|
||||
# End Custom Build
|
||||
|
||||
!ELSEIF "$(CFG)" == "layoutex - Win64 Debug"
|
||||
|
||||
# Begin Custom Build
|
||||
InputPath=.\layout\ParagraphLayout.h
|
||||
|
||||
"..\..\include\layout\ParagraphLayout.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
copy $(InputPath) ..\..\include\layout
|
||||
|
||||
# End Custom Build
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
@ -193,6 +217,14 @@ SOURCE=.\layout\RunArrays.h
|
||||
|
||||
!IF "$(CFG)" == "layoutex - Win32 Release"
|
||||
|
||||
# Begin Custom Build
|
||||
InputPath=.\layout\RunArrays.h
|
||||
|
||||
"..\..\include\layout\RunArrays.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
copy $(InputPath) ..\..\include\layout
|
||||
|
||||
# End Custom Build
|
||||
|
||||
!ELSEIF "$(CFG)" == "layoutex - Win32 Debug"
|
||||
|
||||
# Begin Custom Build
|
||||
@ -205,8 +237,24 @@ InputPath=.\layout\RunArrays.h
|
||||
|
||||
!ELSEIF "$(CFG)" == "layoutex - Win64 Release"
|
||||
|
||||
# Begin Custom Build
|
||||
InputPath=.\layout\RunArrays.h
|
||||
|
||||
"..\..\include\layout\RunArrays.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
copy $(InputPath) ..\..\include\layout
|
||||
|
||||
# End Custom Build
|
||||
|
||||
!ELSEIF "$(CFG)" == "layoutex - Win64 Debug"
|
||||
|
||||
# Begin Custom Build
|
||||
InputPath=.\layout\RunArrays.h
|
||||
|
||||
"..\..\include\layout\RunArrays.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
copy $(InputPath) ..\..\include\layout
|
||||
|
||||
# End Custom Build
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
|
Loading…
Reference in New Issue
Block a user