Ignore:
Timestamp:
01/02/07 01:44:59 (17 years ago)
Author:
mattausch
Message:

worked on preprocessor with and without qt and threads

File:
1 edited

Legend:

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

    r1826 r1926  
    268268                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
    269269                </Configuration> 
     270                <Configuration 
     271                        Name="Release_qt|Win32" 
     272                        OutputDirectory="$(ConfigurationName)" 
     273                        IntermediateDirectory="$(ConfigurationName)" 
     274                        ConfigurationType="2" 
     275                        CharacterSet="2"> 
     276                        <Tool 
     277                                Name="VCCLCompilerTool" 
     278                                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" 
     279                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IVREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE" 
     280                                RuntimeLibrary="2" 
     281                                UsePrecompiledHeader="0" 
     282                                WarningLevel="3" 
     283                                Detect64BitPortabilityProblems="TRUE" 
     284                                DebugInformationFormat="3"/> 
     285                        <Tool 
     286                                Name="VCCustomBuildTool"/> 
     287                        <Tool 
     288                                Name="VCLinkerTool" 
     289                                AdditionalDependencies="OgreMain.lib CEGUIBase.lib OgreGUIRenderer.lib" 
     290                                OutputFile="$(OutDir)/IVReader.dll" 
     291                                LinkIncremental="1" 
     292                                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;" 
     293                                GenerateDebugInformation="FALSE" 
     294                                SubSystem="2" 
     295                                OptimizeReferences="2" 
     296                                EnableCOMDATFolding="2" 
     297                                ImportLibrary="$(OutDir)/IVReader.lib" 
     298                                TargetMachine="1"/> 
     299                        <Tool 
     300                                Name="VCMIDLTool"/> 
     301                        <Tool 
     302                                Name="VCPostBuildEventTool" 
     303                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/> 
     304                        <Tool 
     305                                Name="VCPreBuildEventTool"/> 
     306                        <Tool 
     307                                Name="VCPreLinkEventTool"/> 
     308                        <Tool 
     309                                Name="VCResourceCompilerTool"/> 
     310                        <Tool 
     311                                Name="VCWebServiceProxyGeneratorTool"/> 
     312                        <Tool 
     313                                Name="VCXMLDataGeneratorTool"/> 
     314                        <Tool 
     315                                Name="VCWebDeploymentTool"/> 
     316                        <Tool 
     317                                Name="VCManagedWrapperGeneratorTool"/> 
     318                        <Tool 
     319                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     320                </Configuration> 
    270321        </Configurations> 
    271322        <References> 
Note: See TracChangeset for help on using the changeset viewer.