- Timestamp:
- Sep 14, 2018 11:04:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r74283 r74284 1620 1620 common/ldr/ldrNative.cpp \ 1621 1621 common/ldr/ldrPE.cpp \ 1622 common/ldr/ldrVfsFile.cpp \ 1622 1623 common/log/log.cpp \ 1623 1624 common/log/logellipsis.cpp \ … … 1784 1785 r3/tcp.cpp \ 1785 1786 VBox/log-vbox.cpp \ 1786 VBox/RTAssertShouldPanic-vbox.cpp 1787 VBox/RTAssertShouldPanic-vbox.cpp \ 1788 \ 1789 common/string/ministring.cpp 1787 1790 ifneq ($(KBUILD_HOST),win) 1788 1791 RuntimeBldProg_SOURCES += \ 1789 1792 common/err/errmsgxpcom.cpp 1793 endif 1794 ifeq ($(KBUILD_HOST),win) 1795 RuntimeBldProg_SOURCES += \ 1796 common/string/RTUtf16NLenEx.cpp \ 1797 common/string/RTUtf16CopyAscii.cpp \ 1798 common/string/RTUtf16End.cpp \ 1799 generic/RTPathGetCurrentDrive-generic.cpp 1790 1800 endif 1791 1801 RuntimeBldProg_SOURCES.darwin = $(filter-out \
Note:
See TracChangeset
for help on using the changeset viewer.