Merge pull request #4410 from hpwamr/Mui_Beta

MUI - Minor update to check compilation of "grepWinNP3.exe"
This commit is contained in:
Pairi Daiza 2022-12-25 09:41:11 +01:00 committed by GitHub
commit 15071654f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,10 @@
#error Compile MiniPath x64 first
#endif
#ifnexist bindir + "\Release_x64_v143\grepWinNP3.exe"
#error Compile grepWinNP3 x64 first
#endif
#define app_name "Notepad3"
#define app_publisher "Rizonesoft"
#define app_version GetVersionNumbersString(bindir + "\Release_x64_v143\Notepad3.exe")

View File

@ -20,6 +20,10 @@
#error Compile MiniPath x86 first
#endif
#ifnexist bindir + "\Release_x86_v143\grepWinNP3.exe"
#error Compile grepWinNP3 x86 first
#endif
#define app_name "Notepad3"
#define app_publisher "Rizonesoft"
#define app_version GetVersionNumbersString(bindir + "\Release_x86_v143\Notepad3.exe")