- Timestamp:
- Oct 24, 2007 1:29:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r5456 r5459 680 680 VBox/strformat-vbox.cpp 681 681 682 if1of ($(BUILD_TARGET_ARCH),amd64 x86)683 RuntimeR0_SOURCES += common/time/timesupA.asm684 else682 #if1of ($(BUILD_TARGET_ARCH),amd64 x86) 683 # RuntimeR0_SOURCES += common/time/timesupA.asm 684 #else 685 685 RuntimeR0_SOURCES += common/time/timesupref.cpp 686 endif686 #endif 687 687 688 688 RuntimeR0_SOURCES.win.amd64 = $(RuntimeWin64ASM_SOURCES) … … 1010 1010 VBox/strformat-vbox.cpp \ 1011 1011 1012 if1of ($(BUILD_TARGET_ARCH),amd64 x86)1013 RuntimeGC_SOURCES += common/time/timesupA.asm1014 else1012 #if1of ($(BUILD_TARGET_ARCH),amd64 x86) 1013 # RuntimeGC_SOURCES += common/time/timesupA.asm 1014 #else 1015 1015 RuntimeGC_SOURCES += common/time/timesupref.cpp 1016 endif1016 #endif 1017 1017 1018 1018 ifeq ($(VBOX_LDR_FMT32),lx)
Note:
See TracChangeset
for help on using the changeset viewer.