diff options
author | Jamieson Christian | 2003-09-30 17:54:57 +0000 |
---|---|---|
committer | Jamieson Christian | 2003-09-30 17:54:57 +0000 |
commit | 9f0b97b91b63b9c2468347b7ab90df7b915d6d25 (patch) | |
tree | babd497c1da1376cfbcc9c022ddd52d58e2533b3 | |
parent | 9d93e97ed4066729622e4d3d8c5c2302faf289c3 (diff) | |
download | scummvm-rg350-9f0b97b91b63b9c2468347b7ab90df7b915d6d25.tar.gz scummvm-rg350-9f0b97b91b63b9c2468347b7ab90df7b915d6d25.tar.bz2 scummvm-rg350-9f0b97b91b63b9c2468347b7ab90df7b915d6d25.zip |
Added new scalers breakout
svn-id: r10512
-rw-r--r-- | scummvm.dsp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/scummvm.dsp b/scummvm.dsp index 966ade483a..e5c7c6866d 100644 --- a/scummvm.dsp +++ b/scummvm.dsp @@ -184,6 +184,30 @@ SOURCE=.\base\plugins.h # Begin Group "common"
# PROP Default_Filter ""
+# Begin Group "scaler"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\common\scaler\2xsai.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\common\scaler\aspect.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\common\scaler\hq2x.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\common\scaler\hq3x.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\common\scaler\intern.h
+# End Source File
+# End Group
# Begin Source File
SOURCE=".\common\config-file.cpp"
|