Changeset 16014 in vbox for trunk/src/VBox/Additions/x11/xclient
- Timestamp:
- Jan 18, 2009 12:04:12 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41696
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xclient/Makefile.kmk
r12446 r16014 37 37 VBoxClient_LIBPATH = \ 38 38 $(VBOX_LIBPATH32_X11) 39 VBoxClient_LIBS.freebsd = \ 40 iconv 39 41 VBoxClient_LIBS = \ 40 42 $(VBOX_LIB_IPRT_GUEST_R3) \ … … 47 49 supc++ \ 48 50 gcc_eh 49 50 ## @todo r=bird: move to the template (that's what they are there for). ditto for VBoxService.51 VBoxClient_LIBPATH.freebsd += \52 /usr/local/lib53 VBoxClient_LIBS.freebsd += \54 iconv55 51 ifdef VBOX_X11_SEAMLESS_GUEST 56 52 VBoxClient_DEFS += SEAMLESS_GUEST DYNAMIC_RESIZE
Note:
See TracChangeset
for help on using the changeset viewer.