Changeset 37240 in vbox
- Timestamp:
- May 27, 2011 3:24:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r37238 r37240 4360 4360 ifeq ($(KBUILD_TARGET),linux) # As few libs as possible on linux. 4361 4361 TEMPLATE_VBOXGUESTR3EXE_LIBS = pthread rt m 4362 endif 4363 if1of ($(KBUILD_TARGET), freebsd netbsd openbsd) 4362 else if1of ($(KBUILD_TARGET), freebsd netbsd openbsd) 4364 4363 TEMPLATE_VBOXGUESTR3EXE_LIBS = $(TEMPLATE_VBOXR3EXE_LIBS) iconv 4364 else ifeq ($(KBUILD_TARGET), solaris) 4365 TEMPLATE_VBOXGUESTR3EXE_LIBS = $(TEMPLATE_VBOXR3EXE_LIBS) nsl 4365 4366 endif 4366 4367
Note:
See TracChangeset
for help on using the changeset viewer.