Changeset 21495 in vbox
- Timestamp:
- Jul 10, 2009 8:12:07 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49944
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r21355 r21495 368 368 r3/win/utf8-win.cpp \ 369 369 r3/win/RTUuidCreate-win.cpp \ 370 r3/win/fileaio-win.cpp \ 370 371 win/errmsgwin.cpp \ 371 372 win/RTErrConvertFromWin32.cpp … … 409 410 r3/posix/timer-posix.cpp \ 410 411 r3/posix/tls-posix.cpp \ 411 r3/posix/utf8-posix.cpp 412 r3/posix/utf8-posix.cpp \ 413 r3/linux/fileaio-linux.cpp 412 414 RuntimeR3_SOURCES.linux.x86 += \ 413 415 r3/posix/semevent-posix.cpp \ … … 506 508 r3/posix/timelocal-posix.cpp \ 507 509 r3/posix/tls-posix.cpp \ 508 r3/posix/utf8-posix.cpp 510 r3/posix/utf8-posix.cpp \ 511 r3/posix/fileaio-posix.cpp 509 512 510 513 ## @todo Make BSD sched, implement RTMP*. … … 534 537 r3/freebsd/alloc-freebsd.cpp \ 535 538 r3/freebsd/rtProcInitExePath-freebsd.cpp \ 539 r3/freebsd/fileaio-freebsd.cpp \ 536 540 r3/posix/RTSystemQueryOSInfo-posix.cpp \ 537 541 r3/posix/dir-posix.cpp \ … … 593 597 r3/solaris/alloc-solaris.cpp \ 594 598 r3/solaris/mp-solaris.cpp \ 595 r3/solaris/rtProcInitExePath-solaris.cpp 596 597 ifdef RT_ASYNC_IO_CODE 598 RuntimeR3_SOURCES.linux += \ 599 r3/linux/fileaio-linux.cpp 600 RuntimeR3_SOURCES.solaris += \ 599 r3/solaris/rtProcInitExePath-solaris.cpp \ 601 600 r3/solaris/fileaio-solaris.cpp 602 RuntimeR3_SOURCES.win += \603 r3/win/fileaio-win.cpp604 RuntimeR3_SOURCES.freebsd += \605 r3/freebsd/fileaio-freebsd.cpp606 RuntimeR3_SOURCES.darwin += \607 r3/posix/fileaio-posix.cpp608 endif609 601 610 602 ## PORTME: Porters add their selection of platform specific files for Ring-3 here.
Note:
See TracChangeset
for help on using the changeset viewer.