Changeset 98395 in vbox for trunk/src/libs/zlib-1.2.13/Makefile.kmk
- Timestamp:
- Feb 1, 2023 2:37:00 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/zlib-1.2.13/Makefile.kmk
r98103 r98395 30 30 31 31 LIBRARIES += VBox-zlib 32 if1of ($(KBUILD_TARGET), os2 win)32 if1of ($(KBUILD_TARGET), os2 win) 33 33 # only required for vbox-img 34 34 LIBRARIES += VBox-zlib-static … … 59 59 VBox-zlib-static_DEFS = $(VBox-zlib_DEFS) 60 60 ifdef VBOX_WITH_NOCRT_STATIC 61 VBox-zlib-static_DEFS += IPRT_NO_CRT_FOR_3RD_PARTY61 VBox-zlib-static_DEFS += IPRT_NO_CRT_FOR_3RD_PARTY 62 62 endif 63 63 VBox-zlib-static_SOURCES = $(VBox-zlib_SOURCES)
Note:
See TracChangeset
for help on using the changeset viewer.