VirtualBox

Changeset 195 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 19, 2007 9:59:34 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17671
Message:

Created a script for loading the kernel extension (for development) and supplied some missing dependencies.

Location:
trunk/src/VBox/HostDrivers/Support
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile

    r83 r195  
    176176VBoxDrv_DEFS          = IN_RT_R0 IN_SUP_R0 USE_NEW_OS_INTERFACE
    177177VBoxDrv_INCS          = $(VBOX_PATH_SUPPORT)
    178 VBoxDrv_LIBS          = $(PATH_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB)
     178VBoxDrv_LIBS          = $(PATH_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB) $(VBOX_GCC_LIBGCC)
     179VBoxDrv_LDFLAGS       = -v -Wl,-whyload -Wl,-v -Wl,-whatsloaded
    179180VBoxDrv_INST          = bin/VBoxDrv.kext/Contents/MacOS/
    180181VBoxDrv_SOURCES       = \
     
    195196                -e 's/@VBOX_VERSION_BUILD@/$(VBOX_VERSION_BUILD)/g' \
    196197                $< > $@
     198
     199INSTALLS += Scripts
     200Scripts_INST     = bin/
     201Scripts_SOURCES  = \
     202        $(VBOX_PATH_SUPPORT)/darwin/load.sh
     203
    197204endif
    198205
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette