Changeset 10258 in vbox
- Timestamp:
- Jul 4, 2008 11:31:26 PM (17 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 10 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r10255 r10258 45 45 endif 46 46 ifdef VBOX_WITH_VBOXDRV 47 LIBRARIES += SUPR0IdcClient 47 48 SYSMODS.darwin += VBoxDrv 48 49 SYSMODS.freebsd += vboxdrv … … 91 92 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g" < $< > $@ 92 93 94 93 95 # 94 96 # The Ring-3 Support Library (this is linked into the IPRT dll, VBoxRT). … … 110 112 $(KBUILD_TARGET)/SUPLib-$(KBUILD_TARGET).cpp 111 113 114 112 115 # 113 116 # SUPR0 - The Ring-0 Import / Thunk library. … … 123 126 $(MV) -f [email protected] $@ 124 127 endif 128 129 130 # 131 # SUPR0IdcClient - The Ring-0 IDC client driver library. 132 # 133 SUPR0IdcClient_TEMPLATE = VBOXR0DRV 134 SUPR0IdcClient_DEFS = IN_RT_R0 IN_SUP_R0 135 SUPR0IdcClient_SDKS.win = W2K3DDK WINPSDKINCS 136 SUPR0IdcClient_SOURCES.$(KBUILD_TARGET) = \ 137 $(KBUILD_TARGET)/SUPR0IdcClient-$(KBUILD_TARGET).c 138 SUPR0IdcClient_SOURCES = \ 139 SUPR0IdcClient.c \ 140 SUPR0IdcClientComponent.c \ 141 SUPR0IdcClientStubs.c 125 142 126 143 -
trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv
r10256 r10258 60 60 ${PATH_ROOT}/src/VBox/HostDrivers/Support/linux/Makefile=>Makefile \ 61 61 ${PATH_ROOT}/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c=>linux/SUPDrv-linux.c \ 62 ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPDrv.c=>SUPDrv.c \ 63 ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPDrvIDC.h=>SUPDrvIDC.h \ 64 ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPDrvIOC.h=>SUPDrvIOC.h \ 62 65 ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPDrvInternal.h=>SUPDrvInternal.h \ 63 ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPDrvIOC.h=>SUPDrvIOC.h \64 ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPDrv.c=>SUPDrv.c \65 66 ${PATH_ROOT}/src/VBox/Runtime/common/alloc/heapsimple.cpp=>alloc/heapsimple.c \ 66 67 ${PATH_ROOT}/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp=>common/err/RTErrConvertFromErrno.c \
Note:
See TracChangeset
for help on using the changeset viewer.