mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Adds omitted paths to SConstruct.
This commit is contained in:
parent
7e8e3fdd39
commit
1aacf437b5
@ -31,6 +31,7 @@ SOURCES += glob.glob('../../Components/6560/*.cpp')
|
|||||||
SOURCES += glob.glob('../../Components/8272/*.cpp')
|
SOURCES += glob.glob('../../Components/8272/*.cpp')
|
||||||
SOURCES += glob.glob('../../Components/9918/*.cpp')
|
SOURCES += glob.glob('../../Components/9918/*.cpp')
|
||||||
SOURCES += glob.glob('../../Components/9918/Implementation/*.cpp')
|
SOURCES += glob.glob('../../Components/9918/Implementation/*.cpp')
|
||||||
|
SOURCES += glob.glob('../../Components/AudioToggle/*.cpp')
|
||||||
SOURCES += glob.glob('../../Components/AY38910/*.cpp')
|
SOURCES += glob.glob('../../Components/AY38910/*.cpp')
|
||||||
SOURCES += glob.glob('../../Components/KonamiSCC/*.cpp')
|
SOURCES += glob.glob('../../Components/KonamiSCC/*.cpp')
|
||||||
SOURCES += glob.glob('../../Components/SN76489/*.cpp')
|
SOURCES += glob.glob('../../Components/SN76489/*.cpp')
|
||||||
@ -43,6 +44,7 @@ SOURCES += glob.glob('../../Inputs/*.cpp')
|
|||||||
|
|
||||||
SOURCES += glob.glob('../../Machines/*.cpp')
|
SOURCES += glob.glob('../../Machines/*.cpp')
|
||||||
SOURCES += glob.glob('../../Machines/AmstradCPC/*.cpp')
|
SOURCES += glob.glob('../../Machines/AmstradCPC/*.cpp')
|
||||||
|
SOURCES += glob.glob('../../Machines/AppleII/*.cpp')
|
||||||
SOURCES += glob.glob('../../Machines/Atari2600/*.cpp')
|
SOURCES += glob.glob('../../Machines/Atari2600/*.cpp')
|
||||||
SOURCES += glob.glob('../../Machines/ColecoVision/*.cpp')
|
SOURCES += glob.glob('../../Machines/ColecoVision/*.cpp')
|
||||||
SOURCES += glob.glob('../../Machines/Commodore/*.cpp')
|
SOURCES += glob.glob('../../Machines/Commodore/*.cpp')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user