Changeset 107325 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Dec 13, 2024 6:11:36 PM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 166356
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/Config.kmk
r107318 r107325 52 52 # static version of our own libraries and not the system libs. 53 53 # 54 # HACK ALERT! The changing of .text to .x86code is to prevent some stupid AV55 # software from falsly classifying bs3-timing-1.exe as problmatic56 # and tripping up the signing process. The .rdata -> .rodata is57 # probably not needed (but could help since changing the amount58 # of string data generated from */err.h makes a difference).59 #60 54 TEMPLATE_VBoxValidationKitR3Base = VBox Validation Kit ring-3 program base, both guest and host. 61 55 TEMPLATE_VBoxValidationKitR3Base_EXTENDS = VBoxR3Static 62 56 ifeq ($(KBUILD_TARGET),win) 63 57 TEMPLATE_VBoxValidationKitR3Base_LDFLAGS = $(filter-out -IntegrityCheck, $(TEMPLATE_VBoxR3Static_LDFLAGS)) 64 TEMPLATE_VBoxValidationKitR3Base_LDFLAGS.x86 = $(TEMPLATE_VBoxR3Static_LDFLAGS.x86) -Merge:.rdata=.rodata -Merge:.text=.x86code65 TEMPLATE_VBoxValidationKitR3Base_LDFLAGS.amd64 = $(TEMPLATE_VBoxR3Static_LDFLAGS.amd64) -Merge:.rdata=.rodata -Merge:.text=.x86code66 58 else ifn1of ($(KBUILD_TARGET), darwin solaris win) 67 59 TEMPLATE_VBoxValidationKitR3Base_CFLAGS = $(filter-out -static, $(TEMPLATE_VBoxR3Static_CFLAGS))
Note:
See TracChangeset
for help on using the changeset viewer.