misc/libfreetype/builds/mac/ftlib.prj.xml
author koda
Thu, 25 Jul 2013 23:16:06 +0200
changeset 9371 f3840de881bd
parent 5172 88f2e05288ba
permissions -rw-r--r--
strip out our copy of libtremor SDL2_mixer comes with a more updated, better integrated version
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5172
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     2
<?codewarrior exportversion="1.0.1" ideversion="5.0" ?>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     3
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     4
<!DOCTYPE PROJECT [
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     5
<!ELEMENT PROJECT (TARGETLIST, TARGETORDER, GROUPLIST, DESIGNLIST?)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     6
<!ELEMENT TARGETLIST (TARGET+)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     7
<!ELEMENT TARGET (NAME, SETTINGLIST, FILELIST?, LINKORDER?, SEGMENTLIST?, OVERLAYGROUPLIST?, SUBTARGETLIST?, SUBPROJECTLIST?, FRAMEWORKLIST?, PACKAGEACTIONSLIST?)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     8
<!ELEMENT NAME (#PCDATA)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     9
<!ELEMENT USERSOURCETREETYPE (#PCDATA)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    10
<!ELEMENT PATH (#PCDATA)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    11
<!ELEMENT FILELIST (FILE*)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    12
<!ELEMENT FILE (PATHTYPE, PATHROOT?, ACCESSPATH?, PATH, PATHFORMAT?, ROOTFILEREF?, FILEKIND?, FILEFLAGS?)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    13
<!ELEMENT PATHTYPE (#PCDATA)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    14
<!ELEMENT PATHROOT (#PCDATA)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    15
<!ELEMENT ACCESSPATH (#PCDATA)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    16
<!ELEMENT PATHFORMAT (#PCDATA)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    17
<!ELEMENT ROOTFILEREF (PATHTYPE, PATHROOT?, ACCESSPATH?, PATH, PATHFORMAT?)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    18
<!ELEMENT FILEKIND (#PCDATA)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    19
<!ELEMENT FILEFLAGS (#PCDATA)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    20
<!ELEMENT FILEREF (TARGETNAME?, PATHTYPE, PATHROOT?, ACCESSPATH?, PATH, PATHFORMAT?)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    21
<!ELEMENT TARGETNAME (#PCDATA)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    22
<!ELEMENT SETTINGLIST ((SETTING|PANELDATA)+)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    23
<!ELEMENT SETTING (NAME?, (VALUE|(SETTING+)))>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    24
<!ELEMENT PANELDATA (NAME, VALUE)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    25
<!ELEMENT VALUE (#PCDATA)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    26
<!ELEMENT LINKORDER (FILEREF*)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    27
<!ELEMENT SEGMENTLIST (SEGMENT+)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    28
<!ELEMENT SEGMENT (NAME, ATTRIBUTES?, FILEREF*)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    29
<!ELEMENT ATTRIBUTES (#PCDATA)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    30
<!ELEMENT OVERLAYGROUPLIST (OVERLAYGROUP+)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    31
<!ELEMENT OVERLAYGROUP (NAME, BASEADDRESS, OVERLAY*)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    32
<!ELEMENT BASEADDRESS (#PCDATA)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    33
<!ELEMENT OVERLAY (NAME, FILEREF*)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    34
<!ELEMENT SUBTARGETLIST (SUBTARGET+)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    35
<!ELEMENT SUBTARGET (TARGETNAME, ATTRIBUTES?, FILEREF?)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    36
<!ELEMENT SUBPROJECTLIST (SUBPROJECT+)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    37
<!ELEMENT SUBPROJECT (FILEREF, SUBPROJECTTARGETLIST)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    38
<!ELEMENT SUBPROJECTTARGETLIST (SUBPROJECTTARGET*)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    39
<!ELEMENT SUBPROJECTTARGET (TARGETNAME, ATTRIBUTES?, FILEREF?)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    40
<!ELEMENT FRAMEWORKLIST (FRAMEWORK+)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    41
<!ELEMENT FRAMEWORK (FILEREF, LIBRARYFILE?, VERSION?)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    42
<!ELEMENT PACKAGEACTIONSLIST (PACKAGEACTION+)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    43
<!ELEMENT PACKAGEACTION (#PCDATA)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    44
<!ELEMENT LIBRARYFILE (FILEREF)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    45
<!ELEMENT VERSION (#PCDATA)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    46
<!ELEMENT TARGETORDER (ORDEREDTARGET|ORDEREDDESIGN)*>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    47
<!ELEMENT ORDEREDTARGET (NAME)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    48
<!ELEMENT ORDEREDDESIGN (NAME, ORDEREDTARGET+)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    49
<!ELEMENT GROUPLIST (GROUP|FILEREF)*>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    50
<!ELEMENT GROUP (NAME, (GROUP|FILEREF)*)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    51
<!ELEMENT DESIGNLIST (DESIGN+)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    52
<!ELEMENT DESIGN (NAME, DESIGNDATA)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    53
<!ELEMENT DESIGNDATA (#PCDATA)>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    54
]>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    55
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    56
<PROJECT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    57
    <TARGETLIST>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    58
        <TARGET>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    59
            <NAME>FreeTypeLib</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    60
            <SETTINGLIST>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    61
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    62
                <!-- Settings for "Source Trees" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    63
                <SETTING><NAME>UserSourceTrees</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    64
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    65
                <!-- Settings for "Access Paths" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    66
                <SETTING><NAME>AlwaysSearchUserPaths</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    67
                <SETTING><NAME>InterpretDOSAndUnixPaths</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    68
                <SETTING><NAME>RequireFrameworkStyleIncludes</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    69
                <SETTING><NAME>SourceRelativeIncludes</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    70
                <SETTING><NAME>UserSearchPaths</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    71
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    72
                        <SETTING><NAME>SearchPath</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    73
                            <SETTING><NAME>Path</NAME><VALUE>:</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    74
                            <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    75
                            <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    76
                        </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    77
                        <SETTING><NAME>Recursive</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    78
                        <SETTING><NAME>FrameworkPath</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    79
                        <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    80
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    81
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    82
                        <SETTING><NAME>SearchPath</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    83
                            <SETTING><NAME>Path</NAME><VALUE>:::include:</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    84
                            <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    85
                            <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    86
                        </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    87
                        <SETTING><NAME>Recursive</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    88
                        <SETTING><NAME>FrameworkPath</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    89
                        <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    90
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    91
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    92
                        <SETTING><NAME>SearchPath</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    93
                            <SETTING><NAME>Path</NAME><VALUE>:::src:</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    94
                            <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    95
                            <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    96
                        </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    97
                        <SETTING><NAME>Recursive</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    98
                        <SETTING><NAME>FrameworkPath</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    99
                        <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   100
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   101
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   102
                        <SETTING><NAME>SearchPath</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   103
                            <SETTING><NAME>Path</NAME><VALUE>::</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   104
                            <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   105
                            <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   106
                        </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   107
                        <SETTING><NAME>Recursive</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   108
                        <SETTING><NAME>FrameworkPath</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   109
                        <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   110
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   111
                </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   112
                <SETTING><NAME>SystemSearchPaths</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   113
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   114
                        <SETTING><NAME>SearchPath</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   115
                            <SETTING><NAME>Path</NAME><VALUE>:</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   116
                            <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   117
                            <SETTING><NAME>PathRoot</NAME><VALUE>CodeWarrior</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   118
                        </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   119
                        <SETTING><NAME>Recursive</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   120
                        <SETTING><NAME>FrameworkPath</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   121
                        <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   122
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   123
                </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   124
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   125
                <!-- Settings for "Debugger Runtime" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   126
                <SETTING><NAME>MWRuntimeSettings_WorkingDirectory</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   127
                <SETTING><NAME>MWRuntimeSettings_CommandLine</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   128
                <SETTING><NAME>MWRuntimeSettings_HostApplication</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   129
                    <SETTING><NAME>Path</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   130
                    <SETTING><NAME>PathFormat</NAME><VALUE>Generic</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   131
                    <SETTING><NAME>PathRoot</NAME><VALUE>Absolute</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   132
                </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   133
                <SETTING><NAME>MWRuntimeSettings_EnvVars</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   134
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   135
                <!-- Settings for "Target Settings" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   136
                <SETTING><NAME>Linker</NAME><VALUE>MacOS PPC Linker</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   137
                <SETTING><NAME>PreLinker</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   138
                <SETTING><NAME>PostLinker</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   139
                <SETTING><NAME>Targetname</NAME><VALUE>FreeTypeLib</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   140
                <SETTING><NAME>OutputDirectory</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   141
                    <SETTING><NAME>Path</NAME><VALUE>:::objs:</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   142
                    <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   143
                    <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   144
                </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   145
                <SETTING><NAME>SaveEntriesUsingRelativePaths</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   146
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   147
                <!-- Settings for "File Mappings" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   148
                <SETTING><NAME>FileMappings</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   149
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   150
                        <SETTING><NAME>FileType</NAME><VALUE>APPL</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   151
                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   152
                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   153
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   154
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   155
                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   156
                        <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   157
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   158
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   159
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   160
                        <SETTING><NAME>FileType</NAME><VALUE>Appl</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   161
                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   162
                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   163
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   164
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   165
                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   166
                        <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   167
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   168
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   169
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   170
                        <SETTING><NAME>FileType</NAME><VALUE>MMLB</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   171
                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   172
                        <SETTING><NAME>Compiler</NAME><VALUE>Lib Import PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   173
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   174
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   175
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   176
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   177
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   178
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   179
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   180
                        <SETTING><NAME>FileType</NAME><VALUE>MPLF</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   181
                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   182
                        <SETTING><NAME>Compiler</NAME><VALUE>Lib Import PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   183
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   184
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   185
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   186
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   187
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   188
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   189
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   190
                        <SETTING><NAME>FileType</NAME><VALUE>MWCD</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   191
                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   192
                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   193
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   194
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   195
                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   196
                        <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   197
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   198
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   199
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   200
                        <SETTING><NAME>FileType</NAME><VALUE>RSRC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   201
                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   202
                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   203
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   204
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   205
                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   206
                        <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   207
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   208
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   209
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   210
                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   211
                        <SETTING><NAME>FileExtension</NAME><VALUE>.bh</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   212
                        <SETTING><NAME>Compiler</NAME><VALUE>Balloon Help</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   213
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   214
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   215
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   216
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   217
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   218
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   219
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   220
                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   221
                        <SETTING><NAME>FileExtension</NAME><VALUE>.c</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   222
                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   223
                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   224
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   225
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   226
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   227
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   228
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   229
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   230
                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   231
                        <SETTING><NAME>FileExtension</NAME><VALUE>.c++</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   232
                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   233
                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   234
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   235
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   236
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   237
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   238
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   239
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   240
                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   241
                        <SETTING><NAME>FileExtension</NAME><VALUE>.cc</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   242
                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   243
                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   244
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   245
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   246
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   247
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   248
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   249
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   250
                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   251
                        <SETTING><NAME>FileExtension</NAME><VALUE>.cp</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   252
                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   253
                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   254
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   255
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   256
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   257
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   258
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   259
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   260
                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   261
                        <SETTING><NAME>FileExtension</NAME><VALUE>.cpp</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   262
                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   263
                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   264
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   265
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   266
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   267
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   268
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   269
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   270
                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   271
                        <SETTING><NAME>FileExtension</NAME><VALUE>.exp</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   272
                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   273
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   274
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   275
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   276
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   277
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   278
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   279
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   280
                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   281
                        <SETTING><NAME>FileExtension</NAME><VALUE>.h</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   282
                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   283
                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   284
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   285
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   286
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   287
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   288
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   289
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   290
                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   291
                        <SETTING><NAME>FileExtension</NAME><VALUE>.p</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   292
                        <SETTING><NAME>Compiler</NAME><VALUE>MW Pascal PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   293
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   294
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   295
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   296
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   297
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   298
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   299
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   300
                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   301
                        <SETTING><NAME>FileExtension</NAME><VALUE>.pas</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   302
                        <SETTING><NAME>Compiler</NAME><VALUE>MW Pascal PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   303
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   304
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   305
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   306
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   307
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   308
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   309
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   310
                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   311
                        <SETTING><NAME>FileExtension</NAME><VALUE>.pch</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   312
                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   313
                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   314
                        <SETTING><NAME>Precompile</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   315
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   316
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   317
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   318
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   319
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   320
                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   321
                        <SETTING><NAME>FileExtension</NAME><VALUE>.pch++</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   322
                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   323
                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   324
                        <SETTING><NAME>Precompile</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   325
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   326
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   327
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   328
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   329
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   330
                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   331
                        <SETTING><NAME>FileExtension</NAME><VALUE>.ppu</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   332
                        <SETTING><NAME>Compiler</NAME><VALUE>MW Pascal PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   333
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   334
                        <SETTING><NAME>Precompile</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   335
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   336
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   337
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   338
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   339
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   340
                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   341
                        <SETTING><NAME>FileExtension</NAME><VALUE>.r</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   342
                        <SETTING><NAME>Compiler</NAME><VALUE>Rez</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   343
                        <SETTING><NAME>EditLanguage</NAME><VALUE>Rez</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   344
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   345
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   346
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   347
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   348
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   349
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   350
                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   351
                        <SETTING><NAME>FileExtension</NAME><VALUE>.s</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   352
                        <SETTING><NAME>Compiler</NAME><VALUE>PPCAsm</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   353
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   354
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   355
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   356
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   357
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   358
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   359
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   360
                        <SETTING><NAME>FileType</NAME><VALUE>XCOF</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   361
                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   362
                        <SETTING><NAME>Compiler</NAME><VALUE>XCOFF Import PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   363
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   364
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   365
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   366
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   367
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   368
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   369
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   370
                        <SETTING><NAME>FileType</NAME><VALUE>docu</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   371
                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   372
                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   373
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   374
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   375
                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   376
                        <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   377
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   378
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   379
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   380
                        <SETTING><NAME>FileType</NAME><VALUE>rsrc</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   381
                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   382
                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   383
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   384
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   385
                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   386
                        <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   387
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   388
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   389
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   390
                        <SETTING><NAME>FileType</NAME><VALUE>shlb</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   391
                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   392
                        <SETTING><NAME>Compiler</NAME><VALUE>PEF Import PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   393
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   394
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   395
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   396
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   397
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   398
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   399
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   400
                        <SETTING><NAME>FileType</NAME><VALUE>stub</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   401
                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   402
                        <SETTING><NAME>Compiler</NAME><VALUE>PEF Import PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   403
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   404
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   405
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   406
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   407
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   408
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   409
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   410
                        <SETTING><NAME>FileExtension</NAME><VALUE>.doc</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   411
                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   412
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   413
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   414
                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   415
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   416
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   417
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   418
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   419
                        <SETTING><NAME>FileExtension</NAME><VALUE>.o</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   420
                        <SETTING><NAME>Compiler</NAME><VALUE>XCOFF Import PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   421
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   422
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   423
                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   424
                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   425
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   426
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   427
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   428
                        <SETTING><NAME>FileExtension</NAME><VALUE>.ppob</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   429
                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   430
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   431
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   432
                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   433
                        <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   434
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   435
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   436
                    <SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   437
                        <SETTING><NAME>FileExtension</NAME><VALUE>.rsrc</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   438
                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   439
                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   440
                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   441
                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   442
                        <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   443
                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   444
                    </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   445
                </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   446
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   447
                <!-- Settings for "Build Extras" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   448
                <SETTING><NAME>CacheModDates</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   449
                <SETTING><NAME>DumpBrowserInfo</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   450
                <SETTING><NAME>CacheSubprojects</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   451
                <SETTING><NAME>UseThirdPartyDebugger</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   452
                <SETTING><NAME>BrowserGenerator</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   453
                <SETTING><NAME>DebuggerAppPath</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   454
                    <SETTING><NAME>Path</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   455
                    <SETTING><NAME>PathFormat</NAME><VALUE>Generic</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   456
                    <SETTING><NAME>PathRoot</NAME><VALUE>Absolute</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   457
                </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   458
                <SETTING><NAME>DebuggerCmdLineArgs</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   459
                <SETTING><NAME>DebuggerWorkingDir</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   460
                    <SETTING><NAME>Path</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   461
                    <SETTING><NAME>PathFormat</NAME><VALUE>Generic</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   462
                    <SETTING><NAME>PathRoot</NAME><VALUE>Absolute</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   463
                </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   464
                <SETTING><NAME>CodeCompletionPrefixFileName</NAME><VALUE>MacHeaders.c</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   465
                <SETTING><NAME>CodeCompletionMacroFileName</NAME><VALUE>MacOS_Carbon_C++_Macros.h</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   466
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   467
                <!-- Settings for "Debugger Target" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   468
                <SETTING><NAME>ConsoleEncoding</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   469
                <SETTING><NAME>LogSystemMessages</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   470
                <SETTING><NAME>AutoTargetDLLs</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   471
                <SETTING><NAME>StopAtWatchpoints</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   472
                <SETTING><NAME>PauseWhileRunning</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   473
                <SETTING><NAME>PauseInterval</NAME><VALUE>5</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   474
                <SETTING><NAME>PauseUIFlags</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   475
                <SETTING><NAME>AltExePath</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   476
                    <SETTING><NAME>Path</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   477
                    <SETTING><NAME>PathFormat</NAME><VALUE>Generic</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   478
                    <SETTING><NAME>PathRoot</NAME><VALUE>Absolute</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   479
                </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   480
                <SETTING><NAME>StopAtTempBPOnLaunch</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   481
                <SETTING><NAME>CacheSymbolics</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   482
                <SETTING><NAME>TempBPFunctionName</NAME><VALUE>main</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   483
                <SETTING><NAME>TempBPType</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   484
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   485
                <!-- Settings for "Remote Debug" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   486
                <SETTING><NAME>Enabled</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   487
                <SETTING><NAME>ConnectionName</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   488
                <SETTING><NAME>DownloadPath</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   489
                <SETTING><NAME>LaunchRemoteApp</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   490
                <SETTING><NAME>RemoteAppPath</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   491
                <SETTING><NAME>CoreID</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   492
                <SETTING><NAME>JTAGClockSpeed</NAME><VALUE>8000</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   493
                <SETTING><NAME>IsMultiCore</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   494
                <SETTING><NAME>OSDownload</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   495
                <SETTING><NAME>UseGlobalOSDownload</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   496
                <SETTING><NAME>OSDownloadConnectionName</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   497
                <SETTING><NAME>OSDownloadPath</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   498
                <SETTING><NAME>AltDownload</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   499
                <SETTING><NAME>AltDownloadConnectionName</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   500
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   501
                <!-- Settings for "Auto-target" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   502
                <SETTING><NAME>OtherExecutables</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   503
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   504
                <!-- Settings for "Analyzer Connections" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   505
                <SETTING><NAME>AnalyzerConnectionName</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   506
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   507
                <!-- Settings for "Custom Keywords" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   508
                <SETTING><NAME>CustomColor1</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   509
                    <SETTING><NAME>Red</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   510
                    <SETTING><NAME>Green</NAME><VALUE>32767</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   511
                    <SETTING><NAME>Blue</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   512
                </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   513
                <SETTING><NAME>CustomColor2</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   514
                    <SETTING><NAME>Red</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   515
                    <SETTING><NAME>Green</NAME><VALUE>32767</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   516
                    <SETTING><NAME>Blue</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   517
                </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   518
                <SETTING><NAME>CustomColor3</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   519
                    <SETTING><NAME>Red</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   520
                    <SETTING><NAME>Green</NAME><VALUE>32767</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   521
                    <SETTING><NAME>Blue</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   522
                </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   523
                <SETTING><NAME>CustomColor4</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   524
                    <SETTING><NAME>Red</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   525
                    <SETTING><NAME>Green</NAME><VALUE>32767</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   526
                    <SETTING><NAME>Blue</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   527
                </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   528
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   529
                <!-- Settings for "C/C++ Compiler" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   530
                <SETTING><NAME>MWFrontEnd_C_cplusplus</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   531
                <SETTING><NAME>MWFrontEnd_C_checkprotos</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   532
                <SETTING><NAME>MWFrontEnd_C_arm</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   533
                <SETTING><NAME>MWFrontEnd_C_trigraphs</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   534
                <SETTING><NAME>MWFrontEnd_C_onlystdkeywords</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   535
                <SETTING><NAME>MWFrontEnd_C_enumsalwaysint</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   536
                <SETTING><NAME>MWFrontEnd_C_ansistrict</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   537
                <SETTING><NAME>MWFrontEnd_C_wchar_type</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   538
                <SETTING><NAME>MWFrontEnd_C_enableexceptions</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   539
                <SETTING><NAME>MWFrontEnd_C_dontreusestrings</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   540
                <SETTING><NAME>MWFrontEnd_C_poolstrings</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   541
                <SETTING><NAME>MWFrontEnd_C_dontinline</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   542
                <SETTING><NAME>MWFrontEnd_C_useRTTI</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   543
                <SETTING><NAME>MWFrontEnd_C_unsignedchars</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   544
                <SETTING><NAME>MWFrontEnd_C_autoinline</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   545
                <SETTING><NAME>MWFrontEnd_C_booltruefalse</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   546
                <SETTING><NAME>MWFrontEnd_C_inlinelevel</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   547
                <SETTING><NAME>MWFrontEnd_C_ecplusplus</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   548
                <SETTING><NAME>MWFrontEnd_C_defer_codegen</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   549
                <SETTING><NAME>MWFrontEnd_C_templateparser</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   550
                <SETTING><NAME>MWFrontEnd_C_c99</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   551
                <SETTING><NAME>MWFrontEnd_C_bottomupinline</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   552
                <SETTING><NAME>MWFrontEnd_C_gcc_extensions</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   553
                <SETTING><NAME>MWFrontEnd_C_instance_manager</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   554
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   555
                <!-- Settings for "C/C++ Preprocessor" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   556
                <SETTING><NAME>C_CPP_Preprocessor_EmitFile</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   557
                <SETTING><NAME>C_CPP_Preprocessor_EmitLine</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   558
                <SETTING><NAME>C_CPP_Preprocessor_EmitFullPath</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   559
                <SETTING><NAME>C_CPP_Preprocessor_KeepComments</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   560
                <SETTING><NAME>C_CPP_Preprocessor_PCHUsesPrefixText</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   561
                <SETTING><NAME>C_CPP_Preprocessor_EmitPragmas</NAME><VALUE>true</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   562
                <SETTING><NAME>C_CPP_Preprocessor_KeepWhiteSpace</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   563
                <SETTING><NAME>C_CPP_Preprocessor_MultiByteEncoding</NAME><VALUE>encASCII_Unicode</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   564
                <SETTING><NAME>C_CPP_Preprocessor_PrefixText</NAME><VALUE>/* settings imported from old "C/C++ Language" panel */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   565
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   566
#if !__option(precompile)
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   567
#include "ftoption.h" /* was "Prefix file" */
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   568
#endif
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   569
</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   570
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   571
                <!-- Settings for "C/C++ Warnings" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   572
                <SETTING><NAME>MWWarning_C_warn_illpragma</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   573
                <SETTING><NAME>MWWarning_C_warn_emptydecl</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   574
                <SETTING><NAME>MWWarning_C_warn_possunwant</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   575
                <SETTING><NAME>MWWarning_C_warn_unusedvar</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   576
                <SETTING><NAME>MWWarning_C_warn_unusedarg</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   577
                <SETTING><NAME>MWWarning_C_warn_extracomma</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   578
                <SETTING><NAME>MWWarning_C_pedantic</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   579
                <SETTING><NAME>MWWarning_C_warningerrors</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   580
                <SETTING><NAME>MWWarning_C_warn_hidevirtual</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   581
                <SETTING><NAME>MWWarning_C_warn_implicitconv</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   582
                <SETTING><NAME>MWWarning_C_warn_notinlined</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   583
                <SETTING><NAME>MWWarning_C_warn_structclass</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   584
                <SETTING><NAME>MWWarning_C_warn_missingreturn</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   585
                <SETTING><NAME>MWWarning_C_warn_no_side_effect</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   586
                <SETTING><NAME>MWWarning_C_warn_resultnotused</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   587
                <SETTING><NAME>MWWarning_C_warn_padding</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   588
                <SETTING><NAME>MWWarning_C_warn_impl_i2f_conv</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   589
                <SETTING><NAME>MWWarning_C_warn_impl_f2i_conv</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   590
                <SETTING><NAME>MWWarning_C_warn_impl_s2u_conv</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   591
                <SETTING><NAME>MWWarning_C_warn_illtokenpasting</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   592
                <SETTING><NAME>MWWarning_C_warn_filenamecaps</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   593
                <SETTING><NAME>MWWarning_C_warn_filenamecapssystem</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   594
                <SETTING><NAME>MWWarning_C_warn_undefmacro</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   595
                <SETTING><NAME>MWWarning_C_warn_ptrintconv</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   596
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   597
                <!-- Settings for "MacOS Merge Panel" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   598
                <SETTING><NAME>MWMerge_MacOS_projectType</NAME><VALUE>Application</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   599
                <SETTING><NAME>MWMerge_MacOS_outputName</NAME><VALUE>Merge Out</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   600
                <SETTING><NAME>MWMerge_MacOS_outputCreator</NAME><VALUE>????</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   601
                <SETTING><NAME>MWMerge_MacOS_outputType</NAME><VALUE>APPL</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   602
                <SETTING><NAME>MWMerge_MacOS_suppressWarning</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   603
                <SETTING><NAME>MWMerge_MacOS_copyFragments</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   604
                <SETTING><NAME>MWMerge_MacOS_copyResources</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   605
                <SETTING><NAME>MWMerge_MacOS_flattenResource</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   606
                <SETTING><NAME>MWMerge_MacOS_flatFileName</NAME><VALUE>a.rsrc</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   607
                <SETTING><NAME>MWMerge_MacOS_flatFileOutputPath</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   608
                    <SETTING><NAME>Path</NAME><VALUE>:</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   609
                    <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   610
                    <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   611
                </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   612
                <SETTING><NAME>MWMerge_MacOS_skipResources</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   613
                    <SETTING><VALUE>DLGX</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   614
                    <SETTING><VALUE>ckid</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   615
                    <SETTING><VALUE>Proj</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   616
                    <SETTING><VALUE>WSPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   617
                </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   618
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   619
                <!-- Settings for "Output Flags" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   620
                <SETTING><NAME>FileLocked</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   621
                <SETTING><NAME>ResourcesMapIsReadOnly</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   622
                <SETTING><NAME>PrinterDriverIsMultiFinderCompatible</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   623
                <SETTING><NAME>Invisible</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   624
                <SETTING><NAME>HasBundle</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   625
                <SETTING><NAME>NameLocked</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   626
                <SETTING><NAME>Stationery</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   627
                <SETTING><NAME>HasCustomIcon</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   628
                <SETTING><NAME>Shared</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   629
                <SETTING><NAME>HasBeenInited</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   630
                <SETTING><NAME>Label</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   631
                <SETTING><NAME>Comments</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   632
                <SETTING><NAME>HasCustomBadge</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   633
                <SETTING><NAME>HasRoutingInfo</NAME><VALUE>false</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   634
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   635
                <!-- Settings for "PPC CodeGen" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   636
                <SETTING><NAME>MWCodeGen_PPC_structalignment</NAME><VALUE>PPC_mw</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   637
                <SETTING><NAME>MWCodeGen_PPC_tracebacktables</NAME><VALUE>None</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   638
                <SETTING><NAME>MWCodeGen_PPC_processor</NAME><VALUE>Generic</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   639
                <SETTING><NAME>MWCodeGen_PPC_function_align</NAME><VALUE>4</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   640
                <SETTING><NAME>MWCodeGen_PPC_tocdata</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   641
                <SETTING><NAME>MWCodeGen_PPC_largetoc</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   642
                <SETTING><NAME>MWCodeGen_PPC_profiler</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   643
                <SETTING><NAME>MWCodeGen_PPC_vectortocdata</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   644
                <SETTING><NAME>MWCodeGen_PPC_poolconst</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   645
                <SETTING><NAME>MWCodeGen_PPC_peephole</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   646
                <SETTING><NAME>MWCodeGen_PPC_readonlystrings</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   647
                <SETTING><NAME>MWCodeGen_PPC_linkerpoolsstrings</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   648
                <SETTING><NAME>MWCodeGen_PPC_volatileasm</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   649
                <SETTING><NAME>MWCodeGen_PPC_schedule</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   650
                <SETTING><NAME>MWCodeGen_PPC_altivec</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   651
                <SETTING><NAME>MWCodeGen_PPC_altivec_move_block</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   652
                <SETTING><NAME>MWCodeGen_PPC_strictIEEEfp</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   653
                <SETTING><NAME>MWCodeGen_PPC_fpcontract</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   654
                <SETTING><NAME>MWCodeGen_PPC_genfsel</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   655
                <SETTING><NAME>MWCodeGen_PPC_orderedfpcmp</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   656
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   657
                <!-- Settings for "PPC CodeGen Mach-O" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   658
                <SETTING><NAME>MWCodeGen_MachO_structalignment</NAME><VALUE>PPC_mw</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   659
                <SETTING><NAME>MWCodeGen_MachO_profiler_enum</NAME><VALUE>Off</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   660
                <SETTING><NAME>MWCodeGen_MachO_processor</NAME><VALUE>Generic</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   661
                <SETTING><NAME>MWCodeGen_MachO_function_align</NAME><VALUE>4</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   662
                <SETTING><NAME>MWCodeGen_MachO_common</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   663
                <SETTING><NAME>MWCodeGen_MachO_boolisint</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   664
                <SETTING><NAME>MWCodeGen_MachO_peephole</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   665
                <SETTING><NAME>MWCodeGen_MachO_readonlystrings</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   666
                <SETTING><NAME>MWCodeGen_MachO_linkerpoolsstrings</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   667
                <SETTING><NAME>MWCodeGen_MachO_volatileasm</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   668
                <SETTING><NAME>MWCodeGen_MachO_schedule</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   669
                <SETTING><NAME>MWCodeGen_MachO_altivec</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   670
                <SETTING><NAME>MWCodeGen_MachO_vecmove</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   671
                <SETTING><NAME>MWCodeGen_MachO_fp_ieee_strict</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   672
                <SETTING><NAME>MWCodeGen_MachO_fpcontract</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   673
                <SETTING><NAME>MWCodeGen_MachO_genfsel</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   674
                <SETTING><NAME>MWCodeGen_MachO_fp_cmps_ordered</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   675
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   676
                <!-- Settings for "PPC Disassembler" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   677
                <SETTING><NAME>MWDisassembler_PPC_showcode</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   678
                <SETTING><NAME>MWDisassembler_PPC_extended</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   679
                <SETTING><NAME>MWDisassembler_PPC_mix</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   680
                <SETTING><NAME>MWDisassembler_PPC_nohex</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   681
                <SETTING><NAME>MWDisassembler_PPC_showdata</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   682
                <SETTING><NAME>MWDisassembler_PPC_showexceptions</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   683
                <SETTING><NAME>MWDisassembler_PPC_showsym</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   684
                <SETTING><NAME>MWDisassembler_PPC_shownames</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   685
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   686
                <!-- Settings for "PPC Global Optimizer" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   687
                <SETTING><NAME>GlobalOptimizer_PPC_optimizationlevel</NAME><VALUE>Level0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   688
                <SETTING><NAME>GlobalOptimizer_PPC_optfor</NAME><VALUE>Speed</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   689
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   690
                <!-- Settings for "PPC Linker" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   691
                <SETTING><NAME>MWLinker_PPC_linksym</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   692
                <SETTING><NAME>MWLinker_PPC_symfullpath</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   693
                <SETTING><NAME>MWLinker_PPC_linkmap</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   694
                <SETTING><NAME>MWLinker_PPC_nolinkwarnings</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   695
                <SETTING><NAME>MWLinker_PPC_dontdeadstripinitcode</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   696
                <SETTING><NAME>MWLinker_PPC_permitmultdefs</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   697
                <SETTING><NAME>MWLinker_PPC_linkmode</NAME><VALUE>Fast</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   698
                <SETTING><NAME>MWLinker_PPC_code_folding</NAME><VALUE>None</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   699
                <SETTING><NAME>MWLinker_PPC_initname</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   700
                <SETTING><NAME>MWLinker_PPC_mainname</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   701
                <SETTING><NAME>MWLinker_PPC_termname</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   702
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   703
                <!-- Settings for "PPC Mac OS X Linker" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   704
                <SETTING><NAME>MWLinker_MacOSX_linksym</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   705
                <SETTING><NAME>MWLinker_MacOSX_symfullpath</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   706
                <SETTING><NAME>MWLinker_MacOSX_nolinkwarnings</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   707
                <SETTING><NAME>MWLinker_MacOSX_linkmap</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   708
                <SETTING><NAME>MWLinker_MacOSX_dontdeadstripinitcode</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   709
                <SETTING><NAME>MWLinker_MacOSX_permitmultdefs</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   710
                <SETTING><NAME>MWLinker_MacOSX_use_objectivec_semantics</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   711
                <SETTING><NAME>MWLinker_MacOSX_strip_debug_symbols</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   712
                <SETTING><NAME>MWLinker_MacOSX_split_segs</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   713
                <SETTING><NAME>MWLinker_MacOSX_report_msl_overloads</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   714
                <SETTING><NAME>MWLinker_MacOSX_objects_follow_linkorder</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   715
                <SETTING><NAME>MWLinker_MacOSX_linkmode</NAME><VALUE>Normal</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   716
                <SETTING><NAME>MWLinker_MacOSX_exports</NAME><VALUE>ReferencedGlobals</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   717
                <SETTING><NAME>MWLinker_MacOSX_sortcode</NAME><VALUE>None</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   718
                <SETTING><NAME>MWLinker_MacOSX_mainname</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   719
                <SETTING><NAME>MWLinker_MacOSX_initname</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   720
                <SETTING><NAME>MWLinker_MacOSX_code_folding</NAME><VALUE>None</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   721
                <SETTING><NAME>MWLinker_MacOSX_stabsgen</NAME><VALUE>None</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   722
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   723
                <!-- Settings for "PPC Mac OS X Project" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   724
                <SETTING><NAME>MWProject_MacOSX_type</NAME><VALUE>Executable</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   725
                <SETTING><NAME>MWProject_MacOSX_outfile</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   726
                <SETTING><NAME>MWProject_MacOSX_filecreator</NAME><VALUE>????</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   727
                <SETTING><NAME>MWProject_MacOSX_filetype</NAME><VALUE>MEXE</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   728
                <SETTING><NAME>MWProject_MacOSX_vmaddress</NAME><VALUE>4096</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   729
                <SETTING><NAME>MWProject_MacOSX_usedefaultvmaddr</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   730
                <SETTING><NAME>MWProject_MacOSX_flatrsrc</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   731
                <SETTING><NAME>MWProject_MacOSX_flatrsrcfilename</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   732
                <SETTING><NAME>MWProject_MacOSX_flatrsrcoutputdir</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   733
                    <SETTING><NAME>Path</NAME><VALUE>:</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   734
                    <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   735
                    <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   736
                </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   737
                <SETTING><NAME>MWProject_MacOSX_installpath</NAME><VALUE>./</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   738
                <SETTING><NAME>MWProject_MacOSX_dont_prebind</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   739
                <SETTING><NAME>MWProject_MacOSX_flat_namespace</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   740
                <SETTING><NAME>MWProject_MacOSX_frameworkversion</NAME><VALUE>A</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   741
                <SETTING><NAME>MWProject_MacOSX_currentversion</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   742
                <SETTING><NAME>MWProject_MacOSX_flat_oldimpversion</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   743
                <SETTING><NAME>MWProject_MacOSX_AddrMode</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   744
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   745
                <!-- Settings for "PPC PEF" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   746
                <SETTING><NAME>MWPEF_exports</NAME><VALUE>None</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   747
                <SETTING><NAME>MWPEF_libfolder</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   748
                <SETTING><NAME>MWPEF_sortcode</NAME><VALUE>None</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   749
                <SETTING><NAME>MWPEF_expandbss</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   750
                <SETTING><NAME>MWPEF_sharedata</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   751
                <SETTING><NAME>MWPEF_olddefversion</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   752
                <SETTING><NAME>MWPEF_oldimpversion</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   753
                <SETTING><NAME>MWPEF_currentversion</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   754
                <SETTING><NAME>MWPEF_fragmentname</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   755
                <SETTING><NAME>MWPEF_collapsereloads</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   756
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   757
                <!-- Settings for "PPC Project" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   758
                <SETTING><NAME>MWProject_PPC_type</NAME><VALUE>Library</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   759
                <SETTING><NAME>MWProject_PPC_outfile</NAME><VALUE>FreeTypeLib</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   760
                <SETTING><NAME>MWProject_PPC_filecreator</NAME><VALUE>????</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   761
                <SETTING><NAME>MWProject_PPC_filetype</NAME><VALUE>????</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   762
                <SETTING><NAME>MWProject_PPC_size</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   763
                <SETTING><NAME>MWProject_PPC_minsize</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   764
                <SETTING><NAME>MWProject_PPC_stacksize</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   765
                <SETTING><NAME>MWProject_PPC_flags</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   766
                <SETTING><NAME>MWProject_PPC_symfilename</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   767
                <SETTING><NAME>MWProject_PPC_rsrcname</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   768
                <SETTING><NAME>MWProject_PPC_rsrcheader</NAME><VALUE>Native</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   769
                <SETTING><NAME>MWProject_PPC_rsrctype</NAME><VALUE>????</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   770
                <SETTING><NAME>MWProject_PPC_rsrcid</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   771
                <SETTING><NAME>MWProject_PPC_rsrcflags</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   772
                <SETTING><NAME>MWProject_PPC_rsrcstore</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   773
                <SETTING><NAME>MWProject_PPC_rsrcmerge</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   774
                <SETTING><NAME>MWProject_PPC_flatrsrc</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   775
                <SETTING><NAME>MWProject_PPC_flatrsrcoutputdir</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   776
                    <SETTING><NAME>Path</NAME><VALUE>:</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   777
                    <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   778
                    <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   779
                </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   780
                <SETTING><NAME>MWProject_PPC_flatrsrcfilename</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   781
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   782
                <!-- Settings for "PPCAsm Panel" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   783
                <SETTING><NAME>MWAssembler_PPC_auxheader</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   784
                <SETTING><NAME>MWAssembler_PPC_symmode</NAME><VALUE>Mac</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   785
                <SETTING><NAME>MWAssembler_PPC_dialect</NAME><VALUE>PPC</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   786
                <SETTING><NAME>MWAssembler_PPC_prefixfile</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   787
                <SETTING><NAME>MWAssembler_PPC_typecheck</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   788
                <SETTING><NAME>MWAssembler_PPC_warnings</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   789
                <SETTING><NAME>MWAssembler_PPC_casesensitive</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   790
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   791
                <!-- Settings for "Property List" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   792
                <SETTING><NAME>PList_OutputType</NAME><VALUE>File</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   793
                <SETTING><NAME>PList_OutputEncoding</NAME><VALUE>UTF-8</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   794
                <SETTING><NAME>PList_PListVersion</NAME><VALUE>1.0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   795
                <SETTING><NAME>PList_Prefix</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   796
                <SETTING><NAME>PList_FileFilename</NAME><VALUE>Info.plist</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   797
                <SETTING><NAME>PList_FileDirectory</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   798
                    <SETTING><NAME>Path</NAME><VALUE>:</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   799
                    <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   800
                    <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   801
                </SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   802
                <SETTING><NAME>PList_ResourceType</NAME><VALUE>plst</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   803
                <SETTING><NAME>PList_ResourceID</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   804
                <SETTING><NAME>PList_ResourceName</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   805
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   806
                <!-- Settings for "Rez Compiler" panel -->
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   807
                <SETTING><NAME>MWRez_Language_maxwidth</NAME><VALUE>80</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   808
                <SETTING><NAME>MWRez_Language_script</NAME><VALUE>Roman</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   809
                <SETTING><NAME>MWRez_Language_alignment</NAME><VALUE>Align1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   810
                <SETTING><NAME>MWRez_Language_filtermode</NAME><VALUE>FilterSkip</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   811
                <SETTING><NAME>MWRez_Language_suppresswarnings</NAME><VALUE>0</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   812
                <SETTING><NAME>MWRez_Language_escapecontrolchars</NAME><VALUE>1</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   813
                <SETTING><NAME>MWRez_Language_prefixname</NAME><VALUE></VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   814
                <SETTING><NAME>MWRez_Language_filteredtypes</NAME><VALUE>'CODE' 'DATA' 'PICT'</VALUE></SETTING>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   815
            </SETTINGLIST>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   816
            <FILELIST>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   817
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   818
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   819
                    <PATH>ftsystem.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   820
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   821
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   822
                    <FILEFLAGS>Debug</FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   823
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   824
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   825
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   826
                    <PATH>ftbase.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   827
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   828
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   829
                    <FILEFLAGS>Debug</FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   830
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   831
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   832
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   833
                    <PATH>ftinit.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   834
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   835
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   836
                    <FILEFLAGS>Debug</FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   837
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   838
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   839
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   840
                    <PATH>sfnt.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   841
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   842
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   843
                    <FILEFLAGS>Debug</FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   844
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   845
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   846
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   847
                    <PATH>psnames.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   848
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   849
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   850
                    <FILEFLAGS>Debug</FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   851
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   852
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   853
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   854
                    <PATH>ftdebug.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   855
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   856
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   857
                    <FILEFLAGS>Debug</FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   858
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   859
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   860
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   861
                    <PATH>type1cid.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   862
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   863
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   864
                    <FILEFLAGS>Debug</FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   865
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   866
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   867
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   868
                    <PATH>cff.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   869
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   870
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   871
                    <FILEFLAGS>Debug</FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   872
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   873
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   874
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   875
                    <PATH>smooth.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   876
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   877
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   878
                    <FILEFLAGS>Debug</FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   879
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   880
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   881
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   882
                    <PATH>winfnt.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   883
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   884
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   885
                    <FILEFLAGS>Debug</FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   886
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   887
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   888
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   889
                    <PATH>truetype.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   890
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   891
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   892
                    <FILEFLAGS>Debug</FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   893
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   894
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   895
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   896
                    <PATH>ftmac.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   897
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   898
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   899
                    <FILEFLAGS>Debug</FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   900
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   901
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   902
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   903
                    <PATH>psaux.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   904
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   905
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   906
                    <FILEFLAGS></FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   907
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   908
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   909
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   910
                    <PATH>ftcache.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   911
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   912
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   913
                    <FILEFLAGS></FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   914
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   915
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   916
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   917
                    <PATH>ftglyph.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   918
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   919
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   920
                    <FILEFLAGS></FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   921
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   922
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   923
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   924
                    <PATH>type1.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   925
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   926
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   927
                    <FILEFLAGS>Debug</FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   928
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   929
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   930
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   931
                    <PATH>pshinter.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   932
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   933
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   934
                    <FILEFLAGS>Debug</FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   935
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   936
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   937
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   938
                    <PATH>pcf.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   939
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   940
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   941
                    <FILEFLAGS>Debug</FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   942
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   943
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   944
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   945
                    <PATH>ftraster.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   946
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   947
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   948
                    <FILEFLAGS>Debug</FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   949
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   950
                <FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   951
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   952
                    <PATH>ftrend1.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   953
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   954
                    <FILEKIND>Text</FILEKIND>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   955
                    <FILEFLAGS>Debug</FILEFLAGS>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   956
                </FILE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   957
            </FILELIST>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   958
            <LINKORDER>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   959
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   960
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   961
                    <PATH>ftsystem.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   962
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   963
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   964
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   965
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   966
                    <PATH>ftbase.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   967
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   968
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   969
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   970
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   971
                    <PATH>ftinit.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   972
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   973
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   974
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   975
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   976
                    <PATH>sfnt.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   977
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   978
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   979
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   980
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   981
                    <PATH>psnames.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   982
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   983
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   984
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   985
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   986
                    <PATH>ftdebug.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   987
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   988
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   989
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   990
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   991
                    <PATH>type1cid.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   992
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   993
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   994
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   995
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   996
                    <PATH>cff.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   997
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   998
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   999
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1000
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1001
                    <PATH>smooth.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1002
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1003
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1004
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1005
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1006
                    <PATH>winfnt.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1007
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1008
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1009
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1010
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1011
                    <PATH>truetype.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1012
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1013
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1014
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1015
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1016
                    <PATH>ftmac.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1017
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1018
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1019
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1020
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1021
                    <PATH>psaux.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1022
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1023
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1024
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1025
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1026
                    <PATH>ftcache.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1027
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1028
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1029
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1030
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1031
                    <PATH>ftglyph.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1032
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1033
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1034
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1035
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1036
                    <PATH>type1.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1037
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1038
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1039
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1040
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1041
                    <PATH>pshinter.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1042
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1043
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1044
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1045
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1046
                    <PATH>pcf.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1047
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1048
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1049
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1050
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1051
                    <PATH>ftraster.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1052
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1053
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1054
                <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1055
                    <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1056
                    <PATH>ftrend1.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1057
                    <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1058
                </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1059
            </LINKORDER>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1060
        </TARGET>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1061
    </TARGETLIST>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1062
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1063
    <TARGETORDER>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1064
        <ORDEREDTARGET><NAME>FreeTypeLib</NAME></ORDEREDTARGET>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1065
    </TARGETORDER>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1066
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1067
    <GROUPLIST>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1068
        <GROUP><NAME>base</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1069
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1070
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1071
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1072
                <PATH>ftbase.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1073
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1074
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1075
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1076
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1077
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1078
                <PATH>ftdebug.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1079
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1080
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1081
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1082
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1083
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1084
                <PATH>ftglyph.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1085
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1086
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1087
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1088
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1089
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1090
                <PATH>ftinit.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1091
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1092
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1093
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1094
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1095
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1096
                <PATH>ftsystem.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1097
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1098
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1099
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1100
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1101
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1102
                <PATH>ftmac.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1103
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1104
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1105
        </GROUP>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1106
        <GROUP><NAME>ftmodules</NAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1107
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1108
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1109
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1110
                <PATH>cff.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1111
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1112
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1113
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1114
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1115
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1116
                <PATH>ftcache.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1117
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1118
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1119
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1120
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1121
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1122
                <PATH>psaux.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1123
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1124
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1125
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1126
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1127
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1128
                <PATH>psnames.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1129
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1130
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1131
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1132
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1133
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1134
                <PATH>sfnt.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1135
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1136
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1137
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1138
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1139
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1140
                <PATH>smooth.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1141
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1142
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1143
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1144
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1145
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1146
                <PATH>truetype.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1147
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1148
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1149
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1150
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1151
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1152
                <PATH>type1cid.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1153
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1154
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1155
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1156
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1157
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1158
                <PATH>winfnt.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1159
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1160
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1161
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1162
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1163
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1164
                <PATH>type1.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1165
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1166
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1167
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1168
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1169
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1170
                <PATH>pshinter.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1171
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1172
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1173
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1174
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1175
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1176
                <PATH>pcf.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1177
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1178
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1179
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1180
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1181
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1182
                <PATH>ftraster.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1183
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1184
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1185
            <FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1186
                <TARGETNAME>FreeTypeLib</TARGETNAME>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1187
                <PATHTYPE>Name</PATHTYPE>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1188
                <PATH>ftrend1.c</PATH>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1189
                <PATHFORMAT>MacOS</PATHFORMAT>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1190
            </FILEREF>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1191
        </GROUP>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1192
    </GROUPLIST>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1193
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
  1194
</PROJECT>