Changeset 107122 in vbox for trunk/src/libs
- Timestamp:
- Nov 22, 2024 3:42:33 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/zlib-1.2.13/Makefile.kmk
r106855 r107122 71 71 # Builds a Windows DLL in a separate tree so that it can be found by the scons build system. 72 72 # Required for building NSIS (Windows Guest Additions installer) from source. 73 if defined(VBOX_WITH_ADDITIONS) ||!defined(VBOX_WITHOUT_ADDITIONS)73 if defined(VBOX_WITH_ADDITIONS) && !defined(VBOX_WITHOUT_ADDITIONS) 74 74 DLLS.win += nsis-zlib-dll 75 75 nsis-zlib-dll_EXTENDS := VBox-zlib … … 89 89 nsis-zlib-install_SOURCES = \ 90 90 $(nsis-zlib-dll_1_TARGET) \ 91 $(basename $(nsis-zlib-dll_1_TARGET)).lib=>lib/zlib.lib \ 92 $(basename $(nsis-zlib-dll_1_TARGET)).lib=>lib/zlib1.lib \ 93 zconf.h=>include/zconf.h \ 94 zlib.h=>include/zlib.h 91 $(basename $(nsis-zlib-dll_1_TARGET)).lib=>zdll.lib \ 92 zconf.h \ 93 zlib.h 95 94 endif 96 95
Note:
See TracChangeset
for help on using the changeset viewer.