Changeset 16163 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jan 22, 2009 1:19:06 PM (16 years ago)
- File:
-
- 1 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 += \
Note:
See TracChangeset
for help on using the changeset viewer.