virtual console support - slirp for win32 support

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1017 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-07-14 17:19:55 +00:00
parent 379ff53dc9
commit 3db38e87a0
1 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ endif
DEFINES+=-D_GNU_SOURCE
LIBS+=-lm
ifdef CONFIG_WIN32
LIBS+=-lwinmm
LIBS+=-lwinmm -lws2_32 -liphlpapi
endif
# profiling code
@ -237,7 +237,7 @@ ifeq ($(ARCH),alpha)
endif
# must use static linking to avoid leaving stuff in virtual address space
VL_OBJS=vl.o osdep.o block.o monitor.o pci.o
VL_OBJS=vl.o osdep.o block.o monitor.o pci.o console.o
ifeq ($(TARGET_ARCH), i386)
# Hardware support