Changeset 42240 in vbox for trunk/src/VBox
- Timestamp:
- Jul 19, 2012 10:34:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk
r42239 r42240 113 113 VBoxServiceClipboard-os2.cpp 114 114 115 VBoxService_LIBS += \ 116 $(VBOX_LIB_IPRT_GUEST_R3) \ 117 $(VBOX_LIB_VBGL_R3) \ 118 $(VBOX_LIB_IPRT_GUEST_R3) # (The joy of unix linkers.) 115 119 if1of ($(KBUILD_TARGET), linux) 116 120 VBoxService_LIBS += \ … … 123 127 Psapi.lib 124 128 VBoxService_LIBS.solaris += \ 125 nsl kstat contract 129 nsl \ 130 kstat \ 131 contract 126 132 endif 127 133
Note:
See TracChangeset
for help on using the changeset viewer.