~ubuntu-branches/ubuntu/wily/libsigc++-2.0/wily-proposed

« back to all changes in this revision

Viewing changes to MSVC_Net2003/tests/test_hide/test_hide.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Burrows
  • Date: 2005-07-10 14:34:54 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050710143454-1lickjxb8hzzupx7
Tags: 2.0.10-3
Fix dh_makeshlibs call (it WOULD be the one that I didn't check that
needed to be changed; Closes: #317682).

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
                        <Tool
20
20
                                Name="VCCLCompilerTool"
21
21
                                Optimization="0"
 
22
                                AdditionalIncludeDirectories="$(SolutionDir);$(SolutionDir)\.."
22
23
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
23
24
                                MinimalRebuild="TRUE"
24
25
                                BasicRuntimeChecks="3"
25
 
                                RuntimeLibrary="5"
 
26
                                RuntimeLibrary="3"
 
27
                                RuntimeTypeInfo="TRUE"
26
28
                                UsePrecompiledHeader="0"
27
29
                                WarningLevel="3"
28
30
                                Detect64BitPortabilityProblems="TRUE"
66
68
                        CharacterSet="2">
67
69
                        <Tool
68
70
                                Name="VCCLCompilerTool"
 
71
                                AdditionalIncludeDirectories="$(SolutionDir);$(SolutionDir)\.."
69
72
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
70
 
                                RuntimeLibrary="4"
 
73
                                RuntimeLibrary="2"
 
74
                                RuntimeTypeInfo="TRUE"
71
75
                                UsePrecompiledHeader="0"
72
76
                                WarningLevel="3"
73
77
                                Detect64BitPortabilityProblems="TRUE"