Ignore:
Timestamp:
08/21/06 00:19:29 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/IVReader/src/IVReader.vcproj

    r1230 r1236  
    115115                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
    116116                </Configuration> 
     117                <Configuration 
     118                        Name="mlrt|Win32" 
     119                        OutputDirectory="$(ConfigurationName)" 
     120                        IntermediateDirectory="$(ConfigurationName)" 
     121                        ConfigurationType="2" 
     122                        CharacterSet="2"> 
     123                        <Tool 
     124                                Name="VCCLCompilerTool" 
     125                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;..\include" 
     126                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IVREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE" 
     127                                RuntimeLibrary="2" 
     128                                UsePrecompiledHeader="0" 
     129                                WarningLevel="3" 
     130                                Detect64BitPortabilityProblems="TRUE" 
     131                                DebugInformationFormat="3"/> 
     132                        <Tool 
     133                                Name="VCCustomBuildTool"/> 
     134                        <Tool 
     135                                Name="VCLinkerTool" 
     136                                AdditionalDependencies="OgreMain.lib CEGUIBase.lib OgreGUIRenderer.lib" 
     137                                OutputFile="$(OutDir)/IVReader.dll" 
     138                                LinkIncremental="1" 
     139                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;&quot;..\..\GtpVisibility\lib\$(ConfigurationName)&quot;;&quot;..\..\lib\$(ConfigurationName)&quot;;&quot;..\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)&quot;" 
     140                                GenerateDebugInformation="TRUE" 
     141                                SubSystem="2" 
     142                                OptimizeReferences="2" 
     143                                EnableCOMDATFolding="2" 
     144                                ImportLibrary="$(OutDir)/IVReader.lib" 
     145                                TargetMachine="1"/> 
     146                        <Tool 
     147                                Name="VCMIDLTool"/> 
     148                        <Tool 
     149                                Name="VCPostBuildEventTool" 
     150                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/> 
     151                        <Tool 
     152                                Name="VCPreBuildEventTool"/> 
     153                        <Tool 
     154                                Name="VCPreLinkEventTool"/> 
     155                        <Tool 
     156                                Name="VCResourceCompilerTool"/> 
     157                        <Tool 
     158                                Name="VCWebServiceProxyGeneratorTool"/> 
     159                        <Tool 
     160                                Name="VCXMLDataGeneratorTool"/> 
     161                        <Tool 
     162                                Name="VCWebDeploymentTool"/> 
     163                        <Tool 
     164                                Name="VCManagedWrapperGeneratorTool"/> 
     165                        <Tool 
     166                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     167                </Configuration> 
     168                <Configuration 
     169                        Name="Release_Internal|Win32" 
     170                        OutputDirectory="$(ConfigurationName)" 
     171                        IntermediateDirectory="$(ConfigurationName)" 
     172                        ConfigurationType="2" 
     173                        CharacterSet="2"> 
     174                        <Tool 
     175                                Name="VCCLCompilerTool" 
     176                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;..\include" 
     177                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IVREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE" 
     178                                RuntimeLibrary="2" 
     179                                UsePrecompiledHeader="0" 
     180                                WarningLevel="3" 
     181                                Detect64BitPortabilityProblems="TRUE" 
     182                                DebugInformationFormat="3"/> 
     183                        <Tool 
     184                                Name="VCCustomBuildTool"/> 
     185                        <Tool 
     186                                Name="VCLinkerTool" 
     187                                AdditionalDependencies="OgreMain.lib CEGUIBase.lib OgreGUIRenderer.lib" 
     188                                OutputFile="$(OutDir)/IVReader.dll" 
     189                                LinkIncremental="1" 
     190                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;&quot;..\..\GtpVisibility\lib\$(ConfigurationName)&quot;;&quot;..\..\lib\$(ConfigurationName)&quot;;&quot;..\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)&quot;" 
     191                                GenerateDebugInformation="TRUE" 
     192                                SubSystem="2" 
     193                                OptimizeReferences="2" 
     194                                EnableCOMDATFolding="2" 
     195                                ImportLibrary="$(OutDir)/IVReader.lib" 
     196                                TargetMachine="1"/> 
     197                        <Tool 
     198                                Name="VCMIDLTool"/> 
     199                        <Tool 
     200                                Name="VCPostBuildEventTool" 
     201                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/> 
     202                        <Tool 
     203                                Name="VCPreBuildEventTool"/> 
     204                        <Tool 
     205                                Name="VCPreLinkEventTool"/> 
     206                        <Tool 
     207                                Name="VCResourceCompilerTool"/> 
     208                        <Tool 
     209                                Name="VCWebServiceProxyGeneratorTool"/> 
     210                        <Tool 
     211                                Name="VCXMLDataGeneratorTool"/> 
     212                        <Tool 
     213                                Name="VCWebDeploymentTool"/> 
     214                        <Tool 
     215                                Name="VCManagedWrapperGeneratorTool"/> 
     216                        <Tool 
     217                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     218                </Configuration> 
    117219        </Configurations> 
    118220        <References> 
Note: See TracChangeset for help on using the changeset viewer.