summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/windows.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/windows/windows.mak')
-rw-r--r--src/osd/windows/windows.mak4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/osd/windows/windows.mak b/src/osd/windows/windows.mak
index 877e4660dc2..b72ec5238a6 100644
--- a/src/osd/windows/windows.mak
+++ b/src/osd/windows/windows.mak
@@ -415,13 +415,15 @@ OSDOBJS += \
$(OSDOBJ)/modules/debugger/qt/debugqtmainwindow.o \
$(OSDOBJ)/modules/debugger/qt/debugqtmemorywindow.o \
$(OSDOBJ)/modules/debugger/qt/debugqtbreakpointswindow.o \
+ $(OSDOBJ)/modules/debugger/qt/debugqtdeviceswindow.o \
$(OSDOBJ)/modules/debugger/qt/debugqtview.moc.o \
$(OSDOBJ)/modules/debugger/qt/debugqtwindow.moc.o \
$(OSDOBJ)/modules/debugger/qt/debugqtlogwindow.moc.o \
$(OSDOBJ)/modules/debugger/qt/debugqtdasmwindow.moc.o \
$(OSDOBJ)/modules/debugger/qt/debugqtmainwindow.moc.o \
$(OSDOBJ)/modules/debugger/qt/debugqtmemorywindow.moc.o \
- $(OSDOBJ)/modules/debugger/qt/debugqtbreakpointswindow.moc.o
+ $(OSDOBJ)/modules/debugger/qt/debugqtbreakpointswindow.moc.o \
+ $(OSDOBJ)/modules/debugger/qt/debugqtdeviceswindow.moc.o
endif
#-------------------------------------------------