ICU-1962 derive all ICU C++ classes from common UObject base class

X-SVN-Rev: 8954
This commit is contained in:
Markus Scherer 2002-06-27 01:27:47 +00:00
parent 5a81709c73
commit 3f0f9fffec

View file

@ -423,6 +423,10 @@ SOURCE=.\unorm.cpp
# End Source File
# Begin Source File
SOURCE=.\uobject.cpp
# End Source File
# Begin Source File
SOURCE=.\uprops.c
# End Source File
# Begin Source File
@ -851,6 +855,14 @@ InputPath=.\unicode\normlzr.h
!ELSEIF "$(CFG)" == "common - Win64 Debug"
# Begin Custom Build
InputPath=.\unicode\normlzr.h
"..\..\include\unicode\normlzr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
copy $(InputPath) ..\..\include\unicode
# End Custom Build
!ENDIF
# End Source File
@ -2319,6 +2331,53 @@ SOURCE=.\unormimp.h
# End Source File
# Begin Source File
SOURCE=.\unicode\uobject.h
!IF "$(CFG)" == "common - Win32 Release"
# Begin Custom Build
InputPath=.\unicode\uobject.h
"..\..\include\unicode\uobject.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
copy $(InputPath) ..\..\include\unicode
# End Custom Build
!ELSEIF "$(CFG)" == "common - Win32 Debug"
# Begin Custom Build
InputPath=.\unicode\uobject.h
"..\..\include\unicode\uobject.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
copy $(InputPath) ..\..\include\unicode
# End Custom Build
!ELSEIF "$(CFG)" == "common - Win64 Release"
# Begin Custom Build
InputPath=.\unicode\uobject.h
"..\..\include\unicode\uobject.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
copy $(InputPath) ..\..\include\unicode
# End Custom Build
!ELSEIF "$(CFG)" == "common - Win64 Debug"
# Begin Custom Build
InputPath=.\unicode\uobject.h
"..\..\include\unicode\uobject.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
copy $(InputPath) ..\..\include\unicode
# End Custom Build
!ENDIF
# End Source File
# Begin Source File
SOURCE=.\uprops.h
# End Source File
# Begin Source File