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

Diff for /pegasus/src/Pegasus/Server/Makefile between version 1.77.2.1 and 1.78

version 1.77.2.1, 2006/10/10 05:27:22 version 1.78, 2006/11/29 22:09:30
Line 44 
Line 44 
  
 LOCAL_DEFINES = -DPEGASUS_SERVER_INTERNAL -DPEGASUS_INTERNALONLY LOCAL_DEFINES = -DPEGASUS_SERVER_INTERNAL -DPEGASUS_INTERNALONLY
  
   
 STATIC=1 STATIC=1
 LIBRARY = pegserver LIBRARY = pegserver
  
Line 73 
Line 72 
 ifeq ($(PEGASUS_ENABLE_SLP),true) ifeq ($(PEGASUS_ENABLE_SLP),true)
 LIBRARIES += \ LIBRARIES += \
         InteropProvider         InteropProvider
   ifdef PEGASUS_SLP_REG_TIMEOUT
   LIBRARIES += \
           pegslp_client
   endif
 endif endif
  
 ifndef PEGASUS_DISABLE_PERFINST ifndef PEGASUS_DISABLE_PERFINST
Line 112 
Line 115 
 SOURCES += \ SOURCES += \
         SLPAttrib.cpp         SLPAttrib.cpp
 endif endif
   
 OBJECTS = $(SOURCES:.cpp=$(OBJ)) OBJECTS = $(SOURCES:.cpp=$(OBJ))
  
 ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC) ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)


Legend:
Removed from v.1.77.2.1  
changed lines
  Added in v.1.78

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2