(file) Return to dynamic-library.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/dynamic-library.mak between version 1.7.2.1 and 1.8

version 1.7.2.1, 2008/05/18 12:09:13 version 1.8, 2008/04/11 19:05:10
Line 31 
Line 31 
 ifeq ($(OS_TYPE),vms) ifeq ($(OS_TYPE),vms)
     ifeq ($(PEGASUS_USE_STATIC_LIBRARIES),true)     ifeq ($(PEGASUS_USE_STATIC_LIBRARIES),true)
         ifeq ($(STATIC),1)         ifeq ($(STATIC),1)
             BUILD_LIBRARY=1              BUILD_STATIC=1
         endif         endif
     endif     endif
 else  
     BUILD_LIBRARY=1  
 endif  
  
 ifdef BUILD_LIBRARY      ifdef BUILD_STATIC
     include $(ROOT)/mak/library.mak     include $(ROOT)/mak/library.mak
 else else
     #     #
Line 66 
Line 63 
 poststarttests: $(ERROR) poststarttests: $(ERROR)
  
 endif endif
   else
       include $(ROOT)/mak/library.mak
   endif
  


Legend:
Removed from v.1.7.2.1  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2