Changeset 107224 in vbox
- Timestamp:
- Dec 4, 2024 1:19:11 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/zlib-1.2.13/Makefile.kmk
r107223 r107224 78 78 nsis-zlib-dll_INSTTYPE := none 79 79 nsis-zlib-dll_DEFS := ZLIB_DLL $(VBox-zlib_DEFS) 80 # Note! We need to build the NSIS variant of zlib without any modern x86 CPU instructions (SSE, ++) being used, 81 # to avoid breaking things on ancient Windows (guest) OSes. 80 82 nsis-zlib-dll_CFLAGS.win.x86 = $(VBox-zlib_CFLAGS.win.x86) /arch:IA32 81 83 nsis-zlib-dll_CXXFLAGS.win.x86 = $(VBox-zlib_CXXFLAGS.win.x86) /arch:IA32
Note:
See TracChangeset
for help on using the changeset viewer.