Changeset 5844 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Nov 26, 2007 6:51:27 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26303
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Runtime/Makefile.kmk ¶
r5843 r5844 208 208 r3/tcp.cpp 209 209 210 if1of ($(BUILD_TARGET_ARCH),amd64 x86)211 RuntimeR3_SOURCES += common/time/timesupA.asm212 else210 #if1of ($(BUILD_TARGET_ARCH),amd64 x86) 211 # RuntimeR3_SOURCES += common/time/timesupA.asm 212 #else 213 213 RuntimeR3_SOURCES += common/time/timesupref.cpp 214 endif214 #endif 215 215 216 216 ifdef IPRT_WITH_KSTUFF … … 666 666 VBox/strformat-vbox.cpp 667 667 668 if1of ($(BUILD_TARGET_ARCH),amd64 x86)669 RuntimeR0_SOURCES += common/time/timesupA.asm670 else668 #if1of ($(BUILD_TARGET_ARCH),amd64 x86) 669 # RuntimeR0_SOURCES += common/time/timesupA.asm 670 #else 671 671 RuntimeR0_SOURCES += common/time/timesupref.cpp 672 endif672 #endif 673 673 674 674 RuntimeR0_SOURCES.win.amd64 = $(RuntimeWin64ASM_SOURCES) … … 997 997 VBox/strformat-vbox.cpp \ 998 998 999 if1of ($(BUILD_TARGET_ARCH),amd64 x86)1000 RuntimeGC_SOURCES += common/time/timesupA.asm1001 else999 #if1of ($(BUILD_TARGET_ARCH),amd64 x86) 1000 # RuntimeGC_SOURCES += common/time/timesupA.asm 1001 #else 1002 1002 RuntimeGC_SOURCES += common/time/timesupref.cpp 1003 endif1003 #endif 1004 1004 1005 1005 RuntimeGC_SOURCES.win.x86 = $(RuntimeWin32ASM_SOURCES)
Note:
See TracChangeset
for help on using the changeset viewer.