gnustep / tools-make

The makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project.
https://www.gnustep.org/
GNU General Public License v3.0
29 stars 43 forks source link

Check for objc.dll to support libobjc2 on Windows. #12

Closed triplef closed 3 years ago

triplef commented 3 years ago

This is the library file name used by libobjc2 on Windows. Fixes having to manually specify library and header search paths.

triplef commented 3 years ago

Yeah I think this might only work with the most recent MinGW-w64 and/or clang, which is great though.

I plan on adding this to Travis as well, although currently Base still fails linking libobjc2 (see my mailing list message from yesterday).