1
0
Fork 0

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:
Peter Veenstra 2006-03-27 19:18:00 +00:00
parent 49529ce994
commit f5e4334ff8
3 changed files with 4 additions and 8 deletions

View file

@ -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