Changeset 49643 in vbox for trunk/src/VBox/Runtime/Makefile.kmk
- Timestamp:
- Nov 25, 2013 3:46:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r49547 r49643 38 38 #LIBRARIES.os2 += RuntimeGuestR0OS2Warp3 39 39 LIBRARIES.win.x86 += RuntimeGuestR0NT4 40 endif41 ifneq ($(VBOX_WITH_COMPATIBLE_LINUX_GUEST_PACKAGE),)42 LIBRARIES.linux.amd64 += \43 RuntimeGuestR3-x86 \44 RuntimeGuestR3Mini-x86 \45 RuntimeGuestR3Shared-x8646 40 endif 47 41 … … 94 88 LIBRARIES += RuntimeGuestR3 RuntimeGuestR3Shared RuntimeGuestR3Mini 95 89 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-x86101 endif102 90 ifdef VBOX_WITH_ADDITION_DRIVERS 103 91 LIBRARIES += RuntimeGuestR0 … … 1282 1270 win/RTErrConvertFromWin32.cpp 1283 1271 1284 #1285 # RuntimeGuestR3Mini-x86 - Same as RuntimeGuestR3Mini, except that it's targeting x86.1286 #1287 RuntimeGuestR3Mini-x86_EXTENDS := RuntimeGuestR3Mini1288 RuntimeGuestR3Mini-x86_BLD_TRG_ARCH := x861289 1290 1291 1272 # VBox specific stuff. 1292 1273 RuntimeGuestR3Mini_SOURCES += \
Note:
See TracChangeset
for help on using the changeset viewer.