]> git.tdb.fi Git - builder.git/commit
Explicitly add -lmingw32 before any other libraries
authorMikko Rasa <tdb@tdb.fi>
Fri, 16 Sep 2016 22:32:45 +0000 (01:32 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 16 Sep 2016 22:32:45 +0000 (01:32 +0300)
commit36f162eedf3772d2c0373651795e7e38b6d28fb4
tree50460f551f0c8c1a240d4c227c1ca1e7c481fdd7
parent407b96515a5246384847d1835a2d69704e941ea1
Explicitly add -lmingw32 before any other libraries

This fixes linking when WinMain() is in a library (such as libmspcore)
and shouldn't be harmful when it isn't.
source/gnulinker.cpp