The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: ceeac on April 28, 2020, 01:28:23 PM

Title: Fix for minor Makefile issues
Post by: ceeac on April 28, 2020, 01:28:23 PM
This fixes several minor Makefile issues:
I also enabled building makeobj and nettool by default to catch possible compile errors early, but this can be easily disabled by modifying the all target.
Title: Re: Fix for minor Makefile issues
Post by: prissi on April 29, 2020, 01:09:33 PM
Usually I clean after building simutrans before building makeobj, since the flags are different for the debug module simdebug.cc (at least that was the case for a long time). I am not sure building all in one will generate a working binary.

So the default build is to build simutrans only. Incorporated in r 9056.

NB: Since I updated Mingw, the make file and compiler runs at snails pace. I need nearly an hour to compile simutrans now.

EDIT: The svn call was done before each compilation thanks to quotes. Without it runs as fast as before ...