aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2021-11-07cleanup, make main components optional at compile timeJan200101
2021-07-22invoke shell once to get c and lib flagsJan200101
2021-07-07correct main target to compile with C compiler, remove mentions of test targetJan200101
2021-07-04fix wrong comparison, remove whitespace, add Makefile and DoxyfileJan200101
2020-10-05Use Meson build systemMasanori Kakura
2020-09-05Update Makefile to make the life of packagers easierJan200101
2020-09-05bump version0.1.5Jan200101
2020-09-04remove documentation and test targetJan200101
test target will possibly be added back at a later date
2020-08-18first part of a proper lutris implementation and cleanup0.1.4Jan200101
- remove all old build platform related variables - change behavior of clean - change tabs into spaces - make XDG fetching method static - replace strcpy and cat with strn alternative with proper bounds checking - add cache dir - reenable dxvk and download from ram - completely rework lutris fetching and convert it into an interal struct - only show http errors in debug - add sanity checks to methods with possible NULL return - change extracting methods to extract tar from ram
2020-08-10a lot of changes […]0.1.3Jan200101
- go to next entry of argv and decrement argc the deeper it goes - add basic lutris functionality - remove "help" from help message and as a command - replace all stderr prints with stdout prints (usually stderr is better for directly informing the user but in this case I don't think it will help much) - add libarchive dependency to the README - bump version number
2020-07-31implement running wine from polecat and more0.1.2Jan200101
- implement running wine from polecat directly and pass all arguments to wine (default wine prefix is still $HOME/.wine) - add command to list installed wine versions (lists all directories, needs to be improved) - rename wine install to wine download - replace deprecated support_compression_all with support_filter_all - comment out DXVK command until its further implemented - use PATH_MAX for strings holding paths
2020-07-31implement config dirs and unpack tars to them0.1.1Jan200101
2020-07-30Initial commit0.1.0Jan200101