Ignore:
Timestamp:
08/21/06 01:44:56 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1236 r1239  
    217217                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
    218218                </Configuration> 
     219                <Configuration 
     220                        Name="Release Internal|Win32" 
     221                        OutputDirectory="$(ConfigurationName)" 
     222                        IntermediateDirectory="$(ConfigurationName)" 
     223                        ConfigurationType="2" 
     224                        CharacterSet="2"> 
     225                        <Tool 
     226                                Name="VCCLCompilerTool" 
     227                                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" 
     228                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IVREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE" 
     229                                RuntimeLibrary="2" 
     230                                UsePrecompiledHeader="0" 
     231                                WarningLevel="3" 
     232                                Detect64BitPortabilityProblems="TRUE" 
     233                                DebugInformationFormat="3"/> 
     234                        <Tool 
     235                                Name="VCCustomBuildTool"/> 
     236                        <Tool 
     237                                Name="VCLinkerTool" 
     238                                AdditionalDependencies="OgreMain.lib CEGUIBase.lib OgreGUIRenderer.lib" 
     239                                OutputFile="$(OutDir)/IVReader.dll" 
     240                                LinkIncremental="1" 
     241                                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;" 
     242                                GenerateDebugInformation="TRUE" 
     243                                SubSystem="2" 
     244                                OptimizeReferences="2" 
     245                                EnableCOMDATFolding="2" 
     246                                ImportLibrary="$(OutDir)/IVReader.lib" 
     247                                TargetMachine="1"/> 
     248                        <Tool 
     249                                Name="VCMIDLTool"/> 
     250                        <Tool 
     251                                Name="VCPostBuildEventTool" 
     252                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/> 
     253                        <Tool 
     254                                Name="VCPreBuildEventTool"/> 
     255                        <Tool 
     256                                Name="VCPreLinkEventTool"/> 
     257                        <Tool 
     258                                Name="VCResourceCompilerTool"/> 
     259                        <Tool 
     260                                Name="VCWebServiceProxyGeneratorTool"/> 
     261                        <Tool 
     262                                Name="VCXMLDataGeneratorTool"/> 
     263                        <Tool 
     264                                Name="VCWebDeploymentTool"/> 
     265                        <Tool 
     266                                Name="VCManagedWrapperGeneratorTool"/> 
     267                        <Tool 
     268                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     269                </Configuration> 
    219270        </Configurations> 
    220271        <References> 
Note: See TracChangeset for help on using the changeset viewer.