I have downloaded the sourcefiles from the openttd website. I have extracted them on my linux machine and made my desired modification.
I have successfully compiled it and it runs fine.
Now the tricky part:
I use this linux machine only for development, so I would like to play my new compiled game on windowsXP.
I have downloaded the cross-platform compiler from libsdl.org and tried to compile the source. First it gave me some errors on the network, zlib and png options. But after disabling this it gave me the following error:
windres -o winres.o ttd.rc
make: windres: Command not found
I looked for a file named windres.o .c or winres.o .c ... it seems this file is not in the package..
Am I making a mistake somewhere here, or is this file accidently forgotten in the package?
Please some responds here, Im dying to play the game
