Annotation of sql/pgsql/libltdl/libltdl.vcproj, revision 1.4

1.1       paf         1: <?xml version="1.0" encoding="windows-1251"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
                      4:        Version="7.10"
1.3       moko        5:        Name="ltdl"
1.1       paf         6:        SccProjectName="libltdl"
                      7:        SccAuxPath=""
                      8:        SccLocalPath="."
                      9:        SccProvider="MSSCCI:Jalindi Igloo">
                     10:        <Platforms>
                     11:                <Platform
                     12:                        Name="Win32"/>
                     13:        </Platforms>
                     14:        <Configurations>
                     15:                <Configuration
                     16:                        Name="Debug|Win32"
                     17:                        OutputDirectory=".\Debug"
                     18:                        IntermediateDirectory=".\Debug"
                     19:                        ConfigurationType="4"
                     20:                        UseOfMFC="0"
                     21:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                     22:                        <Tool
                     23:                                Name="VCCLCompilerTool"
                     24:                                Optimization="0"
1.3       moko       25:                                AdditionalIncludeDirectories=".;libltdl"
                     26:                                PreprocessorDefinitions="LTDL;LT_CONFIG_H=&lt;config_fixed.h&gt;"
1.1       paf        27:                                BasicRuntimeChecks="3"
                     28:                                RuntimeLibrary="3"
                     29:                                UsePrecompiledHeader="2"
                     30:                                PrecompiledHeaderFile=".\Debug/libltdl.pch"
                     31:                                AssemblerListingLocation=".\Debug/"
                     32:                                ObjectFile=".\Debug/"
                     33:                                ProgramDataBaseFileName=".\Debug/"
1.3       moko       34:                                BrowseInformation="1"
                     35:                                WarningLevel="0"
1.1       paf        36:                                SuppressStartupBanner="TRUE"
                     37:                                DebugInformationFormat="3"/>
                     38:                        <Tool
                     39:                                Name="VCCustomBuildTool"/>
                     40:                        <Tool
                     41:                                Name="VCLibrarianTool"
                     42:                                OutputFile=".\Debug\libltdl.lib"
                     43:                                SuppressStartupBanner="TRUE"/>
                     44:                        <Tool
                     45:                                Name="VCMIDLTool"/>
                     46:                        <Tool
                     47:                                Name="VCPostBuildEventTool"/>
                     48:                        <Tool
                     49:                                Name="VCPreBuildEventTool"/>
                     50:                        <Tool
                     51:                                Name="VCPreLinkEventTool"/>
                     52:                        <Tool
                     53:                                Name="VCResourceCompilerTool"
                     54:                                PreprocessorDefinitions="_DEBUG"
                     55:                                Culture="1049"/>
                     56:                        <Tool
                     57:                                Name="VCWebServiceProxyGeneratorTool"/>
                     58:                        <Tool
                     59:                                Name="VCXMLDataGeneratorTool"/>
                     60:                        <Tool
                     61:                                Name="VCManagedWrapperGeneratorTool"/>
                     62:                        <Tool
                     63:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                     64:                </Configuration>
                     65:                <Configuration
                     66:                        Name="Release|Win32"
                     67:                        OutputDirectory=".\Release"
                     68:                        IntermediateDirectory=".\Release"
                     69:                        ConfigurationType="4"
                     70:                        UseOfMFC="0"
                     71:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                     72:                        <Tool
                     73:                                Name="VCCLCompilerTool"
                     74:                                Optimization="2"
1.4     ! moko       75:                                AdditionalIncludeDirectories=".;libltdl"
        !            76:                                PreprocessorDefinitions="LTDL;LT_CONFIG_H=&lt;config_fixed.h&gt;"
1.1       paf        77:                                StringPooling="TRUE"
                     78:                                RuntimeLibrary="2"
                     79:                                UsePrecompiledHeader="2"
                     80:                                PrecompiledHeaderFile=".\Release/libltdl.pch"
                     81:                                AssemblerListingLocation=".\Release/"
                     82:                                ObjectFile=".\Release/"
                     83:                                ProgramDataBaseFileName=".\Release/"
1.3       moko       84:                                WarningLevel="0"
1.4     ! moko       85:                                SuppressStartupBanner="TRUE"
        !            86:                                InlineFunctionExpansion="1"
        !            87:                                GlobalOptimizations="TRUE"
        !            88:                                EnableFunctionLevelLinking="TRUE"/>
1.1       paf        89:                        <Tool
                     90:                                Name="VCCustomBuildTool"/>
                     91:                        <Tool
                     92:                                Name="VCLibrarianTool"
                     93:                                OutputFile=".\Release\libltdl.lib"
                     94:                                SuppressStartupBanner="TRUE"/>
                     95:                        <Tool
                     96:                                Name="VCMIDLTool"/>
                     97:                        <Tool
                     98:                                Name="VCPostBuildEventTool"/>
                     99:                        <Tool
                    100:                                Name="VCPreBuildEventTool"/>
                    101:                        <Tool
                    102:                                Name="VCPreLinkEventTool"/>
                    103:                        <Tool
                    104:                                Name="VCResourceCompilerTool"
                    105:                                PreprocessorDefinitions="NDEBUG"
                    106:                                Culture="1049"/>
                    107:                        <Tool
                    108:                                Name="VCWebServiceProxyGeneratorTool"/>
                    109:                        <Tool
                    110:                                Name="VCXMLDataGeneratorTool"/>
                    111:                        <Tool
                    112:                                Name="VCManagedWrapperGeneratorTool"/>
                    113:                        <Tool
                    114:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    115:                </Configuration>
                    116:        </Configurations>
                    117:        <References>
                    118:        </References>
                    119:        <Files>
                    120:                <Filter
                    121:                        Name="Source Files"
                    122:                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
                    123:                        <File
1.3       moko      124:                                RelativePath=".\argz.c">
                    125:                        </File>
                    126:                        <File
                    127:                                RelativePath=".\lt__alloc.c">
                    128:                        </File>
                    129:                        <File
                    130:                                RelativePath=".\lt__dirent.c">
                    131:                        </File>
                    132:                        <File
                    133:                                RelativePath=".\lt__strl.c">
                    134:                        </File>
                    135:                        <File
                    136:                                RelativePath=".\lt_dlloader.c">
                    137:                        </File>
                    138:                        <File
                    139:                                RelativePath=".\lt_error.c">
                    140:                        </File>
                    141:                        <File
1.1       paf       142:                                RelativePath="ltdl.c">
                    143:                                <FileConfiguration
                    144:                                        Name="Debug|Win32">
                    145:                                        <Tool
                    146:                                                Name="VCCLCompilerTool"
                    147:                                                Optimization="0"
                    148:                                                PreprocessorDefinitions=""
1.3       moko      149:                                                BasicRuntimeChecks="3"
                    150:                                                BrowseInformation="1"/>
                    151:                                </FileConfiguration>
                    152:                                <FileConfiguration
1.1       paf       153:                                        Name="Release|Win32">
                    154:                                        <Tool
                    155:                                                Name="VCCLCompilerTool"
                    156:                                                Optimization="2"
1.3       moko      157:                                                GlobalOptimizations="TRUE"
1.1       paf       158:                                                PreprocessorDefinitions=""/>
                    159:                                </FileConfiguration>
                    160:                        </File>
1.3       moko      161:                        <File
                    162:                                RelativePath=".\slist.c">
                    163:                        </File>
                    164:                        <Filter
                    165:                                Name="loaders"
                    166:                                Filter="">
                    167:                                <File
                    168:                                        RelativePath=".\loaders\loadlibrary.c">
                    169:                                </File>
                    170:                        </Filter>
1.1       paf       171:                </Filter>
                    172:                <Filter
                    173:                        Name="Header Files"
                    174:                        Filter="h;hpp;hxx;hm;inl">
                    175:                        <File
                    176:                                RelativePath="config_fixed.h">
                    177:                        </File>
                    178:                        <File
                    179:                                RelativePath="ltdl.h">
                    180:                        </File>
1.3       moko      181:                        <Filter
                    182:                                Name="libltdl"
                    183:                                Filter="">
                    184:                                <File
                    185:                                        RelativePath=".\libltdl\lt__alloc.h">
                    186:                                </File>
                    187:                                <File
                    188:                                        RelativePath=".\libltdl\lt__dirent.h">
                    189:                                </File>
                    190:                                <File
                    191:                                        RelativePath=".\libltdl\lt__glibc.h">
                    192:                                </File>
                    193:                                <File
                    194:                                        RelativePath=".\libltdl\lt__private.h">
                    195:                                </File>
                    196:                                <File
                    197:                                        RelativePath=".\libltdl\lt__strl.h">
                    198:                                </File>
                    199:                                <File
                    200:                                        RelativePath=".\libltdl\lt_dlloader.h">
                    201:                                </File>
                    202:                                <File
                    203:                                        RelativePath=".\libltdl\lt_error.h">
                    204:                                </File>
                    205:                                <File
                    206:                                        RelativePath=".\libltdl\lt_system.h">
                    207:                                </File>
                    208:                                <File
                    209:                                        RelativePath=".\libltdl\slist.h">
                    210:                                </File>
                    211:                        </Filter>
1.1       paf       212:                </Filter>
                    213:        </Files>
                    214:        <Globals>
                    215:        </Globals>
                    216: </VisualStudioProject>

E-mail: