mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
Static linking file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11168 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d15a55ee08
commit
9ba621a145
1 changed files with 10 additions and 0 deletions
10
Source/linking.m
Normal file
10
Source/linking.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
void __objc_gui_linking(void)
|
||||
{
|
||||
[GSFontInfo class];
|
||||
[NSBezierPath class];
|
||||
[NSStepper class];
|
||||
}
|
Loading…
Reference in a new issue