Changeset 94853 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 5, 2022 2:50:50 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151253
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/Config.kmk
r93115 r94853 44 44 TEMPLATE_VBoxValidationKitR3Base = VBox Validation Kit ring-3 program base, both guest and host. 45 45 TEMPLATE_VBoxValidationKitR3Base_EXTENDS = VBoxR3Static 46 ifn1of ($(KBUILD_TARGET), darwin solaris win) 46 ifeq ($(KBUILD_TARGET),win) 47 TEMPLATE_VBoxValidationKitR3Base_LDFLAGS = $(filter-out -IntegrityCheck, $(TEMPLATE_VBoxR3Static_LDFLAGS)) 48 else ifn1of ($(KBUILD_TARGET), darwin solaris win) 47 49 TEMPLATE_VBoxValidationKitR3Base_CFLAGS = $(filter-out -static, $(TEMPLATE_VBoxR3Static_CFLAGS)) 48 50 TEMPLATE_VBoxValidationKitR3Base_CXXFLAGS = $(filter-out -static, $(TEMPLATE_VBoxR3Static_CXXFLAGS))
Note:
See TracChangeset
for help on using the changeset viewer.