VirtualBox

Changeset 51770 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Jul 1, 2014 6:14:02 PM (10 years ago)
Author:
vboxsync
Message:

Merged in iprt++ dev branch.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/recompiler/Makefile.kmk

    r47423 r51770  
    143143
    144144VBoxRemPrimary_LDFLAGS.solaris = -mimpure-text
    145 VBoxRemPrimary_POST_CMDS       = $(VBOX_SIGN_IMAGE_CMDS)
     145ifdef VBOX_WITH_HARDENING
     146 VBoxRemPrimary_POST_CMDS      = \
     147        $(VBOX_VCC_EDITBIN) /LargeAddressAware /DynamicBase /NxCompat /Release /IntegrityCheck \
     148                /Version:$(VBOX_VERSION_MAJOR)0$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) "$(out)" \
     149        $$(NLTAB)$(VBOX_SIGN_IMAGE_CMDS)
     150else
     151 VBoxRemPrimary_POST_CMDS      = $(VBOX_SIGN_IMAGE_CMDS)
     152endif
    146153
    147154
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