Changeset 960 in vbox for trunk/src/VBox/Devices/Makefile
- Timestamp:
- Feb 17, 2007 9:12:10 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile
r923 r960 95 95 VBoxDD_LIBS.os2 = \ 96 96 $(PATH_BIN)/VBoxDD2.dll 97 VBoxDD_LDFLAGS.darwin = -install_name @executable_path/VBoxDD.dylib 97 98 VBoxDD_LDFLAGS.linux = -Wl,--no-undefined 98 99 VBoxDD_LDFLAGS.l4 = -Wl,--no-undefined … … 117 118 $(LIB_VMM) \ 118 119 $(LIB_RUNTIME) 119 VBoxDD2_LDFLAGS.linux = -Wl,--no-undefined120 120 ifeq ($(BUILD_TARGET),l4) 121 121 VBoxDD2_LIBS += \ … … 123 123 endif 124 124 VBoxDD2_LIBS.darwin += $(LIB_REM) 125 VBoxDD2_LDFLAGS.darwin = -install_name @executable_path/VBoxDD2.dylib 126 VBoxDD2_LDFLAGS.linux = -Wl,--no-undefined 125 127 VBoxDD2_LDFLAGS.l4 = -Wl,--no-undefined 126 128
Note:
See TracChangeset
for help on using the changeset viewer.