VirtualBox

Changeset 21495 in vbox


Ignore:
Timestamp:
Jul 10, 2009 8:12:07 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49944
Message:

Runtime/FileAio: Enable by default (PDMAsyncCompletion API will need which is also compiled by default)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r21355 r21495  
    368368        r3/win/utf8-win.cpp \
    369369        r3/win/RTUuidCreate-win.cpp \
     370        r3/win/fileaio-win.cpp \
    370371        win/errmsgwin.cpp \
    371372        win/RTErrConvertFromWin32.cpp
     
    409410        r3/posix/timer-posix.cpp \
    410411        r3/posix/tls-posix.cpp \
    411         r3/posix/utf8-posix.cpp
     412        r3/posix/utf8-posix.cpp \
     413        r3/linux/fileaio-linux.cpp
    412414RuntimeR3_SOURCES.linux.x86 += \
    413415        r3/posix/semevent-posix.cpp \
     
    506508        r3/posix/timelocal-posix.cpp \
    507509        r3/posix/tls-posix.cpp \
    508         r3/posix/utf8-posix.cpp
     510        r3/posix/utf8-posix.cpp \
     511        r3/posix/fileaio-posix.cpp
    509512
    510513## @todo Make BSD sched, implement RTMP*.
     
    534537        r3/freebsd/alloc-freebsd.cpp \
    535538        r3/freebsd/rtProcInitExePath-freebsd.cpp \
     539        r3/freebsd/fileaio-freebsd.cpp \
    536540        r3/posix/RTSystemQueryOSInfo-posix.cpp \
    537541        r3/posix/dir-posix.cpp \
     
    593597        r3/solaris/alloc-solaris.cpp \
    594598        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 \
    601600        r3/solaris/fileaio-solaris.cpp
    602  RuntimeR3_SOURCES.win += \
    603         r3/win/fileaio-win.cpp
    604  RuntimeR3_SOURCES.freebsd += \
    605         r3/freebsd/fileaio-freebsd.cpp
    606  RuntimeR3_SOURCES.darwin += \
    607         r3/posix/fileaio-posix.cpp
    608 endif
    609601
    610602## PORTME: Porters add their selection of platform specific files for Ring-3 here.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette