(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.8 and 1.9

version 1.8, 2008/04/11 19:05:10 version 1.9, 2008/05/12 17:23:51
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_STATIC=1              BUILD_LIBRARY=1
         endif         endif
     endif     endif
   else
       BUILD_LIBRARY=1
   endif
  
     ifdef BUILD_STATIC  ifdef BUILD_LIBRARY
         include $(ROOT)/mak/library.mak         include $(ROOT)/mak/library.mak
     else     else
         #         #
Line 63 
Line 66 
 poststarttests: $(ERROR) poststarttests: $(ERROR)
  
 endif endif
 else  
     include $(ROOT)/mak/library.mak  
 endif  
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2