Changeset 18999 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 17, 2009 7:54:52 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46097
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r18990 r18999 407 407 r3/posix/semmutex-posix.cpp 408 408 endif 409 ifdef RT_ASYNC_IO_CODE 410 RuntimeR3_SOURCES.linux += \ 411 r3/linux/fileaio-linux.cpp 412 endif 409 413 410 414 RuntimeR3_SOURCES.os2 = \ -
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r18991 r18999 122 122 tstLdr-4Imp 123 123 endif 124 ifdef RT_ASYNC_IO_CODE 125 PROGRAMS += \ 126 tstFileAio 127 endif 124 128 125 129 … … 340 344 tstUtf8_SOURCES = tstUtf8.cpp 341 345 346 tstFileAio_SOURCES = tstFileAio.cpp 347 342 348 ntGetTimerResolution_SOURCES = ntGetTimerResolution.cpp 343 349 ntGetTimerResolution_SDKS.win = WINPSDK W2K3DDK VBOX_NTDLL
Note:
See TracChangeset
for help on using the changeset viewer.