Changeset 6593 in vbox
- Timestamp:
- Jan 30, 2008 10:33:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r6554 r6593 529 529 ifeq ($(BUILD_TARGET),linux) ## @todo elimiate this by fixing VBOXGUESTR3LIB/DLL/EXE. What about NOCPP like the x11 bits? 530 530 RuntimeGuestR3Mini_TEMPLATE := VBOXLNX32GUESTR3LIB 531 RuntimeGuestR3Mini_INST = $(INST_ADDITIONS_LIB) 531 RuntimeGuestR3Mini_INST = $(INST_ADDITIONS_LIB) 532 RuntimeGuestR3Mini_CXXFLAGS.linux = -fno-exceptions 532 533 else ## @todo this should be VBOXGUESTR3DLL I think if PIC code is required. 533 534 RuntimeGuestR3Mini_TEMPLATE := VBOXGUESTR3LIB
Note:
See TracChangeset
for help on using the changeset viewer.