From d912747a68c38baa1d19e07067d8c691f29f8198 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Tue, 21 Jul 2015 10:18:57 -0500 Subject: Visual Studio build maintenance. * Fix compiler warnings * Add Visual Studio 2013 solution * Tweak .pro files * Most importantly, rename main 'quackle' project to 'libquackle' to avoid solution-level name conflict. This only affects the VS build. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2511c43..a345851 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .sconsign +.gitattributes obj Makefile Makefile.Debug @@ -14,6 +15,8 @@ ChangeLog *.pfx *.cer *.dll +*.vcxproj* +*.*sdf dawginput.raw playabilities.raw smaller.raw -- cgit v1.2.3