mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ fix: VS2019 VC (v142) compiler output directory for tests
This commit is contained in:
parent
12c4df0cad
commit
aef1fd9648
@ -7,8 +7,8 @@ set CWD=%CD%
|
||||
set TEST_DIR=%SCRIPTDIR%_TESTDIR\
|
||||
set TEST_LOG=test.log
|
||||
set NP3_CONFIG_DIR=%SCRIPT_DIR%config\
|
||||
set NP3_WIN32_DIR=%SCRIPT_DIR%..\Bin\Release_x86_v141\
|
||||
set NP3_X64_DIR=%SCRIPT_DIR%..\Bin\Release_x64_v141\
|
||||
set NP3_WIN32_DIR=%SCRIPT_DIR%..\Bin\Release_x86_v142\
|
||||
set NP3_X64_DIR=%SCRIPT_DIR%..\Bin\Release_x64_v142\
|
||||
|
||||
set AHK_EXE=%ProgramW6432%/AutoHotkey/AutoHotkeyU32.exe
|
||||
set AHK_EXE32=%ProgramFiles(x86)%/AutoHotkey/AutoHotkeyU32.exe
|
||||
|
||||
Loading…
Reference in New Issue
Block a user