Changeset 16163 in vbox
- Timestamp:
- Jan 22, 2009 1:19:06 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41905
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r16015 r16163 171 171 endif 172 172 RuntimeR3_INCS = \ 173 include \ 173 include 174 ifdef VBOX_WITH_NEW_LIBLZF 175 RuntimeR3_INCS += \ 176 $(PATH_ROOT)/src/libs/liblzf-3.4 177 else 178 RuntimeR3_INCS += \ 174 179 $(PATH_ROOT)/src/libs/liblzf-1.51 180 endif 175 181 ifdef IPRT_WITH_KSTUFF 176 182 RuntimeR3_INCS += \ -
trunk/src/libs/Makefile.kmk
r15897 r16163 30 30 31 31 # Compression libs used by IPRT and <what was it again?>. 32 include $(PATH_SUB_CURRENT)/liblzf-1.51/Makefile.kmk 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 33 37 if !defined(VBOX_ONLY_SDK) \ 34 38 && "$(SDK_VBOX_ZLIB_INCS)" == "$(PATH_ROOT)/src/libs/zlib-1.2.1"
Note:
See TracChangeset
for help on using the changeset viewer.