VirtualBox

Changeset 107363 in vbox


Ignore:
Timestamp:
Dec 18, 2024 3:55:19 PM (4 weeks ago)
Author:
vboxsync
Message:

libs/zlib/Makefile.kmk: nsis-zlib-dll isn't x86 specific, we'll need it for amd64 and arm64 as well if/when building NSIS for them. bugref:10761

File:
1 edited

Legend:

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

    r107245 r107363  
    7676 DLLS.win += nsis-zlib-dll
    7777 nsis-zlib-dll_EXTENDS      := VBox-zlib
    78  nsis-zlib-dll_BLD_TRG_ARCH := x86
    7978 nsis-zlib-dll_NAME         := zlib1
    8079 nsis-zlib-dll_TEMPLATE     := VBoxR3DllNonPedantic
     
    8382 # Note! We need to build the NSIS variant of zlib without any modern x86 CPU instructions (SSE, ++) being used,
    8483 #       to avoid breaking things on ancient Windows (guest) OSes.
    85  nsis-zlib-dll_CFLAGS.win   = /arch:IA32
    86  nsis-zlib-dll_CXXFLAGS.win = /arch:IA32
    87  nsis-zlib-dll_PCHFLAGS.win = /arch:IA32
     84 nsis-zlib-dll_CFLAGS.win.x86   = /arch:IA32
     85 nsis-zlib-dll_CXXFLAGS.win.x86 = /arch:IA32
     86 nsis-zlib-dll_PCHFLAGS.win.x86 = /arch:IA32
    8887 nsis-zlib-dll_SOURCES.win := \
    8988        win32/zlib1.rc \
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