From 2139591ccc20c96faa2f6f0d3fa0a007cc144eb9 Mon Sep 17 00:00:00 2001 From: cracyc Date: Wed, 25 Feb 2015 16:56:43 -0600 Subject: fix building qt debugger on windows (nw) --- src/osd/windows/windows.mak | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/osd/windows/windows.mak b/src/osd/windows/windows.mak index 5810f4e178a..403134568e7 100644 --- a/src/osd/windows/windows.mak +++ b/src/osd/windows/windows.mak @@ -471,24 +471,24 @@ $(OSDOBJ)/%.moc.c: $(OSDSRC)/%.h $(MOC) $(INCPATH) $< -o $@ OSDOBJS += \ - $(OSDOBJ)/modules/debugger/qt/debugqtview.o \ - $(OSDOBJ)/modules/debugger/qt/debugqtwindow.o \ - $(OSDOBJ)/modules/debugger/qt/debugqtlogwindow.o \ - $(OSDOBJ)/modules/debugger/qt/debugqtdasmwindow.o \ - $(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/debugqtdeviceinformationwindow.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/debugqtdeviceswindow.moc.o \ - $(OSDOBJ)/modules/debugger/qt/debugqtdeviceinformationwindow.moc.o + $(OSDOBJ)/modules/debugger/qt/debuggerview.o \ + $(OSDOBJ)/modules/debugger/qt/windowqt.o \ + $(OSDOBJ)/modules/debugger/qt/logwindow.o \ + $(OSDOBJ)/modules/debugger/qt/dasmwindow.o \ + $(OSDOBJ)/modules/debugger/qt/mainwindow.o \ + $(OSDOBJ)/modules/debugger/qt/memorywindow.o \ + $(OSDOBJ)/modules/debugger/qt/breakpointswindow.o \ + $(OSDOBJ)/modules/debugger/qt/deviceswindow.o \ + $(OSDOBJ)/modules/debugger/qt/deviceinformationwindow.o \ + $(OSDOBJ)/modules/debugger/qt/debuggerview.moc.o \ + $(OSDOBJ)/modules/debugger/qt/windowqt.moc.o \ + $(OSDOBJ)/modules/debugger/qt/logwindow.moc.o \ + $(OSDOBJ)/modules/debugger/qt/dasmwindow.moc.o \ + $(OSDOBJ)/modules/debugger/qt/mainwindow.moc.o \ + $(OSDOBJ)/modules/debugger/qt/memorywindow.moc.o \ + $(OSDOBJ)/modules/debugger/qt/breakpointswindow.moc.o \ + $(OSDOBJ)/modules/debugger/qt/deviceswindow.moc.o \ + $(OSDOBJ)/modules/debugger/qt/deviceinformationwindow.moc.o endif #------------------------------------------------- -- cgit v1.2.3