Changeset 20550

Show
Ignore:
Timestamp:
07/15/07 07:49:42 (1 year ago)
Author:
patrick
Message:

MF22 r20542: This file was in pretty bad shape. The DebugRtDll|x64 settings

were completely wrong. For example, it was trying to build a .exe
instead of a .dll file.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/vc8/Gadgeteer/Ether24/Ether24.vcproj

    r20490 r20550  
    7474                                LinkIncremental="1" 
    7575                                AdditionalLibraryDirectories=""$(NSPR_ROOT)\lib";"$(BOOST_ROOT)\lib";"..\$(OutDir)";"..\..\JCCL\$(OutDir)";"..\..\VPR\$(OutDir)"" 
    76                                 GenerateDebugInformation="false" 
     76                                GenerateDebugInformation="true" 
    7777                                ProgramDatabaseFile="$(OutDir)/ElexolEther24_drv.pdb" 
    7878                                SubSystem="1" 
     
    225225                                BasicRuntimeChecks="3" 
    226226                                RuntimeLibrary="3" 
    227                                 BufferSecurityCheck="false" 
     227                                BufferSecurityCheck="true" 
    228228                                RuntimeTypeInfo="true" 
    229229                                UsePrecompiledHeader="0" 
     
    283283                <Configuration 
    284284                        Name="DebugRtDLL|x64" 
     285                        OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
    285286                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    286                         ConfigurationType="1" 
     287                        ConfigurationType="2" 
     288                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 
    287289                        > 
    288290                        <Tool 
     
    303305                        <Tool 
    304306                                Name="VCCLCompilerTool" 
     307                                Optimization="0" 
     308                                AdditionalIncludeDirectories="&quot;$(NSPR_INCLUDES)&quot;;&quot;$(BOOST_INCLUDES)&quot;;&quot;$(CPPDOM_INCLUDES)&quot;;&quot;$(GMTL_INCLUDES)&quot;;..;..\..\..\modules\vapor;..\..\VPR;..\..\..\modules\jackal\common;..\..\..\modules\jackal\config;..\..\..\modules\jackal\rtrc;..\..\JCCL;..\..\..\modules\gadgeteer;..\..\..\modules\gadgeteer\drivers" 
     309                                PreprocessorDefinitions="BOOST_ALL_DYN_LINK;WIN64;JUGGLER_DEBUG;_CONSOLE;_USRDLL;_GADGET_DRIVER_BUILD_" 
     310                                RuntimeLibrary="3" 
     311                                WarningLevel="3" 
     312                                Detect64BitPortabilityProblems="true" 
     313                                DebugInformationFormat="1" 
     314                                DisableSpecificWarnings="4244;4251;4267;4275;4290;4312;4800" 
    305315                        /> 
    306316                        <Tool 
     
    309319                        <Tool 
    310320                                Name="VCResourceCompilerTool" 
     321                                AdditionalIncludeDirectories=".." 
    311322                        /> 
    312323                        <Tool 
     
    315326                        <Tool 
    316327                                Name="VCLinkerTool" 
     328                                AdditionalDependencies="libnspr4.lib libplc4.lib ws2_32.lib $(NOINHERIT)" 
     329                                OutputFile="$(OutDir)/ElexolEther24_drv_d.dll" 
     330                                Version="$(GADGET_VERSION_DOT)" 
     331                                LinkIncremental="1" 
     332                                AdditionalLibraryDirectories="&quot;$(NSPR_ROOT)\lib&quot;;&quot;$(BOOST_ROOT)\lib&quot;;&quot;..\$(OutDir)&quot;;&quot;..\..\JCCL\$(OutDir)&quot;;&quot;..\..\VPR\$(OutDir)&quot;" 
     333                                GenerateDebugInformation="true" 
     334                                ProgramDatabaseFile="$(OutDir)/ElexolEther24_drv_d.pdb" 
     335                                SubSystem="1" 
     336                                ImportLibrary="$(OutDir)/ElexolEther24_drv_d.lib" 
     337                                TargetMachine="17" 
    317338                        /> 
    318339                        <Tool 
     
    401422                                LinkIncremental="1" 
    402423                                AdditionalLibraryDirectories="&quot;$(NSPR_ROOT)\lib&quot;;&quot;$(BOOST_ROOT)\lib&quot;;&quot;..\$(OutDir)&quot;;&quot;..\..\JCCL\$(OutDir)&quot;;&quot;..\..\VPR\$(OutDir)&quot;" 
    403                                 GenerateDebugInformation="true" 
     424                                GenerateDebugInformation="false" 
    404425                                ProgramDatabaseFile="$(OutDir)/ElexolEther24_drv.pdb" 
    405426                                SubSystem="1" 
     
    495516                                LinkIncremental="1" 
    496517                                AdditionalLibraryDirectories="&quot;$(NSPR_ROOT)\lib&quot;;&quot;$(BOOST_ROOT)\lib&quot;;&quot;..\$(OutDir)&quot;;&quot;..\..\JCCL\$(OutDir)&quot;;&quot;..\..\VPR\$(OutDir)&quot;" 
    497                                 GenerateDebugInformation="true" 
     518                                GenerateDebugInformation="false" 
    498519                                ProgramDatabaseFile="$(OutDir)/ElexolEther24_drv.pdb" 
    499520                                SubSystem="1"