(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.3 and 1.4

version 1.3, 2007/07/06 17:46:32 version 1.4, 2007/07/27 17:42:55
Line 245 
Line 245 
   endif   endif
 endif endif
  
   ##################################
   ##
   ## The newer compiler versions need neither MS Platform SDK installed nor MSSdk variable defined.
   ##
   ##################################
 ifeq ($(PEGASUS_BUILD_WMIMAPPER),true) ifeq ($(PEGASUS_BUILD_WMIMAPPER),true)
     ifeq ($(CL_MAJOR_VERSION), 12)
       PEGASUS_WMIMAPPER_NEED_MSSDK=true
     endif
     ifeq ($(CL_MAJOR_VERSION), 13)
       PEGASUS_WMIMAPPER_NEED_MSSDK=true
     endif
     ifeq ($(PEGASUS_WMIMAPPER_NEED_MSSDK),true)
   ifndef MSSdk   ifndef MSSdk
     $(error MSSdk environment variable undefined)     $(error MSSdk environment variable undefined)
   endif   endif
 endif endif
   endif
   


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2