Changeset 5456 in vbox for trunk/src/VBox/Runtime/Makefile.kmk
- Timestamp:
- Oct 24, 2007 1:04:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r5428 r5456 189 189 common/time/time.cpp \ 190 190 common/time/timeprog.cpp \ 191 common/time/timesup.cpp \ 191 192 generic/critsect-generic.cpp \ 192 193 generic/env-generic.cpp \ … … 206 207 r3/process.cpp \ 207 208 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 209 216 210 217 ifdef IPRT_WITH_KLDR … … 235 242 236 243 RuntimeR3_SOURCES.win = \ 237 common/time/timesup.cpp \238 244 generic/rand-stubs-generic.cpp \ 239 245 generic/RTDirQueryInfo-generic.cpp \ … … 267 273 268 274 RuntimeR3_SOURCES.linux = \ 269 common/time/timesup.cpp \270 275 generic/pathhost-generic.cpp \ 271 276 generic/RTDirQueryInfo-generic.cpp \ … … 302 307 303 308 RuntimeR3_SOURCES.os2 = \ 304 common/time/timesup.cpp \305 309 generic/pathhost-generic.cpp \ 306 310 generic/rand-stubs-generic.cpp \ … … 336 340 337 341 RuntimeR3_SOURCES.darwin = \ 338 common/time/timesup.cpp \339 342 darwin/RTErrConvertFromDarwinCOM.cpp \ 340 343 darwin/RTErrConvertFromDarwinIO.cpp \ … … 370 373 ## @todo Make BSD sched. 371 374 RuntimeR3_SOURCES.freebsd = \ 372 common/time/timesup.cpp \373 375 generic/pathhost-generic.cpp \ 374 376 generic/RTDirQueryInfo-generic.cpp \ … … 401 403 402 404 RuntimeR3_SOURCES.solaris = \ 403 common/time/timesup.cpp \404 405 generic/pathhost-generic.cpp \ 405 406 generic/RTDirQueryInfo-generic.cpp \ … … 446 447 447 448 RuntimeR3L4_SOURCES = \ 448 common/time/timesup.cpp \449 449 generic/fs-stubs-generic.cpp \ 450 450 generic/pathhost-generic.cpp \ … … 680 680 VBox/strformat-vbox.cpp 681 681 682 if1of ($(BUILD_TARGET_ARCH),amd64 x86) 683 RuntimeR0_SOURCES += common/time/timesupA.asm 684 else 685 RuntimeR0_SOURCES += common/time/timesupref.cpp 686 endif 687 682 688 RuntimeR0_SOURCES.win.amd64 = $(RuntimeWin64ASM_SOURCES) 683 689 … … 1004 1010 VBox/strformat-vbox.cpp \ 1005 1011 1012 if1of ($(BUILD_TARGET_ARCH),amd64 x86) 1013 RuntimeGC_SOURCES += common/time/timesupA.asm 1014 else 1015 RuntimeGC_SOURCES += common/time/timesupref.cpp 1016 endif 1017 1006 1018 ifeq ($(VBOX_LDR_FMT32),lx) 1007 RuntimeGC_SOURCES += os2/sys0.asm1019 RuntimeGC_SOURCES += os2/sys0.asm 1008 1020 endif 1009 1021
Note:
See TracChangeset
for help on using the changeset viewer.