Changeset 21502 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jul 10, 2009 9:26:16 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49952
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r21495 r21502 368 368 r3/win/utf8-win.cpp \ 369 369 r3/win/RTUuidCreate-win.cpp \ 370 r3/win/fileaio-win.cpp \371 370 win/errmsgwin.cpp \ 372 371 win/RTErrConvertFromWin32.cpp … … 410 409 r3/posix/timer-posix.cpp \ 411 410 r3/posix/tls-posix.cpp \ 412 r3/posix/utf8-posix.cpp \ 413 r3/linux/fileaio-linux.cpp 411 r3/posix/utf8-posix.cpp 414 412 RuntimeR3_SOURCES.linux.x86 += \ 415 413 r3/posix/semevent-posix.cpp \ … … 508 506 r3/posix/timelocal-posix.cpp \ 509 507 r3/posix/tls-posix.cpp \ 510 r3/posix/utf8-posix.cpp \ 511 r3/posix/fileaio-posix.cpp 508 r3/posix/utf8-posix.cpp 512 509 513 510 ## @todo Make BSD sched, implement RTMP*. … … 537 534 r3/freebsd/alloc-freebsd.cpp \ 538 535 r3/freebsd/rtProcInitExePath-freebsd.cpp \ 539 r3/freebsd/fileaio-freebsd.cpp \540 536 r3/posix/RTSystemQueryOSInfo-posix.cpp \ 541 537 r3/posix/dir-posix.cpp \ … … 598 594 r3/solaris/mp-solaris.cpp \ 599 595 r3/solaris/rtProcInitExePath-solaris.cpp \ 600 r3/solaris/fileaio-solaris.cpp601 596 602 597 ## PORTME: Porters add their selection of platform specific files for Ring-3 here. … … 793 788 VBoxRT_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH) = $(RuntimeR3_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)) 794 789 VBoxRT_SOURCES.$(KBUILD_TARGET_ARCH) = $(RuntimeR3_SOURCES.$(KBUILD_TARGET_ARCH)) 795 VBoxRT_SOURCES.win += r3/win/dllmain-win.cpp $(VBoxRT_0_OUTDIR)/VBoxRT.def 790 VBoxRT_SOURCES.win += \ 791 r3/win/dllmain-win.cpp \ 792 r3/win/fileaio-win.cpp \ 793 $(VBoxRT_0_OUTDIR)/VBoxRT.def 794 VBoxRT_SOURCES.linux += \ 795 r3/linux/fileaio-linux.cpp 796 VBoxRT_SOURCES.solaris += \ 797 r3/solaris/fileaio-solaris.cpp 798 VBoxRT_SOURCES.darwin += \ 799 r3/posix/fileaio-posix.cpp 800 VBoxRT_SOURCES.freebsd += \ 801 r3/freebsd/fileaio-freebsd.cpp 796 802 VBoxRT_INCS = $(RuntimeR3_INCS) 797 803 VBoxRT_INCS.$(KBUILD_TARGET) = $(RuntimeR3_INCS.$(KBUILD_TARGET))
Note:
See TracChangeset
for help on using the changeset viewer.