(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.128 and 1.129

version 1.128, 2005/06/12 22:31:19 version 1.129, 2005/10/14 17:50:27
Line 42 
Line 42 
  
 LIBRARY = pegcommon LIBRARY = pegcommon
  
 SOURCES = \  ##
   ## CAUTION: the source files are divided evenly (more or less) between SOURCES1
   ## and SOURCES2. This avoids a command line buffer overflow on Windows 2000
   ## (see bug #2754 for details). As a precaution, limit SOURCES1 and SOURCES2
   ## to 75 source files each.
   ##
   
   SOURCES1 = \
     AnonymousPipe.cpp \     AnonymousPipe.cpp \
     Array.cpp \     Array.cpp \
     AsyncOpNode.cpp \     AsyncOpNode.cpp \
Line 99 
Line 106 
     DeclContext.cpp \     DeclContext.cpp \
     Dir.cpp \     Dir.cpp \
     DQueue.cpp \     DQueue.cpp \
   
   SOURCES2 = \
     DynamicLibrary.cpp \     DynamicLibrary.cpp \
     Exception.cpp \     Exception.cpp \
     InternalException.cpp \     InternalException.cpp \
Line 155 
Line 164 
     peg_authorization.cpp \     peg_authorization.cpp \
     CommonUTF.cpp     CommonUTF.cpp
  
   SOURCES = $(SOURCES1) $(SOURCES2)
   
 SOURCES_SLP = Attribute.cpp \ SOURCES_SLP = Attribute.cpp \
     CIMServerDescription.cpp     CIMServerDescription.cpp
  


Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2