When I try to build makeobj with mingw, it fails with a linker error saying that there are two undefined references to dr_time from simtools.cc.
Removing simtools from the Makefile removes this error. Is it needed? If it is fix would be to include simsys in makeobj.
I think it should not be needed there, as it only includes the random number tools. (Maybe we should rename it to simrand?)
The dr_time can be also deleted, it was just to force sim_async_rand to have different numbers in clients and servers.
If a C/C++ program compiles without a particular source file, it will almost certainly run fine without it. The leaner version of makeobj was able to build a pak that loaded just fine, though I haven't done any playtesting yet.
Remove it from kaeobj.
Thank you.