aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bs2.vcproj2
-rw-r--r--scummvm.vcproj9
2 files changed, 10 insertions, 1 deletions
diff --git a/bs2.vcproj b/bs2.vcproj
index 683884b9a3..76fe980eb6 100644
--- a/bs2.vcproj
+++ b/bs2.vcproj
@@ -80,7 +80,7 @@
AssemblerListingLocation=".\bs2___Debug/"
ObjectFile=".\bs2___Debug/"
ProgramDataBaseFileName=".\bs2___Debug/"
- WarningLevel="2"
+ WarningLevel="3"
WarnAsError="TRUE"
SuppressStartupBanner="TRUE"
DebugInformationFormat="4"
diff --git a/scummvm.vcproj b/scummvm.vcproj
index 61066a908f..45c3b43f33 100644
--- a/scummvm.vcproj
+++ b/scummvm.vcproj
@@ -320,6 +320,12 @@
Name="sound"
Filter="">
<File
+ RelativePath="sound\audiostream.cpp">
+ </File>
+ <File
+ RelativePath="sound\audiostream.h">
+ </File>
+ <File
RelativePath=".\sound\fmopl.cpp">
</File>
<File
@@ -352,6 +358,9 @@
<File
RelativePath=".\sound\mpu401.h">
</File>
+ <File
+ RelativePath="sound\rate.cpp">
+ </File>
</Filter>
<Filter
Name="gui"