Changeset 101727 in vbox
- Timestamp:
- Nov 3, 2023 1:41:29 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r99706 r101727 638 638 639 639 VBox-xpcom-nspr_SOURCES.darwin = nsprpub/pr/src/md/unix/darwin.c 640 VBox-xpcom-nspr_SOURCES.darwin.x86 = nsprpub/pr/src/md/unix/os_Darwin_x86.s641 640 642 641 VBox-xpcom-nspr_SOURCES.freebsd = nsprpub/pr/src/md/unix/freebsd.c … … 798 797 endif 799 798 endif 800 VBox-xpcom-io_INCS.darwin = \801 xpcom/MoreFiles802 799 VBox-xpcom-io_SOURCES = \ 803 800 xpcom/io/nsAppFileLocationProvider.cpp \ … … 821 818 xpcom/io/nsUnicharInputStream.cpp \ 822 819 xpcom/io/nsNativeCharsetUtils.cpp 823 VBox-xpcom-io_SOURCES.darwin.x86 = \824 xpcom/io/nsLocalFileOSX.cpp \825 xpcom/MoreFiles/FSCopyObject.c \826 xpcom/MoreFiles/MoreFilesX.c827 820 if1of ($(KBUILD_TARGET) $(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), freebsd linux netbsd openbsd solaris darwin.amd64 darwin.arm64) 828 821 VBox-xpcom-io_SOURCES += \ … … 884 877 VBox-xpcom-xptcall_INCS.os2 = xpcom/reflect/xptcall/src/md/unix 885 878 VBox-xpcom-xptcall_SOURCES = xpcom/reflect/xptcall/src/xptcall.cpp 886 VBox-xpcom-xptcall_SOURCES.darwin.x86 = xpcom/reflect/xptcall/src/md/unix/xptcinvoke_unixish_x86.cpp \887 xpcom/reflect/xptcall/src/md/unix/xptcstubs_unixish_x86.cpp888 879 VBox-xpcom-xptcall_SOURCES.freebsd.x86 = xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp \ 889 880 xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp
Note:
See TracChangeset
for help on using the changeset viewer.