- Timestamp:
- Jan 21, 2023 10:47:27 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r98185 r98186 7338 7338 -compatibility_version $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) 7339 7339 7340 # x86 version of VBoxMainComp 7340 7341 TEMPLATE_VBoxMainComp-x86 = 32-bit VBox Main Component (shared library) 7341 7342 TEMPLATE_VBoxMainComp-x86_EXTENDS = VBoxMainComp … … 7370 7371 # This is the VBoxMainExe template only with a different install dir. 7371 7372 # 7372 TEMPLATE_VB OXMAINTSTEXE= VBox Main Testcase Exe7373 TEMPLATE_VB OXMAINTSTEXE_EXTENDS = VBoxMainExe7374 TEMPLATE_VB OXMAINTSTEXE_INST = $(INST_TESTCASE)7373 TEMPLATE_VBoxMainTstExe = VBox Main Testcase Exe 7374 TEMPLATE_VBoxMainTstExe_EXTENDS = VBoxMainExe 7375 TEMPLATE_VBoxMainTstExe_INST = $(INST_TESTCASE) 7375 7376 ifdef VBOX_WITH_RUNPATH 7376 TEMPLATE_VB OXMAINTSTEXE_LDFLAGS = '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RUNPATH)' $(TEMPLATE_VBoxMainExe_LDFLAGS)7377 TEMPLATE_VBoxMainTstExe_LDFLAGS = '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RUNPATH)' $(TEMPLATE_VBoxMainExe_LDFLAGS) 7377 7378 else ifdef VBOX_WITH_RELATIVE_RUNPATH 7378 TEMPLATE_VB OXMAINTSTEXE_LDFLAGS = '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RELATIVE_RUNPATH)/..' $(TEMPLATE_VBoxMainExe_LDFLAGS)7379 TEMPLATE_VBoxMainTstExe_LDFLAGS = '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RELATIVE_RUNPATH)/..' $(TEMPLATE_VBoxMainExe_LDFLAGS) 7379 7380 endif 7380 7381 if "$(KBUILD_TARGET)" == "win" && defined(VBOX_SIGNING_MODE) 7381 TEMPLATE_VB OXMAINTSTEXE_POST_CMDS =7382 TEMPLATE_VBoxMainTstExe_POST_CMDS = 7382 7383 endif 7383 7384 -
trunk/src/VBox/Main/testcase/Makefile.kmk
r98128 r98186 325 325 326 326 INSTALLS += tstUnattendedScriptFiles 327 tstUnattendedScriptFiles_TEMPLATE = VB OXMAINTSTEXE327 tstUnattendedScriptFiles_TEMPLATE = VBoxMainTstExe 328 328 tstUnattendedScriptFiles_SOURCES = \ 329 329 tstUnattendedScript-1.template \
Note:
See TracChangeset
for help on using the changeset viewer.