Changeset 20357

Show
Ignore:
Timestamp:
06/27/07 11:02:48 (1 year ago)
Author:
patrick
Message:

Using /DEBUG when linking causes problems with Visual C++ 7.1 and
automatic linking when the desired outcome is to link against the "_g"
DLL variant. For some reason, /DEBUG causes linking against both the "_g"
variant and the "_d" variant, and that makes application execution go
quite poorly. Visual C++ 8.0 does not seem to exhibit this behavior, but
I have changed those .vcproj files, too.

This change includes incidental modifications made by Visual Studio
as a result of editing the linker settings in the project files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/gadgeteer/samples/tutorials/device.drivers/buttondevice.vcproj

    r20345 r20357  
    3939                                LinkIncremental="1" 
    4040                                AdditionalLibraryDirectories=""$(VJ_BASE_DIR)\lib";"$(VJ_DEPS_DIR)\lib"" 
    41                                 GenerateDebugInformation="TRUE" 
     41                                GenerateDebugInformation="FALSE" 
    4242                                ProgramDatabaseFile="$(OutDir)/button_drv_g.pdb" 
    4343                                SubSystem="1" 
  • juggler/trunk/modules/tweek/test/NetworkTestBean/NetworkTest_CXX.vcproj

    r20345 r20357  
    4545                                SuppressStartupBanner="TRUE" 
    4646                                AdditionalLibraryDirectories=""$(VJ_BASE_DIR)\lib";"$(VJ_DEPS_DIR)\lib"" 
    47                                 GenerateDebugInformation="TRUE" 
     47                                GenerateDebugInformation="FALSE" 
    4848                                ProgramDatabaseFile="$(OutDir)/server.pdb" 
    4949                                SubSystem="1" 
  • juggler/trunk/modules/vapor/test/TestSuite/runner.vcproj

    r20345 r20357  
    4040                                IgnoreAllDefaultLibraries="FALSE" 
    4141                                IgnoreDefaultLibraryNames="" 
    42                                 GenerateDebugInformation="TRUE" 
     42                                GenerateDebugInformation="FALSE" 
    4343                                ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb" 
    4444                                SubSystem="0" 
  • juggler/trunk/modules/vapor/test/TestSuite/vc7/cmod.vcproj

    r20345 r20357  
    3434                                OutputFile="$(OutDir)/cmod.dll" 
    3535                                LinkIncremental="1" 
    36                                 GenerateDebugInformation="TRUE" 
     36                                GenerateDebugInformation="FALSE" 
    3737                                ProgramDatabaseFile="$(OutDir)/cmod.pdb" 
    3838                                SubSystem="0" 
  • juggler/trunk/modules/vapor/test/TestSuite/vc7/cxxmod.vcproj

    r20345 r20357  
    3434                                OutputFile="$(OutDir)/cxxmod.dll" 
    3535                                LinkIncremental="1" 
    36                                 GenerateDebugInformation="TRUE" 
     36                                GenerateDebugInformation="FALSE" 
    3737                                ProgramDatabaseFile="$(OutDir)/cxxmod.pdb" 
    3838                                SubSystem="0" 
  • juggler/trunk/modules/vapor/test/TestSuite/vc7/dsomod1.vcproj

    r20345 r20357  
    3434                                OutputFile="$(OutDir)/dsomod1.dll" 
    3535                                LinkIncremental="1" 
    36                                 GenerateDebugInformation="TRUE" 
     36                                GenerateDebugInformation="FALSE" 
    3737                                ProgramDatabaseFile="$(OutDir)/dsomod1.pdb" 
    3838                                SubSystem="0" 
  • juggler/trunk/modules/vapor/test/TestSuite/vc7/dsomod2.vcproj

    r20345 r20357  
    3434                                OutputFile="$(OutDir)/dsomod2.dll" 
    3535                                LinkIncremental="1" 
    36                                 GenerateDebugInformation="TRUE" 
     36                                GenerateDebugInformation="FALSE" 
    3737                                ProgramDatabaseFile="$(OutDir)/dsomod2.pdb" 
    3838                                SubSystem="2" 
  • juggler/trunk/modules/vapor/test/TestSuite/vc7/loadermod1.vcproj

    r20345 r20357  
    3434                                OutputFile="$(OutDir)/loadermod1.dll" 
    3535                                LinkIncremental="1" 
    36                                 GenerateDebugInformation="TRUE" 
     36                                GenerateDebugInformation="FALSE" 
    3737                                ProgramDatabaseFile="$(OutDir)/loadermod1.pdb" 
    3838                                SubSystem="0" 
  • juggler/trunk/modules/vapor/test/TestSuite/vc7/loadermod1_d.vcproj

    r20345 r20357  
    3434                                OutputFile="$(OutDir)/loadermod1_d.dll" 
    3535                                LinkIncremental="1" 
    36                                 GenerateDebugInformation="TRUE" 
     36                                GenerateDebugInformation="FALSE" 
    3737                                ProgramDatabaseFile="$(OutDir)/loadermod1_d.pdb" 
    3838                                SubSystem="0" 
  • juggler/trunk/modules/vapor/test/TestSuite/vc7/loadermod2.vcproj

    r20345 r20357  
    3434                                OutputFile="$(OutDir)/loadermod2.dll" 
    3535                                LinkIncremental="1" 
    36                                 GenerateDebugInformation="TRUE" 
     36                                GenerateDebugInformation="FALSE" 
    3737                                ProgramDatabaseFile="$(OutDir)/loadermod2.pdb" 
    3838                                SubSystem="0" 
  • juggler/trunk/modules/vrjuggler/samples/OGL/advanced/glove/glove.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/glove.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/samples/OGL/advanced/navgrab/navgrab.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/navgrab.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/samples/OGL/ext/proceduralApp/proceduralApp.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/procApp.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/samples/OGL/simple/ConfigApp/ConfigApp.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/ConfigApp.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/samples/OGL/simple/MPApp/MPApp.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/MPApp.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/samples/OGL/simple/SimpleApp/simpleApp.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/simpleApp.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/samples/OGL/simple/contextApp/contextApp.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/contextApp.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/samples/OGL/simple/simpleInput/simpleInput.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/simpleInput.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/samples/OSG/advanced/OSGNavGrab/OsgNavGrab.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(OSGHOME)\lib";"$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/OsgNavGrab.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/samples/OSG/simple/osgNav/osgNav.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(OSGHOME)\lib";"$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/osgNav.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/samples/OpenSG/advanced/OpenSGNavGrab/OpenSGNavGrab.vcproj

    r20345 r20357  
    4848                                SuppressStartupBanner="TRUE" 
    4949                                AdditionalLibraryDirectories=""$(OSGROOT)\lib";"$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    50                                 GenerateDebugInformation="TRUE" 
     50                                GenerateDebugInformation="FALSE" 
    5151                                ProgramDatabaseFile="$(OutDir)/OpenSGNavGrab.pdb" 
    5252                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/samples/OpenSG/simple/OpenSGNav/OpenSGNav.vcproj

    r20345 r20357  
    4848                                SuppressStartupBanner="TRUE" 
    4949                                AdditionalLibraryDirectories=""$(OSGROOT)\lib";"$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    50                                 GenerateDebugInformation="TRUE" 
     50                                GenerateDebugInformation="FALSE" 
    5151                                ProgramDatabaseFile="$(OutDir)/OpenSGNav.pdb" 
    5252                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/samples/Pf/advanced/pfConfigNav/pfConfigNav.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib";"$(PFROOT)\lib\Debug"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/pfConfigNav.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/samples/Pf/advanced/pfNav/pfNav.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib";"$(PFROOT)\lib\Debug"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/pfNav.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/samples/Pf/simple/simplePf/simplePf.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib";"$(PFROOT)\lib\Debug"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/simplePf.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/samples/sound/simple/sonix/sonixApp.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/snxExample.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/samples/sound/simple/soundManager/soundManager.vcproj

    r20345 r20357  
    4646                                SuppressStartupBanner="TRUE" 
    4747                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    48                                 GenerateDebugInformation="TRUE" 
     48                                GenerateDebugInformation="FALSE" 
    4949                                ProgramDatabaseFile="$(OutDir)/soundManager.pdb" 
    5050                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/samples/speech/simple/SpeechRecogApp/SpeechRecogApp.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/simpleApp.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/test/Cluster/applicationData/applicationData.vcproj

    r20345 r20357  
    4242                                LinkIncremental="2" 
    4343                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    44                                 GenerateDebugInformation="TRUE" 
     44                                GenerateDebugInformation="FALSE" 
    4545                                ProgramDatabaseFile="$(OutDir)/applicationData.pdb" 
    4646                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/test/Draw/Direct3D/crate/Crate.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/crate.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/test/Draw/OGL/WallTest/WallTest.vcproj

    r20345 r20357  
    4646                                SuppressStartupBanner="TRUE" 
    4747                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    48                                 GenerateDebugInformation="TRUE" 
     48                                GenerateDebugInformation="FALSE" 
    4949                                ProgramDatabaseFile="$(OutDir)/WallTest.pdb" 
    5050                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/test/Draw/OGL/analog/analog.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/analog.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/test/Draw/OGL/combo/combo.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" 
    4848                                AdditionalLibraryDirectories=""$(VJ_DEPS_DIR)\lib";"$(VJ_BASE_DIR)\lib"" 
    49                                 GenerateDebugInformation="TRUE" 
     49                                GenerateDebugInformation="FALSE" 
    5050                                ProgramDatabaseFile="$(OutDir)/combo.pdb" 
    5151                                SubSystem="1" 
  • juggler/trunk/modules/vrjuggler/test/Draw/OGL/cubes/cubes.vcproj

    r20345 r20357  
    4747                                SuppressStartupBanner="TRUE" </