Browse Source

* Ignore annoying VC++ warnings (use of strdup instead of _strdup even in

C mode, "benign redefinition" of macros...).
tags/v0.99.beta14
Sam Hocevar sam 18 years ago
parent
commit
095a3d1c5f
4 changed files with 16 additions and 10 deletions
  1. +4
    -5
      msvc/cacademo.vcproj
  2. +4
    -5
      msvc/cacafire.vcproj
  3. +4
    -0
      msvc/libcaca.vcproj
  4. +4
    -0
      msvc/libcucul.vcproj

+ 4
- 5
msvc/cacademo.vcproj View File

@@ -49,6 +49,8 @@
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
DebugInformationFormat="4" DebugInformationFormat="4"
CompileAs="1"
DisableSpecificWarnings="4996;4142"
/> />
<Tool <Tool
Name="VCManagedResourceCompilerTool" Name="VCManagedResourceCompilerTool"
@@ -131,6 +133,8 @@
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
DebugInformationFormat="3" DebugInformationFormat="3"
CompileAs="1"
DisableSpecificWarnings="4996;4142"
/> />
<Tool <Tool
Name="VCManagedResourceCompilerTool" Name="VCManagedResourceCompilerTool"
@@ -189,11 +193,6 @@
> >
</File> </File>
</Filter> </Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc"
>
</Filter>
</Files> </Files>
<Globals> <Globals>
</Globals> </Globals>


+ 4
- 5
msvc/cacafire.vcproj View File

@@ -49,6 +49,8 @@
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
DebugInformationFormat="4" DebugInformationFormat="4"
CompileAs="1"
DisableSpecificWarnings="4996;4142"
/> />
<Tool <Tool
Name="VCManagedResourceCompilerTool" Name="VCManagedResourceCompilerTool"
@@ -131,6 +133,8 @@
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
DebugInformationFormat="3" DebugInformationFormat="3"
CompileAs="1"
DisableSpecificWarnings="4996;4142"
/> />
<Tool <Tool
Name="VCManagedResourceCompilerTool" Name="VCManagedResourceCompilerTool"
@@ -189,11 +193,6 @@
> >
</File> </File>
</Filter> </Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc"
>
</Filter>
</Files> </Files>
<Globals> <Globals>
</Globals> </Globals>


+ 4
- 0
msvc/libcaca.vcproj View File

@@ -46,6 +46,8 @@
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
DebugInformationFormat="4" DebugInformationFormat="4"
CompileAs="1"
DisableSpecificWarnings="4996;4142"
/> />
<Tool <Tool
Name="VCManagedResourceCompilerTool" Name="VCManagedResourceCompilerTool"
@@ -118,6 +120,8 @@
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
DebugInformationFormat="3" DebugInformationFormat="3"
CompileAs="1"
DisableSpecificWarnings="4996;4142"
/> />
<Tool <Tool
Name="VCManagedResourceCompilerTool" Name="VCManagedResourceCompilerTool"


+ 4
- 0
msvc/libcucul.vcproj View File

@@ -46,6 +46,8 @@
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
DebugInformationFormat="4" DebugInformationFormat="4"
CompileAs="1"
DisableSpecificWarnings="4996;4142"
/> />
<Tool <Tool
Name="VCManagedResourceCompilerTool" Name="VCManagedResourceCompilerTool"
@@ -118,6 +120,8 @@
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
DebugInformationFormat="3" DebugInformationFormat="3"
CompileAs="1"
DisableSpecificWarnings="4996;4142"
/> />
<Tool <Tool
Name="VCManagedResourceCompilerTool" Name="VCManagedResourceCompilerTool"


Loading…
Cancel
Save