File: Framework-mapping.plist

package info (click to toggle)
gnustep-xcode 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,168 kB
  • sloc: objc: 9,258; sh: 61; makefile: 20
file content (20 lines) | stat: -rw-r--r-- 794 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
        "## Comment" = "This file defines frameworks which are mapped or ignored";
        
        Mapped = {
                Cocoa = "`gnustep-config --gui-libs`";
                Foundation = "`gnustep-config --base-libs`";
                AppKit = "`gnustep-config --gui-libs`";
                CoreFoundation = "-lgnustep-corebase";
                CoreGraphics = "-lopal";
                Carbon = "-lgnustep-boron -lgnustep-corebase -lopal -licui18n";
                OpenGL = "-lGL -lGLU";
                libobjc.A = "-lobjc";
                libiconv.2 = "";
        };
        
        Ignored = ("IOKit", "Quartz", "QuartzCore",
                   "QuickTime", "ApplicationServices",
                   "SystemConfiguration", "Security",
                   "libiconv.2","liby");
}