VirtualBox

Changeset 107122 in vbox for trunk/src/libs


Ignore:
Timestamp:
Nov 22, 2024 3:42:33 PM (8 weeks ago)
Author:
vboxsync
Message:

src/libs/zlib: Tweaks for building NSIS. bugref:10791

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/zlib-1.2.13/Makefile.kmk

    r106855 r107122  
    7171# Builds a Windows DLL in a separate tree so that it can be found by the scons build system.
    7272# Required for building NSIS (Windows Guest Additions installer) from source.
    73 if defined(VBOX_WITH_ADDITIONS) || !defined(VBOX_WITHOUT_ADDITIONS)
     73if defined(VBOX_WITH_ADDITIONS) && !defined(VBOX_WITHOUT_ADDITIONS)
    7474 DLLS.win += nsis-zlib-dll
    7575 nsis-zlib-dll_EXTENDS     := VBox-zlib
     
    8989 nsis-zlib-install_SOURCES   = \
    9090        $(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
    9594endif
    9695
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette