- Timestamp:
- Aug 12, 2008 11:25:18 AM (16 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r11347 r11350 289 289 generic/RTMpGetCurFrequency-generic.cpp \ 290 290 generic/RTMpGetMaxFrequency-generic.cpp \ 291 generic/RTSystemQueryOSInfo-generic.cpp \ 291 292 nt/RTErrConvertFromNtStatus.cpp \ 292 293 r3/posix/env-posix.cpp \ … … 330 331 r3/linux/sched-linux.cpp \ 331 332 r3/linux/time-linux.cpp \ 333 r3/posix/RTSystemQueryOSInfo-posix.cpp \ 332 334 r3/posix/alloc-posix.cpp \ 333 335 r3/posix/dir-posix.cpp \ … … 386 388 r3/os2/thread-os2.cpp \ 387 389 r3/os2/time-os2.cpp \ 390 r3/posix/RTSystemQueryOSInfo-posix.cpp \ 388 391 r3/posix/alloc-posix.cpp \ 389 392 r3/posix/dir-posix.cpp \ … … 419 422 r3/darwin/mp-darwin.cpp \ 420 423 r3/darwin/time-darwin.cpp \ 424 r3/posix/RTSystemQueryOSInfo-posix.cpp \ 421 425 r3/posix/dir-posix.cpp \ 422 426 r3/posix/env-posix.cpp \ … … 452 456 generic/RTMpGetMaxFrequency-generic.cpp \ 453 457 r3/freebsd/alloc-freebsd.cpp \ 458 r3/posix/RTSystemQueryOSInfo-posix.cpp \ 454 459 r3/posix/dir-posix.cpp \ 455 460 r3/posix/env-posix.cpp \ … … 486 491 generic/utf16locale-generic.cpp \ 487 492 generic/uuid-generic.cpp \ 493 r3/posix/RTSystemQueryOSInfo-posix.cpp \ 488 494 r3/posix/dir-posix.cpp \ 489 495 r3/posix/env-posix.cpp \ … … 531 537 generic/RTFileMove-generic.cpp \ 532 538 generic/RTLogWriteDebugger-generic.cpp \ 539 generic/RTSystemQueryOSInfo-generic.cpp \ 533 540 generic/RTTimeLocalNow-generic.cpp \ 534 541 generic/RTUuidCreate-generic.cpp \ -
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r11064 r11350 83 83 tstStrFormat \ 84 84 tstStrToNum \ 85 tstSystemQueryOsInfo \ 85 86 tstThread-1 \ 86 87 tstTime \ … … 292 293 tstStrToNum_SOURCES = tstStrToNum.cpp 293 294 295 tstSystemQueryOsInfo_SOURCES = tstSystemQueryOsInfo.cpp 296 294 297 tstThread-1_SOURCES = tstThread-1.cpp 295 298
Note:
See TracChangeset
for help on using the changeset viewer.