aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2021-02-09Flag for gcc 10 compatibilityJuan J. Martinez
2021-02-09Fixes in Makefile when detecting Windows OSJuan J. Martinez
2021-01-25Reviewed makefilesJuan J. Martinez
2021-01-25Better compatibility with WindowsJuan J. Martinez
2021-01-18Better windows supportJuan J. Martinez
2021-01-18Follow rasm instructions to compileJuan J. Martinez
2021-01-18Fixes for windows compatibility.Juan J. Martinez
Although it is running on windows, we need a POSIX layer, so we'll use forward slashes. Also clean the lines.
2021-01-11Added missing directoryJuan J. Martinez
2021-01-09Extra libs: ap.libJuan J. Martinez
aPLib support with apultra.
2021-01-04Better helpJuan J. Martinez
Include will be used once, but multiple directories can be provided using : as separator; e.g. -I dir1:dir2:dir3
2021-01-03More accurateJuan J. Martinez
2021-01-03Ensure that the files are always processed in the same orderJuan J. Martinez
This is important to detect if the deps have changed.
2021-01-03Only report if verboseJuan J. Martinez
2021-01-03Added a dep generating tool that should be multi-platformJuan J. Martinez
Making thins easier in windows.
2021-01-02Flicker friendly sorting of entitiesJuan J. Martinez
It may not make a big difference if entities can move vertically freely, but in some cases may be better.
2020-12-30Initial import1.0Juan J. Martinez