Changeset 98734 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Feb 25, 2023 6:37:25 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r98732 r98734 816 816 r3/generic/semspinmutex-r3-generic.cpp \ 817 817 r3/xml.cpp \ 818 common/zip/xarvfs.cpp \ 819 common/zip/lzmavfs.cpp \ 818 common/zip/xarvfs.cpp 819 ifdef VBOX_WITH_LIBLZMA 820 RuntimeBaseR3_SOURCES += \ 821 common/zip/lzmavfs.cpp 822 endif 820 823 821 824 … … 2471 2474 common/vfs/vfsstdpipe.cpp \ 2472 2475 common/zip/gzipvfs.cpp \ 2473 common/zip/lzmavfs.cpp \2474 2476 common/zip/tarcmd.cpp \ 2475 2477 common/zip/tarvfs.cpp \ … … 2525 2527 RuntimeBldProg_SOURCES += \ 2526 2528 common/err/errmsgxpcom.cpp 2529 endif 2530 ifdef VBOX_WITH_LIBLZMA 2531 RuntimeBldProg_SOURCES += \ 2532 common/zip/lzmavfs.cpp 2527 2533 endif 2528 2534
Note:
See TracChangeset
for help on using the changeset viewer.