- Timestamp:
- Jan 30, 2008 1:40:22 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27660
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r6593 r6602 523 523 524 524 # 525 # RuntimeGuestR3Mini - Minimal Guest Additions Runtime which does not require 526 # initialization and can be linked into an .so. Intended 525 # RuntimeGuestR3Mini - Minimal Guest Additions Runtime which does not require 526 # initialization and can be linked into an .so. Intended 527 527 # for X11 drivers. 528 528 # … … 531 531 RuntimeGuestR3Mini_INST = $(INST_ADDITIONS_LIB) 532 532 RuntimeGuestR3Mini_CXXFLAGS.linux = -fno-exceptions 533 else ## @todo this should be VBOXGUESTR3DLL I think if PIC code is required.534 RuntimeGuestR3Mini_TEMPLATE := VBOXGUESTR3 LIB533 else 534 RuntimeGuestR3Mini_TEMPLATE := VBOXGUESTR3DLL 535 535 endif 536 536 RuntimeGuestR3Mini_SDKS.win := $(RuntimeR3_SDKS.win)
Note:
See TracChangeset
for help on using the changeset viewer.