-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2024-01-13 00:32 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
* make_bc.bat * make_clng.bat * make_gc.bat * make_gc64.bat * make_gnu.bat * make_mingw.sh * make_pc.bat * make_vc.bat * make_xc.bat * winmake/find_bc.bat * winmake/find_bison.bat * winmake/find_pc.bat * winmake/find_vc.bat * winmake/found_cc.bat * winmake/makefile.gc * winmake/mdir.bat * Cleanup and standardization * winmake/functions.bat * Renamed findInPath to rootOfAppInPath + Added Right, findInString, isStrInPath, isPathInPath + winmake/find_clng.bat + winmake/known.clng + Added auto detection support for MingW-CLang (work in progress)
- Loading branch information
Showing
20 changed files
with
911 additions
and
393 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,33 @@ | |
2002-12-01 23:12 UTC+0100 Foo Bar <[email protected]> | ||
*/ | ||
|
||
2024-01-13 00:32 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com> | ||
* make_bc.bat | ||
* make_clng.bat | ||
* make_gc.bat | ||
* make_gc64.bat | ||
* make_gnu.bat | ||
* make_mingw.sh | ||
* make_pc.bat | ||
* make_vc.bat | ||
* make_xc.bat | ||
* winmake/find_bc.bat | ||
* winmake/find_bison.bat | ||
* winmake/find_pc.bat | ||
* winmake/find_vc.bat | ||
* winmake/found_cc.bat | ||
* winmake/makefile.gc | ||
* winmake/mdir.bat | ||
* Cleanup and standardization | ||
|
||
* winmake/functions.bat | ||
* Renamed findInPath to rootOfAppInPath | ||
+ Added Right, findInString, isStrInPath, isPathInPath | ||
|
||
+ winmake/find_clng.bat | ||
+ winmake/known.clng | ||
+ Added auto detection support for MingW-CLang (work in progress) | ||
|
||
2024-01-11 01:55 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com> | ||
* bin/bld.bat | ||
+ Added support for MingW-CLang | ||
|
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.