Changeset 82618 in vbox for trunk/src/VBox/Additions/WINNT/Installer
- Timestamp:
- Dec 18, 2019 2:33:10 PM (5 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Installer/InstallHelper/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/InstallHelper/testcase/Makefile.kmk
r82616 r82618 25 25 # 26 26 PROGRAMS.x86 += tstWinAdditionsInstallHelper 27 tstWinAdditionsInstallHelper_TEMPLATE = VB OXR3TSTEXE27 tstWinAdditionsInstallHelper_TEMPLATE = VBoxGuestR3Exe 28 28 tstWinAdditionsInstallHelper_SOURCES = tstWinAdditionsInstallHelper.cpp 29 29 tstWinAdditionsInstallHelper_DEFS = _WIN32_WINNT=0x0400 WIN32_LEAN_AND_MEAN=1 TESTCASE 30 tstWinAdditionsInstallHelper_LIBS = $(LIB_RUNTIME)31 30 32 31 endif # VBOX_WITH_TESTCASES 33 32 34 33 include $(FILE_KBUILD_SUB_FOOTER) 35 -
trunk/src/VBox/Additions/WINNT/Installer/InstallHelper/testcase/tstWinAdditionsInstallHelper.cpp
r82617 r82618 127 127 RTProcGetExecutablePath(szGuestInstallHelperDll, sizeof(szGuestInstallHelperDll)); 128 128 129 /** @todo This ASSUMES that th e testcase always is located in the separate "testcase" sub directory129 /** @todo This ASSUMES that this testcase always is located in the separate "bin/additions" sub directory 130 130 * and that we currently always repack the Guest Additions stuff in a separate directory. 131 131 * Might need some more tweaking ... */
Note:
See TracChangeset
for help on using the changeset viewer.