Update of /cvsroot/micomt/mico/coss/lifecycle
In directory usw-pr-cvs1:/tmp/cvs-serv17698/coss/lifecycle
Modified Files:
Makefile.win32
Log Message:
- merged with MICO 2.3.6
Index: Makefile.win32
===================================================================
RCS file: /cvsroot/micomt/mico/coss/lifecycle/Makefile.win32,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** Makefile.win32 2001/01/06 23:17:43 1.1.1.1
--- Makefile.win32 2001/10/26 19:59:55 1.2
***************
*** 113,125 ****
clean:
! -$(RM) *.a *.rpo *.objid nsd nsadmin *.exe *.obj *.pdb
! -$(RM) CosLifeCycle.h CosLifeCycle.cc
! -$(RM) ..\..\include\mico\CosLifeCycle.h
! -$(RM) CosCompoundLifeCycle.h CosCompoundLifeCycle.cc
! -$(RM) ..\..\include\mico\CosCompoundLifeCycle.h
! -$(RM) CosLifeCycleContainment.h CosLifeCycleContainment.cc
! -$(RM) ..\..\include\mico\CosLifeCycleContainment.h
! -$(RM) CosLifeCycleReference.h CosLifeCycleReference.cc
! -$(RM) ..\..\include\mico\CosLifeCycleReference.h
install:
--- 113,138 ----
clean:
! -del *.obj
! -del *.exe
! -del *.def
! -del *.dmp
! -del *.dll
! -del *.lib
! -del *.exp
! -del *.pdb
! -del *.pch
! -del *~
! -del CosLifeCycle.h
! -del CosLifeCycle.cc
! -del ..\..\include\mico\CosLifeCycle.h
! -del CosCompoundLifeCycle.h
! -del CosCompoundLifeCycle.cc
! -del ..\..\include\mico\CosCompoundLifeCycle.h
! -del CosLifeCycleContainment.h
! -del CosLifeCycleContainment.cc
! -del ..\..\include\mico\CosLifeCycleContainment.h
! -del CosLifeCycleReference.h
! -del CosLifeCycleReference.cc
! -del ..\..\include\mico\CosLifeCycleReference.h
install:
|