Changeset 2478 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- May 4, 2007 12:46:16 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20901
- Location:
- trunk/src/VBox/HostDrivers
- Files:
-
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Makefile.kmk
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
r2469 r2478 1 # 1 # $Id$ 2 ## @file 2 3 # Makefile for the VBox Host drivers base directory. 3 4 # … … 23 24 24 25 # Include sub-makefile. 25 include $(VBOX_PATH_HOSTDRIVERS)/Support/Makefile 26 include $(VBOX_PATH_HOSTDRIVERS)/Support/Makefile.kmk 26 27 ifeq ($(BUILD_TARGET),win) 27 include $(VBOX_PATH_HOSTDRIVERS)/VBoxTAP/Makefile 28 include $(VBOX_PATH_HOSTDRIVERS)/VBoxTAP/Makefile.kmk 28 29 ifdef VBOX_WITH_USB 29 30 include $(VBOX_PATH_HOSTDRIVERS)/VBoxUSB/Makefile.kmk -
Property svn:eol-style
set to
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r2469 r2478 1 # 1 # $Id$ 2 ## @file 2 3 # Sub-Makefile for the support library and the drivers/modules/kexts it uses. 3 4 # … … 41 42 # Include sub-makefile(s). 42 43 # 43 include $(VBOX_PATH_SUPPORT)/testcase/Makefile 44 include $(VBOX_PATH_SUPPORT)/testcase/Makefile.kmk 44 45 45 46 -
Property svn:keywords
changed from
-
trunk/src/VBox/HostDrivers/Support/testcase/Makefile.kmk
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r2469 r2478 1 # 2 # Sub-Makefile for the SUPLib testcase. 1 # $Id$ 2 ## @file 3 # Sub-Makefile for the SUPLib testcases. 3 4 # 4 5 -
Property svn:keywords
changed from
-
trunk/src/VBox/HostDrivers/VBoxTAP/Makefile.kmk
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r2469 r2478 1 # 1 # $Id$ 2 ## @file 2 3 # Sub-Makefile for the Windows Network Driver. 3 4 # -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.