VirtualBox

Changeset 22777 in vbox


Ignore:
Timestamp:
Sep 4, 2009 1:10:12 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
51955
Message:

Config.kmk,Makefiles,liblzf-1.51: Removed src/lib/liblzf-1.51 and VBOX_WITH_NEW_LIBLZF.

Location:
trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r22630 r22777  
    504504 endif
    505505endif
    506 # Use the new version of liblzf. Remove with the old liblzf.
    507 VBOX_WITH_NEW_LIBLZF = 1
    508506
    509507## For experimenting with disabling preemption instead of interrupts
  • trunk/src/VBox/Runtime/Makefile.kmk

    r22683 r22777  
    187187        include \
    188188        $(SDK_VBOX_ZLIB_INCS)
    189 ifdef VBOX_WITH_NEW_LIBLZF
    190189RuntimeR3_INCS         += \
    191190        $(PATH_ROOT)/src/libs/liblzf-3.4
    192 else
    193 RuntimeR3_INCS         += \
    194         $(PATH_ROOT)/src/libs/liblzf-1.51
    195 endif
    196191ifdef IPRT_WITH_KSTUFF
    197192 RuntimeR3_INCS        += \
  • trunk/src/libs/Makefile.kmk

    r21097 r22777  
    3030
    3131# Compression libs used by IPRT and <what was it again?>.
    32 ifdef VBOX_WITH_NEW_LIBLZF
    33  include $(PATH_SUB_CURRENT)/liblzf-3.4/Makefile.kmk
    34 else
    35  include $(PATH_SUB_CURRENT)/liblzf-1.51/Makefile.kmk
    36 endif
     32include $(PATH_SUB_CURRENT)/liblzf-3.4/Makefile.kmk
    3733if !defined(VBOX_ONLY_SDK) \
    3834 && "$(SDK_VBOX_ZLIB_INCS)" == "$(PATH_ROOT)/src/libs/zlib-1.2.1"
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette