From 51c9bd040db40c23af5e035d4aee51c58505c322 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 22 Jan 2010 01:22:14 -0600 Subject: [PATCH] Delete .lib objects from Visual Studio if they exist. gcc doesn't build them, yet tries to use them if they exist... --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 4447dfbede..c4796de63b 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -213,6 +213,8 @@ endif clean: rm -f vm/*.o rm -f factor.dll + rm -f factor.lib + rm -f factor.dll.lib rm -f libfactor.* rm -f libfactor-ffi-test.* rm -f Factor.app/Contents/Frameworks/libfactor.dylib