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

Diff for /pegasus/mak/platform_WIN64_IA64_MSVC.mak between version 1.14 and 1.17

version 1.14, 2009/01/27 05:37:38 version 1.17, 2012/02/28 14:06:48
Line 46 
Line 46 
 CL_MAJOR_VERSION := $(word 1, $(subst .,  , $(CL_VERSION))) CL_MAJOR_VERSION := $(word 1, $(subst .,  , $(CL_VERSION)))
  
 VC_CL_VERSIONS := 14 15 VC_CL_VERSIONS := 14 15
 VC_CL_VERSION  := $(findstring $(CL_MAJOR_VERSIONS), $(VC_CL_VERSIONS))  VC_CL_VERSION  := $(findstring $(CL_MAJOR_VERSION), $(VC_CL_VERSIONS))
  
 # #
 # Determine the version of Windows being used. # Determine the version of Windows being used.
Line 96 
Line 96 
     DEFINES += -D_CRT_NONSTDC_NO_DEPRECATE     DEFINES += -D_CRT_NONSTDC_NO_DEPRECATE
 endif endif
  
     CXX_VERSION_FLAGS := -Wp64 -EHsc      CXX_VERSION_FLAGS := -EHsc
     CXX_VERSION_DEBUG_FLAGS := -RTCc -RTCsu     CXX_VERSION_DEBUG_FLAGS := -RTCc -RTCsu
  
 ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS
Line 119 
Line 119 
     PEGASUS_ENABLE_SLP = true     PEGASUS_ENABLE_SLP = true
 endif endif
  
 # ATTN KS 20020927 - Add flag to allow conditional testing of interoperability  
 # changes during interoperability tests.  
 ifdef PEGASUS_SNIA_INTEROP_TEST  
     DEFINES+= -DPEGASUS_SNIA_INTEROP_TEST  
 endif  
   
 RM = mu rm RM = mu rm
  
 RMDIRHIER = mu rmdirhier RMDIRHIER = mu rmdirhier


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2