From e31128341b65a5f21f8e0fa4f3df2bf50d47fff8 Mon Sep 17 00:00:00 2001 From: Alexander Tereshkin Date: Sat, 12 May 2012 20:19:56 +0400 Subject: [PATCH] Windows-related code moved to core/win directory. --- vchan/sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vchan/sources b/vchan/sources index 6c3a4245..9b5e8eb8 100644 --- a/vchan/sources +++ b/vchan/sources @@ -1,6 +1,6 @@ TARGETNAME=libvchan TARGETTYPE=LIBRARY -TARGETPATH=..\libs +TARGETPATH=..\win\libs #BUILD_PASS0_CONSUMES=gntmem evtchn xenstore #BUILD_PASS0_PRODUCES=vchan @@ -10,7 +10,7 @@ USE_MSVCRT=1 DLLDEF=libvchan.def INCLUDES=$(INCLUDES); \ - ..\include;\ + ..\win\include;\ SOURCES=io.c init.c