(file) Return to Makefile.Release CVS log (file) (dir) Up to [Pegasus] / pegasus

Diff for /pegasus/Makefile.Release between version 1.13 and 1.15

version 1.13, 2005/02/21 20:25:51 version 1.15, 2005/02/22 04:34:21
Line 38 
Line 38 
         $(MAKE) -f $(ROOT)/Makefile.Release copyPegasusFiles         $(MAKE) -f $(ROOT)/Makefile.Release copyPegasusFiles
         $(MAKE) -f $(ROOT)/Makefile.Release createPegasusFiles         $(MAKE) -f $(ROOT)/Makefile.Release createPegasusFiles
         $(MAKE) -f $(ROOT)/mak/SDKMakefile stageSDK         $(MAKE) -f $(ROOT)/mak/SDKMakefile stageSDK
           $(MAKE) -f $(ROOT)/Makefile.ReleaseTest stageTEST
  
 PEGASUS_LICENSE = \ PEGASUS_LICENSE = \
    license.txt    license.txt
Line 424 
Line 425 
         $(MAKE) -f $(ROOT)/Makefile.Release createClientCertificateFiles         $(MAKE) -f $(ROOT)/Makefile.Release createClientCertificateFiles
 endif endif
  
   createProductVersionFile: FORCE
   ifdef PEGASUS_OVERRIDE_PRODUCT_ID
   ifdef PEGASUS_PRODUCT_NAME
   ifdef PEGASUS_PRODUCT_VERSION
   ifdef PEGASUS_PRODUCT_STATUS
           @$(ECHO-E) "#ifndef Product_Version_h" > $(ROOT)/src/Pegasus/Common/ProductVersion.h
           @$(ECHO-E) "#define Product_Version_h" >> $(ROOT)/src/Pegasus/Common/ProductVersion.h
           @$(ECHO-E) " " >> $(ROOT)/src/Pegasus/Common/ProductVersion.h
           @$(ECHO-E) "#define PEGASUS_PRODUCT_NAME "\""$(PEGASUS_PRODUCT_NAME)"\""" >> $(ROOT)/src/Pegasus/Common/ProductVersion.h
           @$(ECHO-E) "#define PEGASUS_PRODUCT_VERSION "\""$(PEGASUS_PRODUCT_VERSION)"\""" >> $(ROOT)/src/Pegasus/Common/ProductVersion.h
           @$(ECHO-E) "#define PEGASUS_PRODUCT_STATUS "\""$(PEGASUS_PRODUCT_STATUS)"\""" >> $(ROOT)/src/Pegasus/Common/ProductVersion.h
           @$(ECHO-E) " " >> $(ROOT)/src/Pegasus/Common/ProductVersion.h
           @$(ECHO-E) "#endif /* Product_Version_h */" >> $(ROOT)/src/Pegasus/Common/ProductVersion.h
   endif
   endif
   endif
   endif
   
 include $(ROOT)/mak/commands.mak include $(ROOT)/mak/commands.mak


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2