提交 3db38e87 编写于 作者: B bellard

virtual console support - slirp for win32 support


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1017 c046a42c-6fe2-441c-8c8c-71466251a162
上级 379ff53d
...@@ -162,7 +162,7 @@ endif ...@@ -162,7 +162,7 @@ endif
DEFINES+=-D_GNU_SOURCE DEFINES+=-D_GNU_SOURCE
LIBS+=-lm LIBS+=-lm
ifdef CONFIG_WIN32 ifdef CONFIG_WIN32
LIBS+=-lwinmm LIBS+=-lwinmm -lws2_32 -liphlpapi
endif endif
# profiling code # profiling code
...@@ -237,7 +237,7 @@ ifeq ($(ARCH),alpha) ...@@ -237,7 +237,7 @@ ifeq ($(ARCH),alpha)
endif endif
# must use static linking to avoid leaving stuff in virtual address space # 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) ifeq ($(TARGET_ARCH), i386)
# Hardware support # Hardware support
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册