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

Diff for /pegasus/mak/platform_VMS_IA64_DECCXX.mak between version 1.32 and 1.33

version 1.32, 2008/11/18 19:56:40 version 1.33, 2008/11/20 18:41:55
Line 57 
Line 57 
 LFLAGS +=  /symbol_table=$(BIN_VMSDIRA)]$(PROGRAM) LFLAGS +=  /symbol_table=$(BIN_VMSDIRA)]$(PROGRAM)
 LFLAGS +=  /map=$(BIN_VMSDIRA)]$(PROGRAM)/full/cross_reference LFLAGS +=  /map=$(BIN_VMSDIRA)]$(PROGRAM)/full/cross_reference
 CFLAGS =  /main=POSIX_EXIT CFLAGS =  /main=POSIX_EXIT
 CFLAGS += /names=(shortened)  CFLAGS += /names=(uppercase,shortened)
 CFLAGS += /repos=$(CXXREPOSITORY_VMSROOT) CFLAGS += /repos=$(CXXREPOSITORY_VMSROOT)
  
 CCFLAGS = /main=POSIX_EXIT CCFLAGS = /main=POSIX_EXIT
 CCFLAGS += /names=(shortened)  CCFLAGS += /names=(uppercase,shortened)
   
   ifdef PEGASUS_LIST_MACHINE_CODE
   CFLAGS += /show=include/list=$(OBJ_VMSDIRA)]/debug/noopt
   CCFLAGS += /show=include/list=$(OBJ_VMSDIRA)]/debug/noopt
   CFLAGS += /machine_code
   CCFLAGS += /machine_code
   endif
  
 ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS
 CFLAGS += /show=include/lis=$(OBJ_VMSDIRA)]/debug/noopt  CFLAGS += /show=include/list=$(OBJ_VMSDIRA)]/debug/noopt
 CCFLAGS += /show=include/lis=$(OBJ_VMSDIRA)]/debug/noopt  CCFLAGS += /show=include/list=$(OBJ_VMSDIRA)]/debug/noopt
 LFLAGS += /debug  # generate run-time .dsf files (Debug Symbol Table files)
   LFLAGS +=  /dsf=$(BIN_VMSDIRA)]$(PROGRAM)
   #Do not link with /debug so that debug images can be "run"
   #during the build without invoking the debugger which stops automated
   #tests due to the user interface.
   #Use $set image/flag=call_debug to debug an image.
   #Note: This assumes the build is using /dsf= which gives the debugger debug
   #information.
 else else
   # Note: No advantage to /debug in a release build unless
   #       LFLAGS += /dsf= is used.
   # generate run-time .dsf files (Debug Symbol Table files)
   LFLAGS +=  /dsf=$(BIN_VMSDIRA)]$(PROGRAM)
 CFLAGS += /debug CFLAGS += /debug
 CCFLAGS += /debug CCFLAGS += /debug
 CCFLAGS += /OPT=INLINE CCFLAGS += /OPT=INLINE
Line 82 
Line 100 
  
 PEGASUS_ARCHITECTURE_64BIT = yes PEGASUS_ARCHITECTURE_64BIT = yes
  
   # PEGASUS_TEST_USER_DEFINED assumes user "pegtest"
   PEGASUS_TEST_USER_DEFINED = true
 PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER = true PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER = true
 PEGASUS_ENABLE_SYSTEM_LOG_HANDLER = true PEGASUS_ENABLE_SYSTEM_LOG_HANDLER = true
 PEGASUS_ENABLE_EMAIL_HANDLER = true PEGASUS_ENABLE_EMAIL_HANDLER = true
 PEGASUS_ENABLE_COMPRESSED_REPOSITORY = true PEGASUS_ENABLE_COMPRESSED_REPOSITORY = true
   PEGASUS_ENABLE_PROTOCOL_WSMAN = true
  
 # Local domain sockets, or an equivalent, # Local domain sockets, or an equivalent,
 # is not currently supported on OpenVMS. Bug 2147 # is not currently supported on OpenVMS. Bug 2147


Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2