On Mar 16, 2005, at 3:45 PM, Marc Br�nink wrote:

Hi List,

finally we managed it to compile & install a small but evil framework under MS Windows. So we got a myFramework.dll. But now the next problem arises: How to link a program against this framework? I tried something like -lmyFramework but this did not work. Probably I am just too tired and too beat-up. Could someone help please.

I don't think there is a good way to do it now. Particularly on Windows. You probably need to specify the location of the framework as well...

ADDITIONAL_TOOL_LIBS += -lmyFramework
ADDITIONAL_LIB_DIRS += -L../Frameworks/myFramework.framework/Current/....
ADDITIONAL_INCLUDE_DIRS += -I../Frameworks/...




_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to