Previous 199869 Revisions Next

r35200 Sunday 22nd February, 2015 at 10:11:59 UTC by Vasantha Crabb
Fix build on OSX
[/trunk]makefile
[src/ldplayer]ldplayer.mak

trunk/makefile
r243711r243712
949949# Emscripten's linker seems to be stricter about the ordering of files
950950   $(LD) $(LDFLAGS) $(LDFLAGSEMULATOR) $(VERSIONOBJ) -Wl,--start-group $(EMULATOROBJ) -Wl,--end-group $(LIBS) -o $@
951951else
952   $(LD) $(LDFLAGS) $(LDFLAGSEMULATOR) $^ $(LIBS) -o $@
952   $(LD) $(LDFLAGS) $(LDFLAGSEMULATOR) $(VERSIONOBJ) $(EMULATOROBJ) $(LIBS) -o $@
953953endif
954954ifeq ($(TARGETOS),win32)
955955ifdef SYMBOLS
trunk/src/ldplayer/ldplayer.mak
r243711r243712
6767#-------------------------------------------------
6868
6969DRVLIBS = \
70   $(EMUDRIVERS)/emudummy.o \
71   $(LDPOBJ)/ldplayer.o \
70   $(EMUDRIVERS)/emudummy.o
7271
7372
7473#-------------------------------------------------
7574# layout dependencies
7675#-------------------------------------------------
7776
78$(LDPOBJ)/ldplayer.o:   $(LAYOUT)/pr8210.lh \
77$(LDPOBJ)/ldplayer.o:   $(LAYOUT)/pr8210.lh


Previous 199869 Revisions Next


© 1997-2024 The MAME Team