mirror of https://gitee.com/openkylin/qemu.git
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:
parent
379ff53dc9
commit
3db38e87a0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue