Judging by the usage, this header belongs in there instead of being limited to dos module only. This change makes it easier to reuse code for new features related to drives mounting/unmounting.
10 lines
525 B
Makefile
10 lines
525 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
noinst_LIBRARIES = libdos.a
|
|
EXTRA_DIST = dos_codepages.h dos_keyboard_layout_data.h
|
|
libdos_a_SOURCES = dos.cpp dos_devices.cpp dos_execute.cpp dos_files.cpp dos_ioctl.cpp dos_memory.cpp \
|
|
dos_misc.cpp dos_classes.cpp dos_programs.cpp dos_tables.cpp \
|
|
drives.cpp drive_virtual.cpp drive_local.cpp drive_cache.cpp drive_fat.cpp \
|
|
drive_iso.cpp dev_con.h dos_mscdex.cpp dos_keyboard_layout.cpp \
|
|
cdrom.h cdrom.cpp cdrom_image.cpp \
|
|
drive_overlay.cpp
|