From c321b419d45be8c25bac671df776a779da78b090 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 17 Oct 2014 16:39:24 +0200 Subject: Added notes regarding building in VS --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5fa871d4..75af4465 100644 --- a/Makefile +++ b/Makefile @@ -325,9 +325,9 @@ endif echo -en 'This is Yosys $(YOSYS_VER) for Win32.\r\n' > yosys-win32-$(YOSYS_VER)/readme.txt echo -en 'Documentation at http://www.clifford.at/yosys/.\r\n' >> yosys-win32-$(YOSYS_VER)/readme.txt sed -e 's,^[^ ]*:,,; s, ,\n,g; s, *\\,,; s,/[^/]*/\.\./,/,g; s,'"$$PWD/"',,' \ - $(addsuffix .d,$(basename $(OBJS))) | sort -u | grep '^[^/]' > srcfiles.txt - { egrep '\.(h|hh|hpp|inc)$$' srcfiles.txt | sed 's,.*,,'; echo; \ - egrep -v '\.(h|hh|hpp|inc)$$' srcfiles.txt | sed 's,.*,,'; } > vcxproj_files.txt + $(addsuffix .d,$(basename $(OBJS))) | sort -u | grep '^[^/]' | grep -v kernel/version_ > srcfiles.txt + { echo ''; egrep '\.(h|hh|hpp|inc)$$' srcfiles.txt | sed 's,.*,,'; \ + egrep -v '\.(h|hh|hpp|inc)$$' srcfiles.txt | sed 's,.*,,'; echo ''; } > vcxproj_files.txt sed -i 's/$$/\r/' srcfiles.txt vcxproj_files.txt zip yosys-win32-$(YOSYS_VER)/genfiles.zip $(GENFILES) srcfiles.txt vcxproj_files.txt zip -r yosys-win32-$(YOSYS_VER).zip yosys-win32-$(YOSYS_VER)/ -- cgit v1.2.3