Changeset 40792 in vbox
- Timestamp:
- Apr 6, 2012 2:29:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r40778 r40792 247 247 # New VBoxDrv target. TODO: Convert all the above to use this! 248 248 # 249 if1of ($(KBUILD_TARGET), darwin linux solaris )249 if1of ($(KBUILD_TARGET), darwin linux solaris win) 250 250 ifdef VBOX_WITH_VBOXDRV 251 251 SYSMODS += VBoxDrv … … 307 307 win/SUPDrv-win.cpp \ 308 308 win/SUPDrvA-win.asm \ 309 win/ SUPDrv.rc309 win/VBoxDrv.rc 310 310 VBoxDrv_SOURCES = \ 311 311 SUPDrv.c \
Note:
See TracChangeset
for help on using the changeset viewer.