Changeset 51770 in vbox for trunk/src/recompiler
- Timestamp:
- Jul 1, 2014 6:14:02 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/bird/hardenedwindows (added) merged: 92692-94610
- Property svn:mergeinfo changed
-
trunk/src/recompiler/Makefile.kmk
r47423 r51770 143 143 144 144 VBoxRemPrimary_LDFLAGS.solaris = -mimpure-text 145 VBoxRemPrimary_POST_CMDS = $(VBOX_SIGN_IMAGE_CMDS) 145 ifdef 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) 150 else 151 VBoxRemPrimary_POST_CMDS = $(VBOX_SIGN_IMAGE_CMDS) 152 endif 146 153 147 154
Note:
See TracChangeset
for help on using the changeset viewer.