summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/windows.mak
diff options
context:
space:
mode:
author couriersud <couriersud@arcor.de>2015-02-26 01:40:30 +0100
committer couriersud <couriersud@arcor.de>2015-02-26 01:40:30 +0100
commita7e6dbdef2b30fe94695472b6ec440b88c58dfa1 (patch)
tree52c09324e94e2b93242641570b56ce13b6bda232 /src/osd/windows/windows.mak
parenteb8144a3bb8f5d443b5062b13e3e18b6b8e8c43c (diff)
parentb4b2dc719ebe1cfb13169f382c397b0b56d2fcd4 (diff)
Merge branch 'master' of https://github.com/mamedev/mame.git
Diffstat (limited to 'src/osd/windows/windows.mak')
-rw-r--r--src/osd/windows/windows.mak36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/osd/windows/windows.mak b/src/osd/windows/windows.mak
index d25c7d4e490..548e4ffc002 100644
--- a/src/osd/windows/windows.mak
+++ b/src/osd/windows/windows.mak
@@ -477,24 +477,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
#-------------------------------------------------