-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2024-10-17 15:04 UTC+0200 Aleksander Czajczynski (hb fki.pl)
* .github/workflows/windows-ci.yml * update windows MSYS2 integration runner set of requested packages. PGSQL, Firebird and MariaDB libs are no longer available in the 32-bit environment + add clang x86_64 compiler for testing under this CI * include/harbour.hbx * include/hbapi.h * src/common/hbver.c * src/harbour.def * src/rtl/version.c ! fixed Windows 11 detection, by vendor likings it has NT Kernel Version stamped with 10.0, so now Build Number is more significant as a recognition factor. + new C helper functions hb_winisbuild(), hb_iswin11() + added PRG function hb_osIsWin11() * also try to detect new Windows Server versions * config/win/clang.mk * utils/hbmk2/hbmk2.prg * ChangeLog.txt ! recursion happening in the Makefiles rendered recently introduced compatibility option unreliable. Changed to use separate variable: HB_USER_FIXES=--mingw-script You don't need it, the problem shouldn't exist, but anyway...
- Loading branch information
Showing
9 changed files
with
176 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.