summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/SConscript
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-05-08 09:31:57 +0000
committernakeee <nakeee@gmail.com>2009-05-08 09:31:57 +0000
commit1e07b263563f3aa6a0a48c7e9760c8a36506d5eb (patch)
treed11e293550fcb7dc19d9c60c0911eb650bb4389c /Source/Core/VideoCommon/Src/SConscript
parent84cd78d9c7573d96c2dd880c0a50f01140f5f1cc (diff)
Move soil to external, this breaks windows build until deathroi will commit the windows part
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3175 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/SConscript')
-rw-r--r--Source/Core/VideoCommon/Src/SConscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript
index 75deb37829..ea2c01bba3 100644
--- a/Source/Core/VideoCommon/Src/SConscript
+++ b/Source/Core/VideoCommon/Src/SConscript
@@ -31,10 +31,6 @@ files = [
'VideoState.cpp',
'Profiler.cpp',
'HiresTextures.cpp',
- 'SOIL/image_DXT.c',
- 'SOIL/image_helper.c',
- 'SOIL/SOIL.c',
- 'SOIL/stb_image_aug.c'
]
env_common = env.Clone()