VirtualBox

Ignore:
Timestamp:
Oct 24, 2007 1:04:51 AM (17 years ago)
Author:
vboxsync
Message:

New RTTimeNanoTS/GIP code.

File:
1 edited

Legend:

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

    r5428 r5456  
    189189        common/time/time.cpp \
    190190        common/time/timeprog.cpp \
     191        common/time/timesup.cpp \
    191192        generic/critsect-generic.cpp \
    192193        generic/env-generic.cpp \
     
    206207        r3/process.cpp \
    207208        r3/stream.cpp \
    208         r3/tcp.cpp \
     209        r3/tcp.cpp
     210
     211#if1of ($(BUILD_TARGET_ARCH),amd64 x86)
     212# RuntimeR3_SOURCES += common/time/timesupA.asm
     213#else
     214 RuntimeR3_SOURCES += common/time/timesupref.cpp
     215#endif
    209216
    210217ifdef IPRT_WITH_KLDR
     
    235242
    236243RuntimeR3_SOURCES.win = \
    237         common/time/timesup.cpp \
    238244        generic/rand-stubs-generic.cpp \
    239245        generic/RTDirQueryInfo-generic.cpp \
     
    267273
    268274RuntimeR3_SOURCES.linux = \
    269         common/time/timesup.cpp \
    270275        generic/pathhost-generic.cpp \
    271276        generic/RTDirQueryInfo-generic.cpp \
     
    302307
    303308RuntimeR3_SOURCES.os2   = \
    304         common/time/timesup.cpp \
    305309        generic/pathhost-generic.cpp \
    306310        generic/rand-stubs-generic.cpp \
     
    336340
    337341RuntimeR3_SOURCES.darwin = \
    338         common/time/timesup.cpp \
    339342        darwin/RTErrConvertFromDarwinCOM.cpp \
    340343        darwin/RTErrConvertFromDarwinIO.cpp \
     
    370373## @todo Make BSD sched.
    371374RuntimeR3_SOURCES.freebsd = \
    372         common/time/timesup.cpp \
    373375        generic/pathhost-generic.cpp \
    374376        generic/RTDirQueryInfo-generic.cpp \
     
    401403
    402404RuntimeR3_SOURCES.solaris = \
    403         common/time/timesup.cpp \
    404405        generic/pathhost-generic.cpp \
    405406        generic/RTDirQueryInfo-generic.cpp \
     
    446447
    447448RuntimeR3L4_SOURCES = \
    448         common/time/timesup.cpp \
    449449        generic/fs-stubs-generic.cpp \
    450450        generic/pathhost-generic.cpp \
     
    680680        VBox/strformat-vbox.cpp
    681681
     682if1of ($(BUILD_TARGET_ARCH),amd64 x86)
     683 RuntimeR0_SOURCES += common/time/timesupA.asm
     684else
     685 RuntimeR0_SOURCES += common/time/timesupref.cpp
     686endif
     687
    682688RuntimeR0_SOURCES.win.amd64 = $(RuntimeWin64ASM_SOURCES)
    683689
     
    10041010        VBox/strformat-vbox.cpp \
    10051011
     1012if1of ($(BUILD_TARGET_ARCH),amd64 x86)
     1013 RuntimeGC_SOURCES += common/time/timesupA.asm
     1014else
     1015 RuntimeGC_SOURCES += common/time/timesupref.cpp
     1016endif
     1017
    10061018ifeq ($(VBOX_LDR_FMT32),lx)
    1007 RuntimeGC_SOURCES += os2/sys0.asm
     1019 RuntimeGC_SOURCES += os2/sys0.asm
    10081020endif
    10091021
Note: See TracChangeset for help on using the changeset viewer.

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