VirtualBox

Changeset 96271 in vbox


Ignore:
Timestamp:
Aug 17, 2022 4:48:42 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153085
Message:

IPRT: Don't include the windows error defines in the static libraries as it isn't used too much (compared to the VBox ones) and takes up quite a bit of space (30% for the valkit tstUtf8.exe). We can lookup windows error codes manually when looking into logs/errors including them. If we find some way of stripping them down and/or implement better compression, we can reconsider this. [oops] bugref:10195

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r96269 r96271  
    17891789RuntimeR3_TEMPLATE = VBoxR3Static
    17901790RuntimeR3_EXTENDS  = RuntimeBaseR3
    1791 #RuntimeR3_DEFS.win = $(RuntimeBaseR3_DEFS.win) IPRT_NO_WIN_ERROR_DATA
     1791RuntimeR3_DEFS.win = $(RuntimeBaseR3_DEFS.win) IPRT_NO_WIN_ERROR_DATA
    17921792ifdef VBOX_WITH_NOCRT_STATIC
    17931793 if1of ($(KBUILD_TARGET), win)
Note: See TracChangeset for help on using the changeset viewer.

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