VirtualBox

Changeset 107223 in vbox for trunk/src/libs


Ignore:
Timestamp:
Dec 4, 2024 12:54:46 PM (6 weeks ago)
Author:
vboxsync
Message:

libs/zlib-1.2.13: Make sure to compile the nsis-zlib-dll (Windows x86) target without any modern CPU instructions (SSE, ++), to also allow running on ancient Windows OSes (i.e. NT4). bugref:10761

File:
1 edited

Legend:

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

    r107122 r107223  
    7878 nsis-zlib-dll_INSTTYPE    := none
    7979 nsis-zlib-dll_DEFS        := ZLIB_DLL $(VBox-zlib_DEFS)
     80 nsis-zlib-dll_CFLAGS.win.x86   = $(VBox-zlib_CFLAGS.win.x86) /arch:IA32
     81 nsis-zlib-dll_CXXFLAGS.win.x86 = $(VBox-zlib_CXXFLAGS.win.x86) /arch:IA32
     82 nsis-zlib-dll_PCHFLAGS.win.x86 = $(VBox-zlib_PCHFLAGS.win.x86) /arch:IA32
    8083 nsis-zlib-dll_SOURCES.win := \
    8184        win32/zlib1.rc \
     
    9598
    9699include $(FILE_KBUILD_SUB_FOOTER)
    97 
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