(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 and 1.42.22.1

version 1.42, 2006/06/27 21:20:37 version 1.42.22.1, 2007/07/03 21:50:00
Line 49 
Line 49 
  
  
 # #
   # Determine the version of Windows being used.
   # 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).
   #
   WIN_VERSION := $(shell ver)
   ifeq ($(findstring [Version 5.0.,$(WIN_VERSION)),[Version 5.0.)
       PEGASUS_ENABLE_IPV6 = false
   endif
   ifeq ($(CL_MAJOR_VERSION), 12)
       PEGASUS_ENABLE_IPV6 = false
   endif
   
   
   #
 # The flags set here should be valid for VC 6. # The flags set here should be valid for VC 6.
 # #
 # The -Zm105 flag was added as part of bug 4418 to resolve this compile error: # The -Zm105 flag was added as part of bug 4418 to resolve this compile error:


Legend:
Removed from v.1.42  
changed lines
  Added in v.1.42.22.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2