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

Diff for /pegasus/mak/platform_WIN32_IX86_MSVC.mak between version 1.42.34.1 and 1.45

version 1.42.34.1, 2007/06/25 19:51:09 version 1.45, 2007/07/13 21:49:42
Line 51 
Line 51 
 # #
 # Determine the version of Windows being used. # Determine the version of Windows being used.
 # IPv6 is not supported on Windows 2000 (earliest Windows version supported # IPv6 is not supported on Windows 2000 (earliest Windows version supported
 # by Pegasus), nor by the VC 6 compiler (CL_MAJOR_VERSION is 12 for VC 6).  # by Pegasus), but we don't enforce that here.
   # IPv6 is not supported by the VC 6 compiler (CL_MAJOR_VERSION is 12 for VC 6).
 # #
 WIN_VERSION := $(shell ver)  
 ifeq ($(findstring [Version 5.0.,$(WIN_VERSION)),[Version 5.0.)  
     PEGASUS_ENABLE_IPV6 = false  
 endif  
 ifeq ($(CL_MAJOR_VERSION), 12) ifeq ($(CL_MAJOR_VERSION), 12)
     PEGASUS_ENABLE_IPV6 = false     PEGASUS_ENABLE_IPV6 = false
 endif endif
Line 230 
Line 227 
 endif endif
  
 PEGASUS_JAVA_CLASSPATH_DELIMITER = ; PEGASUS_JAVA_CLASSPATH_DELIMITER = ;
   
   
   ##################################
   ##
   ## Pegasus WMIMapper
   ##
   ##################################
   
   ifeq ($(PEGASUS_BUILD_WMIMAPPER),true)
     FLAGS += -DPEGASUS_WMIMAPPER
   else
     ifdef PEGASUS_WMIMAPPER
       FLAGS += -DPEGASUS_WMIMAPPER
     endif
   endif
   
   ifeq ($(PEGASUS_BUILD_WMIMAPPER),true)
     ifndef MSSdk
       $(error MSSdk environment variable undefined)
     endif
   endif
   
   


Legend:
Removed from v.1.42.34.1  
changed lines
  Added in v.1.45

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2