Fix compilation when there is no zlib
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2556
This commit is contained in:
parent
49529ce994
commit
f5e4334ff8
3 changed files with 4 additions and 8 deletions
|
@ -6,8 +6,7 @@ bin_PROGRAMS = dosbox
|
|||
|
||||
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 \
|
||||
libs/zmbv/libzmbv.a
|
||||
ints/libints.a misc/libmisc.a shell/libshell.a hardware/serialport/libserial.a
|
||||
|
||||
if HAVE_WINDRES
|
||||
dosbox_LDADD += dosbox_ico.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue