Are people able to help? Never really used Pascal before but I'm trying to compile an old project from GitHub. This is the repo....
https://github.com/ijsf/at2 I'm sure many here will know all about trackers and adlib soundcards which I'm quite obsessed with currently 😀. Anyway, I had to edit one file as the makefile failed as adtrack2.pas seemed to incorrectly reference one filename extension (see image). I altered it to adtrack2.rc as per file in the repo. After that I got it to compile albeit with a few warnings using make command in Freepascal. However, compiler didn't seem to spit out an .exe file. I'm not sure what I'm doing wrong but I was expecting to get a .exe to run the software on dosbox or something? Hopefully I've explained enough for you to understand my problem. Many thanks.