Remove unnecessary Src/ folders

This commit is contained in:
Jasper St. Pierre
2013-12-31 14:03:19 -05:00
parent 43e618682e
commit 34692ab826
1026 changed files with 37648 additions and 37646 deletions
@@ -1,28 +1,28 @@
set(SRCS Src/BPMemLoader.cpp
Src/Clipper.cpp
Src/SWCommandProcessor.cpp
Src/CPMemLoader.cpp
Src/DebugUtil.cpp
Src/EfbCopy.cpp
Src/EfbInterface.cpp
Src/HwRasterizer.cpp
Src/SWmain.cpp
Src/OpcodeDecoder.cpp
Src/SWPixelEngine.cpp
Src/Rasterizer.cpp
Src/SWRenderer.cpp
Src/SetupUnit.cpp
Src/SWStatistics.cpp
Src/Tev.cpp
Src/TextureEncoder.cpp
Src/TextureSampler.cpp
Src/TransformUnit.cpp
Src/SWVertexLoader.cpp
Src/SWVideoConfig.cpp
Src/XFMemLoader.cpp)
set(SRCS BPMemLoader.cpp
Clipper.cpp
SWCommandProcessor.cpp
CPMemLoader.cpp
DebugUtil.cpp
EfbCopy.cpp
EfbInterface.cpp
HwRasterizer.cpp
SWmain.cpp
OpcodeDecoder.cpp
SWPixelEngine.cpp
Rasterizer.cpp
SWRenderer.cpp
SetupUnit.cpp
SWStatistics.cpp
Tev.cpp
TextureEncoder.cpp
TextureSampler.cpp
TransformUnit.cpp
SWVertexLoader.cpp
SWVideoConfig.cpp
XFMemLoader.cpp)
if(wxWidgets_FOUND)
set(SRCS ${SRCS} Src/VideoConfigDialog.cpp)
set(SRCS ${SRCS} VideoConfigDialog.cpp)
endif(wxWidgets_FOUND)
set(LIBS videocommon
@@ -36,11 +36,11 @@ if(USE_EGL)
endif()
if(USE_GLES)
set(SRCS ${SRCS} ../OGL/Src/GLUtil.cpp)
set(SRCS ${SRCS} ../OGL/GLUtil.cpp)
set(LIBS ${LIBS}
GLESv2)
else()
set(SRCS ${SRCS} Src/RasterFont.cpp)
set(SRCS ${SRCS} RasterFont.cpp)
set(LIBS ${LIBS}
GLEW
${OPENGL_LIBRARIES})
@@ -8,7 +8,7 @@
#include <map>
#include "BPMemLoader.h"
#include "../../OGL/Src/GLUtil.h"
#include "../OGL/GLUtil.h"
struct OutputVertexData;
@@ -2,7 +2,7 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include "../../OGL/Src/GLUtil.h"
#include "../OGL/GLUtil.h"
#include <string.h>

Some files were not shown because too many files have changed in this diff Show More