compile/build from windows-commandline not identical with result from vc++

Added by ragnar-gd over 4 years ago

This is more of an observation, but nonetheless:

I used vc++ as in the description to build/compile, send a "dir"-command on the "build"-directory, and diff'ed against the result from nmake/JOM on the commandline.

The result is not identical.

This is especially important for the corrections in "shard_start.bat" et.al., which have to be different, depending of the way of building.

Most notable difference is the use of the subdir "release" when compiling from vc++, of course, but there is more.

Unfortunately i'm not an expert with makefiles, so i don't have an idea how to rectify this.

And of course, i may have made an error, so this may as well be just an artifact of my stupidity (the latter a time-proven fact).

If you have spare time, you may have a look at it yourself.