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

Diff for /pegasus/mak/platform_ZOS_ZSERIES_IBM.mak between version 1.3 and 1.10

version 1.3, 2002/02/07 09:53:19 version 1.10, 2004/01/16 13:35:58
Line 8 
Line 8 
  
 #SYS_INCLUDES = -I/usr/lpp/tcpip/include -I/usr/lpp/ioclib/include -I$(ROOT)/src/StandardIncludes/zOS #SYS_INCLUDES = -I/usr/lpp/tcpip/include -I/usr/lpp/ioclib/include -I$(ROOT)/src/StandardIncludes/zOS
 SYS_INCLUDES = -I/usr/lpp/tcpip/include -I/usr/lpp/ioclib/include SYS_INCLUDES = -I/usr/lpp/tcpip/include -I/usr/lpp/ioclib/include
   DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) -D_OPEN_SOURCE=3
  
 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)  DEPEND_DEFINES = -D__IBMCPP__=400
  
 ifdef PEGASUS_DEBUG ifdef PEGASUS_DEBUG
 FLAGS = -g -W c,dll,expo  FLAGS = -+ -g -W "c,ASCII,XPLINK,dll,expo,rtti(dynamiccast),langlvl(extended),float(ieee)"
 PR_FLAGS = -g -W c,dll  PR_FLAGS = -+ -g -W "c,ASCII,XPLINK,dll,expo,langlvl(extended),FLOAT(IEEE)" -W "l,XPLINK,dll"
 else else
 FLAGS = -O2 -W c,dll,expo  FLAGS = -+ -O2 -W "c,ASCII,XPLINK,dll,expo,rtti(dynamiccast),langlvl(extended),float(ieee)"
 PR_FLAGS = -O2 -W c,dll  PR_FLAGS = -+ -O2 -W "c,ASCII,XPLINK,dll,expo,langlvl(extended),FLOAT(IEEE)" -W "l,XPLINK,dll"
   endif
   
   ifdef PEGASUS_HAS_SSL
     FLAGS += -L$(OPENSSL_HOME)/lib
     PR_FLAGS += -L$(OPENSSL_HOME)/lib
   endif
   
   ifdef PEGASUS_ZOS_SECURITY
     DEFINES += -DPEGASUS_ZOS_SECURITY
 endif endif
  
 SYS_LIBS = SYS_LIBS =
Line 35 
Line 45 
  
 PEGASUS_SUPPORTS_DYNLIB = yes PEGASUS_SUPPORTS_DYNLIB = yes
  
   ifdef PEGASUS_USE_RELEASE_DIRS
    DEFINES += -DPEGASUS_USE_RELEASE_DIRS
   endif
 PEGASUS_HAS_MAKEDEPEND = yes PEGASUS_HAS_MAKEDEPEND = yes


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2