Ignore:
Timestamp:
05/08/07 13:04:43 (17 years ago)
Author:
mattausch
Message:

cleaned up project files

File:
1 edited

Legend:

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

    r2332 r2353  
    9696                                AdditionalLibraryDirectories=""$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)";"$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)";"..\..\lib\$(ConfigurationName)";"..\lib\$(ConfigurationName)";"..\..\..\Preprocessing\lib\$(ConfigurationName)";..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\Preprocessing\src\GL" 
    9797                                GenerateDebugInformation="FALSE" 
    98                                 SubSystem="2" 
    99                                 OptimizeReferences="2" 
    100                                 EnableCOMDATFolding="2" 
    101                                 ImportLibrary="$(OutDir)/ObjReader.lib" 
    102                                 TargetMachine="1"/> 
    103                         <Tool 
    104                                 Name="VCMIDLTool"/> 
    105                         <Tool 
    106                                 Name="VCPostBuildEventTool" 
    107                                 CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/> 
    108                         <Tool 
    109                                 Name="VCPreBuildEventTool"/> 
    110                         <Tool 
    111                                 Name="VCPreLinkEventTool"/> 
    112                         <Tool 
    113                                 Name="VCResourceCompilerTool"/> 
    114                         <Tool 
    115                                 Name="VCWebServiceProxyGeneratorTool"/> 
    116                         <Tool 
    117                                 Name="VCXMLDataGeneratorTool"/> 
    118                         <Tool 
    119                                 Name="VCWebDeploymentTool"/> 
    120                         <Tool 
    121                                 Name="VCManagedWrapperGeneratorTool"/> 
    122                         <Tool 
    123                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
    124                 </Configuration> 
    125                 <Configuration 
    126                         Name="mlrt|Win32" 
    127                         OutputDirectory="$(ConfigurationName)" 
    128                         IntermediateDirectory="$(ConfigurationName)" 
    129                         ConfigurationType="2" 
    130                         CharacterSet="2"> 
    131                         <Tool 
    132                                 Name="VCCLCompilerTool" 
    133                                 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" 
    134                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OBJREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE" 
    135                                 RuntimeLibrary="2" 
    136                                 UsePrecompiledHeader="0" 
    137                                 WarningLevel="3" 
    138                                 Detect64BitPortabilityProblems="TRUE" 
    139                                 DebugInformationFormat="3"/> 
    140                         <Tool 
    141                                 Name="VCCustomBuildTool"/> 
    142                         <Tool 
    143                                 Name="VCLinkerTool" 
    144                                 AdditionalDependencies="OgreMain.lib CEGUIBase.lib OgreGUIRenderer.lib" 
    145                                 OutputFile="$(OutDir)/ObjReader.dll" 
    146                                 LinkIncremental="1" 
    147                                 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;" 
    148                                 GenerateDebugInformation="TRUE" 
    149                                 SubSystem="2" 
    150                                 OptimizeReferences="2" 
    151                                 EnableCOMDATFolding="2" 
    152                                 ImportLibrary="$(OutDir)/ObjReader.lib" 
    153                                 TargetMachine="1"/> 
    154                         <Tool 
    155                                 Name="VCMIDLTool"/> 
    156                         <Tool 
    157                                 Name="VCPostBuildEventTool" 
    158                                 CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/> 
    159                         <Tool 
    160                                 Name="VCPreBuildEventTool"/> 
    161                         <Tool 
    162                                 Name="VCPreLinkEventTool"/> 
    163                         <Tool 
    164                                 Name="VCResourceCompilerTool"/> 
    165                         <Tool 
    166                                 Name="VCWebServiceProxyGeneratorTool"/> 
    167                         <Tool 
    168                                 Name="VCXMLDataGeneratorTool"/> 
    169                         <Tool 
    170                                 Name="VCWebDeploymentTool"/> 
    171                         <Tool 
    172                                 Name="VCManagedWrapperGeneratorTool"/> 
    173                         <Tool 
    174                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
    175                 </Configuration> 
    176                 <Configuration 
    177                         Name="Release_Internal|Win32" 
    178                         OutputDirectory="$(ConfigurationName)" 
    179                         IntermediateDirectory="$(ConfigurationName)" 
    180                         ConfigurationType="2" 
    181                         CharacterSet="2"> 
    182                         <Tool 
    183                                 Name="VCCLCompilerTool" 
    184                                 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" 
    185                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OBJREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE" 
    186                                 RuntimeLibrary="2" 
    187                                 UsePrecompiledHeader="0" 
    188                                 WarningLevel="3" 
    189                                 Detect64BitPortabilityProblems="TRUE" 
    190                                 DebugInformationFormat="3"/> 
    191                         <Tool 
    192                                 Name="VCCustomBuildTool"/> 
    193                         <Tool 
    194                                 Name="VCLinkerTool" 
    195                                 AdditionalDependencies="OgreMain.lib CEGUIBase.lib OgreGUIRenderer.lib" 
    196                                 OutputFile="$(OutDir)/ObjReader.dll" 
    197                                 LinkIncremental="1" 
    198                                 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;" 
    199                                 GenerateDebugInformation="TRUE" 
    20098                                SubSystem="2" 
    20199                                OptimizeReferences="2" 
     
    289187                <Configuration 
    290188                        Name="Release_qt|Win32" 
    291                         OutputDirectory="Release" 
    292                         IntermediateDirectory="Release" 
     189                        OutputDirectory="..\lib\Release" 
     190                        IntermediateDirectory="..\obj\Release" 
    293191                        ConfigurationType="2" 
    294192                        CharacterSet="2"> 
     
    310208                                LinkIncremental="1" 
    311209                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\lib\Release&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;&quot;$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)&quot;;..\..\GtpVisibility\lib\Release;..\..\lib\Release" 
     210                                GenerateDebugInformation="FALSE" 
     211                                SubSystem="2" 
     212                                OptimizeReferences="2" 
     213                                EnableCOMDATFolding="2" 
     214                                ImportLibrary="$(OutDir)/ObjReader.lib" 
     215                                TargetMachine="1"/> 
     216                        <Tool 
     217                                Name="VCMIDLTool"/> 
     218                        <Tool 
     219                                Name="VCPostBuildEventTool" 
     220                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\Release&quot;"/> 
     221                        <Tool 
     222                                Name="VCPreBuildEventTool"/> 
     223                        <Tool 
     224                                Name="VCPreLinkEventTool"/> 
     225                        <Tool 
     226                                Name="VCResourceCompilerTool"/> 
     227                        <Tool 
     228                                Name="VCWebServiceProxyGeneratorTool"/> 
     229                        <Tool 
     230                                Name="VCXMLDataGeneratorTool"/> 
     231                        <Tool 
     232                                Name="VCWebDeploymentTool"/> 
     233                        <Tool 
     234                                Name="VCManagedWrapperGeneratorTool"/> 
     235                        <Tool 
     236                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     237                </Configuration> 
     238                <Configuration 
     239                        Name="Release_noqt|Win32" 
     240                        OutputDirectory="..\lib\Release" 
     241                        IntermediateDirectory="..\obj\Release" 
     242                        ConfigurationType="2" 
     243                        CharacterSet="2"> 
     244                        <Tool 
     245                                Name="VCCLCompilerTool" 
     246                                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;..\..\..\Preprocessing\src" 
     247                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OBJREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE" 
     248                                RuntimeLibrary="2" 
     249                                UsePrecompiledHeader="0" 
     250                                WarningLevel="3" 
     251                                Detect64BitPortabilityProblems="TRUE" 
     252                                DebugInformationFormat="3"/> 
     253                        <Tool 
     254                                Name="VCCustomBuildTool"/> 
     255                        <Tool 
     256                                Name="VCLinkerTool" 
     257                                AdditionalDependencies="OgreMain.lib zdll.lib zziplib.lib Preprocessor.lib xerces-c_2.lib RTScene.lib RTWorld.lib" 
     258                                OutputFile="$(OutDir)/ObjReader.dll" 
     259                                LinkIncremental="1" 
     260                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\Dependencies\lib\Release&quot;;&quot;$(OGRE_PATH)\OgreMain\lib\Release&quot;;..\..\GtpVisibility\lib\Release;..\..\lib\Release;..\lib\Release;..\..\..\Preprocessing\lib\Release;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\Preprocessing\src\GL;..\..\..\..\..\Lib\Vis\Preprocessing\MultiLevelRayTracing\RTWorld\Release;..\..\..\..\..\Lib\Vis\Preprocessing\MultiLevelRayTracing\RTScene\Release" 
    312261                                GenerateDebugInformation="FALSE" 
    313262                                SubSystem="2" 
Note: See TracChangeset for help on using the changeset viewer.