mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2024-11-21 15:34:08 +00:00
Move external libraries from src/ to lib/
This commit is contained in:
parent
3043ebe21e
commit
a99f8d9fbf
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,6 +1,6 @@
|
|||||||
[submodule "src/incbin"]
|
[submodule "src/incbin"]
|
||||||
path = src/incbin
|
path = lib/incbin
|
||||||
url = https://github.com/graphitemaster/incbin
|
url = https://github.com/graphitemaster/incbin
|
||||||
[submodule "src/tomlc99"]
|
[submodule "src/tomlc99"]
|
||||||
path = src/tomlc99
|
path = lib/tomlc99
|
||||||
url = https://github.com/cktan/tomlc99
|
url = https://github.com/cktan/tomlc99
|
||||||
|
@ -78,7 +78,6 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Hardware libraries
|
# Hardware libraries
|
||||||
|
|
||||||
HW_SRC = {
|
HW_SRC = {
|
||||||
'ADB': [
|
'ADB': [
|
||||||
'src/HW/ADB/ADBEMDEV.c'
|
'src/HW/ADB/ADBEMDEV.c'
|
||||||
@ -177,12 +176,13 @@ EMU_SRC = [
|
|||||||
'src/PATCHES/ROMEMDEV.c',
|
'src/PATCHES/ROMEMDEV.c',
|
||||||
'src/UTIL/DATE2SEC.c',
|
'src/UTIL/DATE2SEC.c',
|
||||||
'src/LANG/INTLCHAR.c',
|
'src/LANG/INTLCHAR.c',
|
||||||
'src/tomlc99/toml.c'
|
'lib/tomlc99/toml.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
EMU_INC = include_directories([
|
EMU_INC = include_directories([
|
||||||
'cfg/',
|
'cfg/',
|
||||||
'src/',
|
'src/',
|
||||||
|
'lib/'
|
||||||
])
|
])
|
||||||
|
|
||||||
## Final compiled program definition
|
## Final compiled program definition
|
||||||
|
Loading…
Reference in New Issue
Block a user