Changeset 5464 in vbox
- Timestamp:
- Oct 24, 2007 3:21:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r5462 r5464 209 209 r3/tcp.cpp 210 210 211 if1of ($(BUILD_TARGET_ARCH),amd64 x86)212 RuntimeR3_SOURCES += common/time/timesupA.asm213 else211 #if1of ($(BUILD_TARGET_ARCH),amd64 x86) 212 # RuntimeR3_SOURCES += common/time/timesupA.asm 213 #else 214 214 RuntimeR3_SOURCES += common/time/timesupref.cpp 215 endif215 #endif 216 216 217 217 ifdef IPRT_WITH_KLDR
Note:
See TracChangeset
for help on using the changeset viewer.