mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Remove unnecessary Src/ folders
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ Thumbs.db
|
||||
# Ignore Finder view option files created by OS X
|
||||
.DS_Store
|
||||
# Ignore autogenerated source files
|
||||
Source/Core/Common/Src/scmrev.h
|
||||
Source/Core/Common/scmrev.h
|
||||
# Ignore files output by build
|
||||
/[Bb]uild/
|
||||
/[Bb]inary/
|
||||
|
||||
+12
-12
@@ -493,16 +493,16 @@ endif()
|
||||
########################################
|
||||
# Setup include directories (and make sure they are preferred over the Externals)
|
||||
#
|
||||
include_directories(Source/Core/AudioCommon/Src)
|
||||
include_directories(Source/Core/Common/Src)
|
||||
include_directories(Source/Core/Core/Src)
|
||||
include_directories(Source/Core/DebuggerUICommon/Src)
|
||||
include_directories(Source/Core/DebuggerWX/Src)
|
||||
include_directories(Source/Core/DiscIO/Src)
|
||||
include_directories(Source/Core/DolphinWX/Src)
|
||||
include_directories(Source/Core/InputCommon/Src)
|
||||
include_directories(Source/Core/VideoCommon/Src)
|
||||
include_directories(Source/Core/VideoUICommon/Src)
|
||||
include_directories(Source/Core/AudioCommon)
|
||||
include_directories(Source/Core/Common)
|
||||
include_directories(Source/Core/Core)
|
||||
include_directories(Source/Core/DebuggerUICommon)
|
||||
include_directories(Source/Core/DebuggerWX)
|
||||
include_directories(Source/Core/DiscIO)
|
||||
include_directories(Source/Core/DolphinWX)
|
||||
include_directories(Source/Core/InputCommon)
|
||||
include_directories(Source/Core/VideoCommon)
|
||||
include_directories(Source/Core/VideoUICommon)
|
||||
|
||||
########################################
|
||||
# Process externals and setup their include directories
|
||||
@@ -762,13 +762,13 @@ else()
|
||||
set(DOLPHIN_WC_IS_MASTER "0")
|
||||
endif()
|
||||
|
||||
file(WRITE ${PROJECT_BINARY_DIR}/Source/Core/Common/Src/scmrev.h
|
||||
file(WRITE ${PROJECT_BINARY_DIR}/Source/Core/Common/scmrev.h
|
||||
"#define SCM_REV_STR \"" ${DOLPHIN_WC_REVISION} "\"\n"
|
||||
"#define SCM_DESC_STR \"" ${DOLPHIN_WC_DESCRIBE} "\"\n"
|
||||
"#define SCM_BRANCH_STR \"" ${DOLPHIN_WC_BRANCH} "\"\n"
|
||||
"#define SCM_IS_MASTER " ${DOLPHIN_WC_IS_MASTER} "\n"
|
||||
)
|
||||
include_directories("${PROJECT_BINARY_DIR}/Source/Core/Common/Src")
|
||||
include_directories("${PROJECT_BINARY_DIR}/Source/Core/Common")
|
||||
|
||||
|
||||
########################################
|
||||
|
||||
+1361
-1361
File diff suppressed because it is too large
Load Diff
+1361
-1361
File diff suppressed because it is too large
Load Diff
+1361
-1361
File diff suppressed because it is too large
Load Diff
+1361
-1361
File diff suppressed because it is too large
Load Diff
+1361
-1361
File diff suppressed because it is too large
Load Diff
+1361
-1361
File diff suppressed because it is too large
Load Diff
+1361
-1361
File diff suppressed because it is too large
Load Diff
+1361
-1361
File diff suppressed because it is too large
Load Diff
+1361
-1361
File diff suppressed because it is too large
Load Diff
+1361
-1361
File diff suppressed because it is too large
Load Diff
+1361
-1361
File diff suppressed because it is too large
Load Diff
+1361
-1361
File diff suppressed because it is too large
Load Diff
+1361
-1361
File diff suppressed because it is too large
Load Diff
+1361
-1361
File diff suppressed because it is too large
Load Diff
+1361
-1361
File diff suppressed because it is too large
Load Diff
+1361
-1361
File diff suppressed because it is too large
Load Diff
+1361
-1361
File diff suppressed because it is too large
Load Diff
+1361
-1361
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user