Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 5, 2008, 9:52:37 PM (17 years ago)
Author:
rgrieder
Message:
  • updated VS properties
  • tried SSE extensions, but ogre doesn't seem to like that..
  • finally managed to create an archive with all the necessary dependency files for VC8
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/visual_studio/vc8/util.vcproj

    r788 r789  
    1919                        Name="Debug|Win32"
    2020                        ConfigurationType="4"
    21                         InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops"
     21                        InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\util_properties.vsprops"
    2222                        CharacterSet="1"
    2323                        >
     
    3939                        <Tool
    4040                                Name="VCCLCompilerTool"
    41                                 AdditionalIncludeDirectories=""
    4241                        />
    4342                        <Tool
     
    7271                        Name="Release|Win32"
    7372                        ConfigurationType="4"
    74                         InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops"
     73                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\util_properties.vsprops"
    7574                        CharacterSet="1"
    7675                        WholeProgramOptimization="1"
     
    9392                        <Tool
    9493                                Name="VCCLCompilerTool"
    95                                 AdditionalIncludeDirectories=""
     94                        />
     95                        <Tool
     96                                Name="VCManagedResourceCompilerTool"
     97                        />
     98                        <Tool
     99                                Name="VCResourceCompilerTool"
     100                        />
     101                        <Tool
     102                                Name="VCPreLinkEventTool"
     103                        />
     104                        <Tool
     105                                Name="VCLibrarianTool"
     106                        />
     107                        <Tool
     108                                Name="VCALinkTool"
     109                        />
     110                        <Tool
     111                                Name="VCXDCMakeTool"
     112                        />
     113                        <Tool
     114                                Name="VCBscMakeTool"
     115                        />
     116                        <Tool
     117                                Name="VCFxCopTool"
     118                        />
     119                        <Tool
     120                                Name="VCPostBuildEventTool"
     121                        />
     122                </Configuration>
     123                <Configuration
     124                        Name="Release_SSE|Win32"
     125                        ConfigurationType="4"
     126                        InheritedPropertySheets="..\base_properties_release_sse.vsprops;..\util_properties.vsprops"
     127                        CharacterSet="1"
     128                        WholeProgramOptimization="1"
     129                        >
     130                        <Tool
     131                                Name="VCPreBuildEventTool"
     132                        />
     133                        <Tool
     134                                Name="VCCustomBuildTool"
     135                        />
     136                        <Tool
     137                                Name="VCXMLDataGeneratorTool"
     138                        />
     139                        <Tool
     140                                Name="VCWebServiceProxyGeneratorTool"
     141                        />
     142                        <Tool
     143                                Name="VCMIDLTool"
     144                        />
     145                        <Tool
     146                                Name="VCCLCompilerTool"
     147                        />
     148                        <Tool
     149                                Name="VCManagedResourceCompilerTool"
     150                        />
     151                        <Tool
     152                                Name="VCResourceCompilerTool"
     153                        />
     154                        <Tool
     155                                Name="VCPreLinkEventTool"
     156                        />
     157                        <Tool
     158                                Name="VCLibrarianTool"
     159                        />
     160                        <Tool
     161                                Name="VCALinkTool"
     162                        />
     163                        <Tool
     164                                Name="VCXDCMakeTool"
     165                        />
     166                        <Tool
     167                                Name="VCBscMakeTool"
     168                        />
     169                        <Tool
     170                                Name="VCFxCopTool"
     171                        />
     172                        <Tool
     173                                Name="VCPostBuildEventTool"
     174                        />
     175                </Configuration>
     176                <Configuration
     177                        Name="Release_SSE2|Win32"
     178                        ConfigurationType="4"
     179                        InheritedPropertySheets="..\base_properties_release_sse2.vsprops;..\util_properties.vsprops"
     180                        CharacterSet="1"
     181                        WholeProgramOptimization="1"
     182                        >
     183                        <Tool
     184                                Name="VCPreBuildEventTool"
     185                        />
     186                        <Tool
     187                                Name="VCCustomBuildTool"
     188                        />
     189                        <Tool
     190                                Name="VCXMLDataGeneratorTool"
     191                        />
     192                        <Tool
     193                                Name="VCWebServiceProxyGeneratorTool"
     194                        />
     195                        <Tool
     196                                Name="VCMIDLTool"
     197                        />
     198                        <Tool
     199                                Name="VCCLCompilerTool"
    96200                        />
    97201                        <Tool
Note: See TracChangeset for help on using the changeset viewer.