Restricting exported symbols from a library?
Restricting exported symbols from a library?
- Subject: Restricting exported symbols from a library?
- From: Pierre-Olivier Latour <email@hidden>
- Date: Sun, 03 Nov 2002 18:20:21 -0800
Hi,
How do you simply specify in Project Builder which symbols should be
exported when building a library (I do not want to use an .exp file, because
it's complicated to maintain).
Basically I want no symbol to be exported unless the code is between:
#pragma export on
and
#pragma export off
How do I that in PB?
_____________________________________________________________
Pierre-Olivier Latour email@hidden
Palo Alto, USA
http://www.pol-online.net
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.