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

Diff for /pegasus/src/Pegasus/Repository/Makefile between version 1.26 and 1.27

version 1.26, 2005/03/08 02:44:25 version 1.27, 2005/03/16 16:39:51
Line 31 
Line 31 
 ##    The compression logic is installed as a conditionally compiled option. ##    The compression logic is installed as a conditionally compiled option.
 ##    To enable the compressed repository functionality: ##    To enable the compressed repository functionality:
 ##      1. Install zlib ##      1. Install zlib
 ##      2. define PEGASUS_COMPRESS_REPOSITORY=on in the environment  ##      2. define PEGASUS_ENABLE_COMPRESSED_REPOSITORY=on in the environment
 ##      3. build Pegasus. ##      3. build Pegasus.
 ## ##
 ##   Please refer to readme.compression in the main pegasus directory ##   Please refer to readme.compression in the main pegasus directory
 ##   for more information about repository compression. ##   for more information about repository compression.
 ## ##
  
 ifdef PEGASUS_COMPRESS_REPOSITORY  ifdef PEGASUS_ENABLE_COMPRESSED_REPOSITORY
   LOCAL_DEFINES += -DPEGASUS_COMPRESS_REPOSITORY    LOCAL_DEFINES += -DPEGASUS_ENABLE_COMPRESSED_REPOSITORY
  
   ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC)   ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC)
     EXTRA_LINK_FLAGS += -defaultlib:libz -libpath:/"Program Files"/GnuWin32/lib     EXTRA_LINK_FLAGS += -defaultlib:libz -libpath:/"Program Files"/GnuWin32/lib
Line 78 
Line 78 
  
 compress: compress:
         make clean         make clean
         make depend PEGASUS_COMPRESS_REPOSITORY=1          make depend PEGASUS_ENABLE_COMPRESSED_REPOSITORY=1
         make PEGASUS_COMPRESS_REPOSITORY=1          make PEGASUS_ENABLE_COMPRESSED_REPOSITORY=1


Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2