Changeset 106146 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Sep 25, 2024 8:41:40 AM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 164925
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/InstallHelper/testcase/Makefile.kmk
r106061 r106146 26 26 # 27 27 28 SUB_DEPTH = ../../../../.. 28 SUB_DEPTH = ../../../../../../.. 29 29 include $(KBUILD_PATH)/subheader.kmk 30 30 31 31 ifdef VBOX_WITH_TESTCASES 32 # 33 # As the testcases use the DLL directly and plugins for NSIS *always* are 32-bit, 34 # we also have to use a 32-bit testcase here. 35 # 36 PROGRAMS.x86 += tstWinAdditionsInstallHelper 32 PROGRAMS += tstWinAdditionsInstallHelper 37 33 tstWinAdditionsInstallHelper_TEMPLATE = VBoxGuestR3Exe 38 34 tstWinAdditionsInstallHelper_SOURCES = tstWinAdditionsInstallHelper.cpp
Note:
See TracChangeset
for help on using the changeset viewer.