VirtualBox

Changeset 11760

Show
Ignore:
Timestamp:
08/28/08 15:49:44 (3 months ago)
Author:
vboxsync
Message:

minor SDK tweaks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Config.kmk

    r11734 r11760  
    4040 INST_DIST            = dist/ 
    4141 INST_SDK             = $(INST_DIST)sdk/ 
    42  INST_SDK_SAMPLES     = $(INST_SDK)samples 
    4342 
    4443 # the bundles 
     
    6766 INST_DLL             = $(INST_BIN) 
    6867 INST_SDK             = $(INST_BIN)sdk/ 
    69  INST_SDK_SAMPLES     = $(INST_SDK)samples 
    7068 INST_DLL             = $(INST_BIN) 
    7169 INST_SYS             = $(INST_BIN) 
  • trunk/src/VBox/Main/Makefile.kmk

    r11725 r11760  
    3838 DLLS            += VBoxSettings VBoxC 
    3939 PROGRAMS        += VBoxSVC 
     40else 
     41 PATH_VBoxCOM    = $(PATH_BIN)/sdk/mscom/ 
     42$(PATH_VBoxCOM): 
     43        $(QUIET)$(MKDIR) -p $@ 
    4044endif #!VBOX_ONLY_SDK 
    4145 
  • trunk/src/VBox/Main/testcase/Makefile.kmk

    r11721 r11760  
    5252# The samples 
    5353# 
    54 samples_INST = $(INST_SDK_SAMPLES)/API/ 
    5554samples_MODE = a+r,u+w 
    5655ifeq ($(KBUILD_TARGET),win) 
     56 samples_INST = $(INST_SDK)/bindings/mscom/samples 
    5757 samples_SOURCES = tstVBoxAPIWin.cpp 
    5858else 
     59 samples_INST = $(INST_SDK)/bindings/xpcom/samples 
    5960 samples_SOURCES = tstVBoxAPILinux.cpp makefile.tstVBoxAPILinux=>Makefile 
    6061 ifdef VBOX_WITH_TESTCASES 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy