VirtualBox

Changeset 10242

Show
Ignore:
Timestamp:
07/04/08 19:07:13 (5 months ago)
Author:
vboxsync
Message:

install comregister.cmd in a proper way.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Main/Makefile.kmk

    r10225 r10242  
    6868 
    6969ifeq ($(KBUILD_TARGET),win) 
    70  OTHERS         += $(PATH_BIN)/comregister.cmd 
     70 INSTALLS       += VBoxMain-com-inst 
    7171 IDLFILE         = $(VBOX_PATH_SDK)/idl/VirtualBox.idl 
    7272 OTHER_CLEAN    += \ 
    73         $(PATH_BIN)/comregister.cmd \ 
    7473        $(VBOX_PATH_SDK)/include/VirtualBox.h \ 
    7574        $(IDLFILE) \ 
     
    565564 
    566565# 
     566# Installs com related thing(s) to bin. 
     567# 
     568VBoxMain-com-inst_INST = $(INST_BIN) 
     569VBoxMain-com-inst_SOURCES = \ 
     570        win/comregister.cmd 
     571 
     572 
     573# 
    567574# Include sub-makefile(s) last if we're not doing parallel building. 
    568575# 
     
    579586endif 
    580587 
     588 
     589 
     590 
    581591# generate rules 
    582592include $(KBUILD_PATH)/subfooter.kmk 
     593 
     594 
     595 
    583596 
    584597 
     
    691704testschemadefs: $(VBOX_XML_SCHEMADEFS_H) $(VBOX_XML_SCHEMADEFS_CPP) 
    692705 
    693 $(PATH_BIN)/comregister.cmd: win/comregister.cmd 
    694         $(CP) $< $@ 
    695  
    696706 
    697707# Hot fix when dependencies goes bad again... 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy