(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / src / WMIMapper / WMIServer

Diff for /pegasus/src/WMIMapper/WMIServer/Makefile between version 1.8 and 1.9

version 1.8, 2006/01/30 16:19:39 version 1.9, 2007/01/11 16:22:07
Line 51 
Line 51 
  
 include $(ROOT)/mak/program.mak include $(ROOT)/mak/program.mak
  
 ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)  ifeq ($(OS_TYPE),windows)
   SYS_LIBS = ws2_32.lib advapi32.lib   SYS_LIBS = ws2_32.lib advapi32.lib
 endif endif
  
Line 74 
Line 74 
         $(COPY) $(PEGASUS_ROOT)/ssl.cnf    $(PEGASUS_HOME)         $(COPY) $(PEGASUS_ROOT)/ssl.cnf    $(PEGASUS_HOME)
  
 run: install run: install
 ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)  ifeq ($(OS_TYPE),windows)
         cimserver -l         cimserver -l
 else else
         cimserver         cimserver


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2