Changeset 41721 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jun 14, 2012 6:50:22 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78529
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk
r41705 r41721 53 53 VBoxGuest_INCS.linux = ../../../Runtime/r0drv/linux 54 54 ifeq ($(KBUILD_HOST),solaris) 55 VBoxGuest_LDFLAGS.solaris += -N misc/ctf55 VBoxGuest_LDFLAGS.solaris += -N misc/ctf 56 56 else 57 VBoxGuest_SOURCES.solaris = solaris/deps.s58 solaris/deps.s_ASFLAGS= -f bin -g null57 VBoxGuest_SOURCES.solaris = solaris/deps.s 58 VBoxGuest_solaris/deps.s_ASFLAGS = -f bin -g null 59 59 endif 60 60 ifneq ($(KBUILD_TARGET),os2)
Note:
See TracChangeset
for help on using the changeset viewer.