From: bellard Date: Wed, 14 Jul 2004 17:19:55 +0000 (+0000) Subject: virtual console support - slirp for win32 support X-Git-Tag: release_0_6_1~132 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3db38e87a0e90d4fd2d8c999434feaac6ddb1289;p=thirdparty%2Fqemu.git virtual console support - slirp for win32 support git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1017 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/Makefile.target b/Makefile.target index 3303b0ce5a4..d565e1dd9a0 100644 --- a/Makefile.target +++ b/Makefile.target @@ -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