summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/windows.mak
diff options
context:
space:
mode:
author couriersud <couriersud@arcor.de>2015-01-17 15:32:40 +0100
committer couriersud <couriersud@arcor.de>2015-01-17 15:32:40 +0100
commit0c10c6794e85b48e663fb8da47aff894a427e119 (patch)
tree9a25c92a96d7053703d300596c4e16470ee5958a /src/osd/windows/windows.mak
parentd061d9594cc6f606ec9b9331f2c629e8391d6fbf (diff)
Put osdcore.o into libutil.a to avoid linking errors on debug builds.
This is a workaround. All osd_printf functions are in reality core functions given they are built around delegates and abuse delegates heavily. Therefore they should be moved to util at some point. (nw)
Diffstat (limited to 'src/osd/windows/windows.mak')
-rw-r--r--src/osd/windows/windows.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osd/windows/windows.mak b/src/osd/windows/windows.mak
index 1b5ed10f953..3ce30b9d3ab 100644
--- a/src/osd/windows/windows.mak
+++ b/src/osd/windows/windows.mak
@@ -344,7 +344,6 @@ LIBS += -lcomdlg32
#-------------------------------------------------
OSDCOREOBJS = \
- $(OSDOBJ)/osdcore.o \
$(WINOBJ)/main.o \
$(WINOBJ)/strconv.o \
$(WINOBJ)/windir.o \