mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-23 00:37:41 +00:00
chore(developer): set flag_use_new_kmcomp to only use kmcmpdll...and back to kmcmplib
This commit is contained in:
parent
814942c597
commit
674f49e879
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ BOOL AddCompileMessage(DWORD msg)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
bool flag_use_new_kmcomp = true; // flag to switch to kmcompx
|
||||
bool flag_use_new_kmcomp = false; // flag to switch to kmcompx
|
||||
|
||||
extern "C" BOOL __declspec(dllexport) SetCompilerOptions(PCOMPILER_OPTIONS options) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue