fix a few warning on mac os x.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2900
This commit is contained in:
parent
e5d178a282
commit
4a079e44b0
1 changed files with 7 additions and 5 deletions
|
@ -4,13 +4,15 @@ SUBDIRS = cpu debug dos fpu gui hardware libs ints misc shell platform
|
|||
|
||||
bin_PROGRAMS = dosbox
|
||||
|
||||
if HAVE_WINDRES
|
||||
ico_stuff = dosbox_ico.o
|
||||
endif
|
||||
|
||||
|
||||
dosbox_SOURCES = dosbox.cpp
|
||||
dosbox_LDADD = cpu/libcpu.a debug/libdebug.a dos/libdos.a fpu/libfpu.a hardware/libhardware.a gui/libgui.a \
|
||||
ints/libints.a misc/libmisc.a shell/libshell.a hardware/serialport/libserial.a
|
||||
|
||||
if HAVE_WINDRES
|
||||
dosbox_LDADD += dosbox_ico.o
|
||||
endif
|
||||
ints/libints.a misc/libmisc.a shell/libshell.a hardware/serialport/libserial.a \
|
||||
$(ico_stuff)
|
||||
|
||||
EXTRA_DIST = dosbox.rc dosbox.ico
|
||||
dosbox_ico.o: dosbox.rc dosbox.ico
|
||||
|
|
Loading…
Add table
Reference in a new issue