(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Makefile between version 1.46 and 1.46.2.40

version 1.46, 2001/07/16 01:35:16 version 1.46.2.40, 2001/10/25 15:41:01
Line 8 
Line 8 
  
 LIBRARY = pegcommon LIBRARY = pegcommon
  
   NEW_SOURCES = \
       AsyncOpNode.cpp \
       AsyncOpNodeLocal.cpp \
       AsyncResponseHandler.cpp \
       Monitor.cpp \
       HTTPAcceptor.cpp \
       HTTPConnection.cpp \
       HTTPConnector.cpp  \
       HTTPMessage.cpp \
       HTTPDelegator.cpp \
       CIMParamValue.cpp \
       CIMParamValueRep.cpp \
            CIMHandle.cpp \
            OperationContext.cpp \
            ResponseHandler.cpp
   
 SOURCES = \ SOURCES = \
       $(NEW_SOURCES) \
       OptionManager.cpp \
       Socket.cpp \
     CIMStatusCode.cpp \     CIMStatusCode.cpp \
     CIMMessage.cpp \     CIMMessage.cpp \
     Message.cpp \     Message.cpp \
Line 27 
Line 46 
     CIMMethod.cpp \     CIMMethod.cpp \
     CIMMethodRep.cpp \     CIMMethodRep.cpp \
     CIMName.cpp \     CIMName.cpp \
     CIMOperations.cpp \  
     CIMParameter.cpp \     CIMParameter.cpp \
     CIMParameterRep.cpp \     CIMParameterRep.cpp \
     CIMProperty.cpp \     CIMProperty.cpp \
Line 43 
Line 61 
     CIMType.cpp \     CIMType.cpp \
     CIMValue.cpp \     CIMValue.cpp \
     CIMIndication.cpp \     CIMIndication.cpp \
       CIMOMHandle.cpp \
     DeclContext.cpp \     DeclContext.cpp \
     Destroyer.cpp \     Destroyer.cpp \
     Dir.cpp \     Dir.cpp \
       DQueue.cpp \
     Exception.cpp \     Exception.cpp \
     FileSystem.cpp \     FileSystem.cpp \
     Formatter.cpp \     Formatter.cpp \
     HashTable.cpp \     HashTable.cpp \
     Indentor.cpp \     Indentor.cpp \
       IPC.cpp \
     Logger.cpp \     Logger.cpp \
     Memory.cpp \     Memory.cpp \
     OptionManager.cpp \  
     Pair.cpp \     Pair.cpp \
     Queue.cpp \     Queue.cpp \
       Thread.cpp \
       TraceFileHandler.cpp \
       Tracer.cpp \
     Selector.cpp \     Selector.cpp \
     Service.cpp \     Service.cpp \
     Sharable.cpp \     Sharable.cpp \
Line 71 
Line 94 
     XmlWriter.cpp \     XmlWriter.cpp \
     CGIQueryString.cpp \     CGIQueryString.cpp \
  
   ##
   ## Took these out again. They broke the NT build.
   ##
   
   ifneq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)
   SOURCES += MT_MessageQueue.cpp
   endif
   
 SYS_LIBS = ws2_32.lib advapi32.lib SYS_LIBS = ws2_32.lib advapi32.lib
  
 include $(ROOT)/mak/library.mak include $(ROOT)/mak/library.mak


Legend:
Removed from v.1.46  
changed lines
  Added in v.1.46.2.40

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2