(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.45 and 1.46

version 1.45, 2007/07/13 21:49:42 version 1.46, 2007/07/27 17:42:55
Line 243 
Line 243 
   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.45  
changed lines
  Added in v.1.46

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2