Ignore:
Timestamp:
03/22/07 11:48:21 (17 years ago)
Author:
mattausch
Message:

worked on randomupdatemanager

File:
1 edited

Legend:

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

    r2254 r2278  
    7272                        <Tool 
    7373                                Name="VCCLCompilerTool" 
    74                                 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" 
    75                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IVREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE;GAMETOOLS_ILLUMINATION_MODULE;USE_VERBOSE_PVS" 
    76                                 RuntimeLibrary="2" 
    77                                 UsePrecompiledHeader="0" 
    78                                 WarningLevel="3" 
    79                                 Detect64BitPortabilityProblems="TRUE" 
    80                                 DebugInformationFormat="3"/> 
    81                         <Tool 
    82                                 Name="VCCustomBuildTool"/> 
    83                         <Tool 
    84                                 Name="VCLinkerTool" 
    85                                 AdditionalDependencies="OgreMain.lib CEGUIBase.lib OgreGUIRenderer.lib" 
    86                                 OutputFile="$(OutDir)/IVReader.dll" 
    87                                 LinkIncremental="1" 
    88                                 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;" 
    89                                 GenerateDebugInformation="FALSE" 
    90                                 SubSystem="2" 
    91                                 OptimizeReferences="2" 
    92                                 EnableCOMDATFolding="2" 
    93                                 ImportLibrary="$(OutDir)/IVReader.lib" 
    94                                 TargetMachine="1"/> 
    95                         <Tool 
    96                                 Name="VCMIDLTool"/> 
    97                         <Tool 
    98                                 Name="VCPostBuildEventTool"/> 
     74                                Optimization="3" 
     75                                GlobalOptimizations="TRUE" 
     76                                InlineFunctionExpansion="2" 
     77                                EnableIntrinsicFunctions="TRUE" 
     78                                FavorSizeOrSpeed="1" 
     79                                OmitFramePointers="TRUE" 
     80                                EnableFiberSafeOptimizations="TRUE" 
     81                                OptimizeForWindowsApplication="TRUE" 
     82                                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" 
     83                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IVREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE;GAMETOOLS_ILLUMINATION_MODULE" 
     84                                RuntimeLibrary="2" 
     85                                UsePrecompiledHeader="0" 
     86                                WarningLevel="3" 
     87                                Detect64BitPortabilityProblems="TRUE" 
     88                                DebugInformationFormat="3"/> 
     89                        <Tool 
     90                                Name="VCCustomBuildTool"/> 
     91                        <Tool 
     92                                Name="VCLinkerTool" 
     93                                AdditionalDependencies="OgreMain.lib CEGUIBase.lib OgreGUIRenderer.lib" 
     94                                OutputFile="$(OutDir)/IVReader.dll" 
     95                                LinkIncremental="1" 
     96                                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;" 
     97                                GenerateDebugInformation="TRUE" 
     98                                SubSystem="2" 
     99                                OptimizeReferences="2" 
     100                                EnableCOMDATFolding="2" 
     101                                OptimizeForWindows98="1" 
     102                                ImportLibrary="$(OutDir)/IVReader.lib" 
     103                                TargetMachine="1"/> 
     104                        <Tool 
     105                                Name="VCMIDLTool"/> 
     106                        <Tool 
     107                                Name="VCPostBuildEventTool" 
     108                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/> 
    99109                        <Tool 
    100110                                Name="VCPreBuildEventTool"/> 
Note: See TracChangeset for help on using the changeset viewer.