Changeset 6604 in vbox for trunk/src/VBox/Runtime/Makefile.kmk
- Timestamp:
- Jan 30, 2008 2:00:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r6602 r6604 527 527 # for X11 drivers. 528 528 # 529 ifeq ($(BUILD_TARGET),linux) ## @todo elimiate this by fixing VBOXGUESTR3LIB/DLL/EXE. What about NOCPP like the x11 bits?530 RuntimeGuestR3Mini_TEMPLATE := VBOXLNX32GUESTR3LIB531 RuntimeGuestR3Mini_INST = $(INST_ADDITIONS_LIB)532 RuntimeGuestR3Mini_CXXFLAGS.linux = -fno-exceptions533 else534 529 RuntimeGuestR3Mini_TEMPLATE := VBOXGUESTR3DLL 535 endif 530 RuntimeGuestR3Mini_INST := $(INST_ADDITIONS_LIB) 536 531 RuntimeGuestR3Mini_SDKS.win := $(RuntimeR3_SDKS.win) 537 532 RuntimeGuestR3Mini_DEFS := $(filter-out RTCRITSECT_STRICT, $(RuntimeR3_DEFS)) \
Note:
See TracChangeset
for help on using the changeset viewer.