Changeset 37228 in vbox for trunk/src/VBox/Runtime/Makefile.kmk
- Timestamp:
- May 26, 2011 7:25:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r37196 r37228 45 45 # 46 46 LIBRARIES += RuntimeGuestR3 RuntimeGuestR3Shared RuntimeR3 RuntimeR0 47 LIBRARIES.solaris += RuntimeR0Stub 47 48 LIBRARIES.win += RuntimeR0Stub 48 49 … … 59 60 # 60 61 LIBRARIES += RuntimeBldProg 62 LIBRARIES.solaris += RuntimeR0Stub RuntimeRCStub 61 63 LIBRARIES.win += RuntimeR0Stub RuntimeRCStub 62 64 include $(PATH_SUB_CURRENT)/tools/Makefile.kmk … … 74 76 BLDPROGS += uniread 75 77 LIBRARIES += RuntimeR3 RuntimeBldProg RuntimeR0 RuntimeEFCPP RuntimeR3NoCRTGCC 78 LIBRARIES.solaris += RuntimeR0Stub 76 79 LIBRARIES.win += RuntimeR0Stub 77 80 ifdef VBOX_WITH_RAW_MODE … … 1519 1522 1520 1523 # 1521 # RuntimeR0Stub - Ring-0 context startup stub for Windows .1522 # 1523 RuntimeR0Stub_TEMPLATE = VBoxR01524 # RuntimeR0Stub - Ring-0 context startup stub for Windows and Solaris. 1525 # 1526 RuntimeR0Stub_TEMPLATE = $(if-expr "$(KBUILD_TARGET)" == "solaris",VBOXR0DRV,VBoxR0) 1524 1527 RuntimeR0Stub_SOURCES.win = \ 1525 1528 nt/NtProcessStartup-stub.cpp 1529 RuntimeR0Stub_SOURCES.solaris = \ 1530 r0drv/solaris/modulestub-r0drv-solaris.c 1526 1531 1527 1532 … … 1605 1610 common/string/RTStrNLen.cpp \ 1606 1611 common/string/RTStrNLenEx.cpp \ 1612 common/string/straprintf.cpp \ 1607 1613 common/string/strformat.cpp \ 1608 1614 common/string/strformatnum.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.