mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 19:20:41 +03:00
hamcorebuilder: include all files on Windows
This commit is contained in:
parent
fe71635603
commit
5fe90bb180
@ -164,7 +164,11 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
Print("\nProcessing...\n");
|
Print("\nProcessing...\n");
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
|
BuildHamcore(dst_filename, src_dir, false);
|
||||||
|
#else
|
||||||
BuildHamcore(dst_filename, src_dir, true);
|
BuildHamcore(dst_filename, src_dir, true);
|
||||||
|
#endif
|
||||||
|
|
||||||
Print("\nDone.\n");
|
Print("\nDone.\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user