Changeset 22777 in vbox
- Timestamp:
- Sep 4, 2009 1:10:12 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51955
- Location:
- trunk
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r22630 r22777 504 504 endif 505 505 endif 506 # Use the new version of liblzf. Remove with the old liblzf.507 VBOX_WITH_NEW_LIBLZF = 1508 506 509 507 ## For experimenting with disabling preemption instead of interrupts -
trunk/src/VBox/Runtime/Makefile.kmk
r22683 r22777 187 187 include \ 188 188 $(SDK_VBOX_ZLIB_INCS) 189 ifdef VBOX_WITH_NEW_LIBLZF190 189 RuntimeR3_INCS += \ 191 190 $(PATH_ROOT)/src/libs/liblzf-3.4 192 else193 RuntimeR3_INCS += \194 $(PATH_ROOT)/src/libs/liblzf-1.51195 endif196 191 ifdef IPRT_WITH_KSTUFF 197 192 RuntimeR3_INCS += \ -
trunk/src/libs/Makefile.kmk
r21097 r22777 30 30 31 31 # 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 32 include $(PATH_SUB_CURRENT)/liblzf-3.4/Makefile.kmk 37 33 if !defined(VBOX_ONLY_SDK) \ 38 34 && "$(SDK_VBOX_ZLIB_INCS)" == "$(PATH_ROOT)/src/libs/zlib-1.2.1"
Note:
See TracChangeset
for help on using the changeset viewer.