Changeset 3133 in vbox
- Timestamp:
- Jun 17, 2007 8:02:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/xclient/Makefile.kmk
r3132 r3133 29 29 endif 30 30 31 OTHER_CLEAN = $(PATH_TARGET)/vboxadd-xclient/libstdc++.a 32 31 33 vboxadd-xclient_TEMPLATE = VBOXLNX32GUESTR3EXE 32 34 vboxadd-xclient_SOURCES = clipboard.cpp … … 40 42 41 43 $(PATH_TARGET)/vboxadd-xclient/libstdc++.a: 42 ln -s `$(TOOL_$(VBOX_GCC32_TOOL)_CXX) -print-file-name=libstdc++.a` $@ 44 $(call MSG_L1,Forcing static libstdc++) 45 $(QUIET)ln -s `$(TOOL_$(VBOX_GCC32_TOOL)_CXX) -print-file-name=libstdc++.a` $@ 43 46 44 47 include $(PATH_KBUILD)/footer.kmk
Note:
See TracChangeset
for help on using the changeset viewer.