From 52189b4118e171fa6512f53b117a07ad7c16d13d Mon Sep 17 00:00:00 2001 From: Eric Mader Date: Wed, 14 Apr 2004 18:47:52 +0000 Subject: [PATCH] ICU-2259 Add LEGlyphStorage, LEInsertionList. X-SVN-Rev: 14957 --- icu4c/source/layout/layout.dsp | 102 +++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) diff --git a/icu4c/source/layout/layout.dsp b/icu4c/source/layout/layout.dsp index 69d14c22110..dedd3320aa9 100644 --- a/icu4c/source/layout/layout.dsp +++ b/icu4c/source/layout/layout.dsp @@ -274,6 +274,14 @@ SOURCE=.\LEFontInstance.cpp # End Source File # Begin Source File +SOURCE=.\LEGlyphStorage.cpp +# End Source File +# Begin Source File + +SOURCE=.\LEInsertionList.cpp +# End Source File +# Begin Source File + SOURCE=.\LigatureSubstProc.cpp # End Source File # Begin Source File @@ -687,6 +695,100 @@ InputPath=.\LEGlyphFilter.h # End Source File # Begin Source File +SOURCE=.\LEGlyphStorage.h + +!IF "$(CFG)" == "layout - Win32 Release" + +# Begin Custom Build +InputPath=.\LEGlyphStorage.h + +"..\..\include\layout\LEGlyphStorage.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputPath) ..\..\include\layout + +# End Custom Build + +!ELSEIF "$(CFG)" == "layout - Win32 Debug" + +# Begin Custom Build +InputPath=.\LEGlyphStorage.h + +"..\..\include\layout\LEGlyphStorage.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputPath) ..\..\include\layout + +# End Custom Build + +!ELSEIF "$(CFG)" == "layout - Win64 Release" + +# Begin Custom Build +InputPath=.\LEGlyphStorage.h + +"..\..\include\layout\LEGlyphStorage.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputPath) ..\..\include\layout + +# End Custom Build + +!ELSEIF "$(CFG)" == "layout - Win64 Debug" + +# Begin Custom Build +InputPath=.\LEGlyphStorage.h + +"..\..\include\layout\LEGlyphStorage.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputPath) ..\..\include\layout + +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\LEInsertionList.h + +!IF "$(CFG)" == "layout - Win32 Release" + +# Begin Custom Build +InputPath=.\LEInsertionList.h + +"..\..\include\layout\LEInsertionList.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputPath) ..\..\include\layout + +# End Custom Build + +!ELSEIF "$(CFG)" == "layout - Win32 Debug" + +# Begin Custom Build +InputPath=.\LEInsertionList.h + +"..\..\include\layout\LEInsertionList.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputPath) ..\..\include\layout + +# End Custom Build + +!ELSEIF "$(CFG)" == "layout - Win64 Release" + +# Begin Custom Build +InputPath=.\LEInsertionList.h + +"..\..\include\layout\LEInsertionList.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputPath) ..\..\include\layout + +# End Custom Build + +!ELSEIF "$(CFG)" == "layout - Win64 Debug" + +# Begin Custom Build +InputPath=.\LEInsertionList.h + +"..\..\include\layout\LEInsertionList.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputPath) ..\..\include\layout + +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=.\LELanguages.h !IF "$(CFG)" == "layout - Win32 Release"