Changeset 40638 in vbox
- Timestamp:
- Mar 26, 2012 12:36:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r40591 r40638 5 5 6 6 # 7 # Copyright (C) 2006-201 1Oracle Corporation7 # Copyright (C) 2006-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 636 636 VBoxDD_SOURCES.win += \ 637 637 Audio/dsoundaudio.c \ 638 Serial/DrvHostSerial.cpp 638 Serial/DrvHostSerial.cpp 639 639 ifdef VBOX_WITH_WIN_PARPORT_SUP 640 640 VBoxDD_SOURCES.win += Parallel/DrvHostParallel.cpp … … 931 931 Network/DrvIntNet.cpp \ 932 932 Network/DrvDedicatedNic.cpp 933 ifdef VBOX_WITH_WIN_PARPORT_SUP 934 VBoxDDR0_SOURCES += Parallel/DrvHostParallel.cpp 935 933 ifdef VBOX_WITH_WIN_PARPORT_SUP 934 VBoxDDR0_SOURCES += Parallel/DrvHostParallel.cpp 935 endif 936 936 937 937 ifdef VBOX_WITH_E1000
Note:
See TracChangeset
for help on using the changeset viewer.