Ignore:
Timestamp:
07/24/09 18:39:43 (4 years ago)
Author:
sam
Message:

Update the Win32 and Win64 ports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/cxx/test-cxx.vcproj

    r3490 r3577  
    9595                </Configuration> 
    9696                <Configuration 
    97                         Name="Release|Win32" 
    98                         OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 
    99                         IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" 
    100                         ConfigurationType="1" 
    101                         CharacterSet="1" 
    102                         WholeProgramOptimization="1" 
    103                         > 
    104                         <Tool 
    105                                 Name="VCPreBuildEventTool" 
    106                         /> 
    107                         <Tool 
    108                                 Name="VCCustomBuildTool" 
    109                         /> 
    110                         <Tool 
    111                                 Name="VCXMLDataGeneratorTool" 
    112                         /> 
    113                         <Tool 
    114                                 Name="VCWebServiceProxyGeneratorTool" 
    115                         /> 
    116                         <Tool 
    117                                 Name="VCMIDLTool" 
    118                         /> 
    119                         <Tool 
    120                                 Name="VCCLCompilerTool" 
    121                                 AdditionalIncludeDirectories=".;..\win32;..\caca" 
    122                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 
    123                                 RuntimeLibrary="2" 
    124                                 UsePrecompiledHeader="0" 
    125                                 WarningLevel="3" 
    126                                 DebugInformationFormat="3" 
    127                         /> 
    128                         <Tool 
    129                                 Name="VCManagedResourceCompilerTool" 
    130                         /> 
    131                         <Tool 
    132                                 Name="VCResourceCompilerTool" 
    133                         /> 
    134                         <Tool 
    135                                 Name="VCPreLinkEventTool" 
    136                         /> 
    137                         <Tool 
    138                                 Name="VCLinkerTool" 
    139                                 LinkIncremental="1" 
    140                                 GenerateDebugInformation="true" 
    141                                 SubSystem="1" 
    142                                 OptimizeReferences="2" 
    143                                 EnableCOMDATFolding="2" 
    144                                 RandomizedBaseAddress="1" 
    145                                 DataExecutionPrevention="0" 
    146                                 TargetMachine="1" 
    147                         /> 
    148                         <Tool 
    149                                 Name="VCALinkTool" 
    150                         /> 
    151                         <Tool 
    152                                 Name="VCManifestTool" 
    153                         /> 
    154                         <Tool 
    155                                 Name="VCXDCMakeTool" 
    156                         /> 
    157                         <Tool 
    158                                 Name="VCBscMakeTool" 
    159                         /> 
    160                         <Tool 
    161                                 Name="VCFxCopTool" 
    162                         /> 
    163                         <Tool 
    164                                 Name="VCAppVerifierTool" 
    165                         /> 
    166                         <Tool 
    167                                 Name="VCPostBuildEventTool" 
    168                         /> 
    169                 </Configuration> 
    170                 <Configuration 
    17197                        Name="Debug|x64" 
    17298                        OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 
     
    244170                </Configuration> 
    245171                <Configuration 
     172                        Name="Release|Win32" 
     173                        OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 
     174                        IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" 
     175                        ConfigurationType="1" 
     176                        CharacterSet="1" 
     177                        WholeProgramOptimization="1" 
     178                        > 
     179                        <Tool 
     180                                Name="VCPreBuildEventTool" 
     181                        /> 
     182                        <Tool 
     183                                Name="VCCustomBuildTool" 
     184                        /> 
     185                        <Tool 
     186                                Name="VCXMLDataGeneratorTool" 
     187                        /> 
     188                        <Tool 
     189                                Name="VCWebServiceProxyGeneratorTool" 
     190                        /> 
     191                        <Tool 
     192                                Name="VCMIDLTool" 
     193                        /> 
     194                        <Tool 
     195                                Name="VCCLCompilerTool" 
     196                                AdditionalIncludeDirectories=".;..\win32;..\caca" 
     197                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 
     198                                RuntimeLibrary="2" 
     199                                UsePrecompiledHeader="0" 
     200                                WarningLevel="3" 
     201                                DebugInformationFormat="3" 
     202                        /> 
     203                        <Tool 
     204                                Name="VCManagedResourceCompilerTool" 
     205                        /> 
     206                        <Tool 
     207                                Name="VCResourceCompilerTool" 
     208                        /> 
     209                        <Tool 
     210                                Name="VCPreLinkEventTool" 
     211                        /> 
     212                        <Tool 
     213                                Name="VCLinkerTool" 
     214                                LinkIncremental="1" 
     215                                GenerateDebugInformation="true" 
     216                                SubSystem="1" 
     217                                OptimizeReferences="2" 
     218                                EnableCOMDATFolding="2" 
     219                                RandomizedBaseAddress="1" 
     220                                DataExecutionPrevention="0" 
     221                                TargetMachine="1" 
     222                        /> 
     223                        <Tool 
     224                                Name="VCALinkTool" 
     225                        /> 
     226                        <Tool 
     227                                Name="VCManifestTool" 
     228                        /> 
     229                        <Tool 
     230                                Name="VCXDCMakeTool" 
     231                        /> 
     232                        <Tool 
     233                                Name="VCBscMakeTool" 
     234                        /> 
     235                        <Tool 
     236                                Name="VCFxCopTool" 
     237                        /> 
     238                        <Tool 
     239                                Name="VCAppVerifierTool" 
     240                        /> 
     241                        <Tool 
     242                                Name="VCPostBuildEventTool" 
     243                        /> 
     244                </Configuration> 
     245                <Configuration 
    246246                        Name="Release|x64" 
    247247                        OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 
     
    323323        <Files> 
    324324                <File 
     325                        RelativePath="..\win32\config.h" 
     326                        > 
     327                </File> 
     328                <File 
    325329                        RelativePath="cxxtest.cpp" 
    326330                        > 
Note: See TracChangeset for help on using the changeset viewer.