Changeset 46147 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- May 17, 2013 3:35:09 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85846
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r46144 r46147 38 38 #LIBRARIES.os2 += RuntimeGuestR0OS2Warp3 39 39 LIBRARIES.win.x86 += RuntimeGuestR0NT4 40 endif 41 ifneq ($(VBOX_WITH_COMPATIBLE_LINUX_GUEST_PACKAGE),) 42 LIBRARIES.linux.amd64 += \ 43 RuntimeGuestR3-x86 \ 44 RuntimeGuestR3Mini-x86 \ 45 RuntimeGuestR3Shared-x86 40 46 endif 41 47 … … 88 94 LIBRARIES += RuntimeGuestR3 RuntimeGuestR3Shared RuntimeGuestR3Mini 89 95 LIBRARIES.win.amd64 += RuntimeGuestR3-x86 RuntimeGuestR3Shared-x86 96 ifneq ($(VBOX_WITH_COMPATIBLE_LINUX_GUEST_PACKAGE),) 97 LIBRARIES.linux.amd64 += \ 98 RuntimeGuestR3-x86 \ 99 RuntimeGuestR3Mini-x86 \ 100 RuntimeGuestR3Shared-x86 101 endif 90 102 ifdef VBOX_WITH_ADDITION_DRIVERS 91 103 LIBRARIES += RuntimeGuestR0 … … 1230 1242 win/RTErrConvertFromWin32.cpp 1231 1243 1244 # 1245 # RuntimeGuestR3Mini-x86 - Same as RuntimeGuestR3Mini, except that it's targeting x86. 1246 # 1247 RuntimeGuestR3Mini-x86_EXTENDS := RuntimeGuestR3Mini 1248 RuntimeGuestR3Mini-x86_BLD_TRG_ARCH := x86 1249 1250 1232 1251 # VBox specific stuff. 1233 1252 RuntimeGuestR3Mini_SOURCES += \
Note:
See TracChangeset
for help on using the changeset viewer.