Changeset 1140


Ignore:
Timestamp:
07/18/06 17:45:39 (18 years ago)
Author:
szydlowski
Message:

Added configuration for debug ... hell I like debug :)

File:
1 edited

Legend:

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

    r1139 r1140  
    1313                <Configuration 
    1414                        Name="Debug|Win32" 
    15                         OutputDirectory="Debug" 
    16                         IntermediateDirectory="Debug" 
     15                        OutputDirectory="..\lib\$(ConfigurationName)" 
     16                        IntermediateDirectory="..\obj\$(ConfigurationName)" 
    1717                        ConfigurationType="2" 
    1818                        CharacterSet="2"> 
     
    2828                                WarningLevel="3" 
    2929                                Detect64BitPortabilityProblems="TRUE" 
    30                                 DebugInformationFormat="4"/> 
     30                                DebugInformationFormat="3"/> 
    3131                        <Tool 
    3232                                Name="VCCustomBuildTool"/> 
    3333                        <Tool 
    3434                                Name="VCLinkerTool" 
     35                                AdditionalDependencies="OgreMain_d.lib CEGUIBase_d.lib OgreGUIRenderer_d.lib" 
    3536                                OutputFile="$(OutDir)/IVReader.dll" 
    36                                 LinkIncremental="2" 
     37                                LinkIncremental="1" 
     38                                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;" 
    3739                                GenerateDebugInformation="TRUE" 
    38                                 ProgramDatabaseFile="$(OutDir)/IVReader.pdb" 
     40                                ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb" 
    3941                                SubSystem="2" 
    4042                                ImportLibrary="$(OutDir)/IVReader.lib" 
     
    4345                                Name="VCMIDLTool"/> 
    4446                        <Tool 
    45                                 Name="VCPostBuildEventTool"/> 
     47                                Name="VCPostBuildEventTool" 
     48                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/> 
    4649                        <Tool 
    4750                                Name="VCPreBuildEventTool"/> 
     
    9497                        <Tool 
    9598                                Name="VCPostBuildEventTool" 
    96                                 CommandLine="copy $(OutDir)\$(TargetFileName) $(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)"/> 
     99                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/> 
    97100                        <Tool 
    98101                                Name="VCPreBuildEventTool"/> 
Note: See TracChangeset for help on using the changeset viewer.