From b4e157b093d8650eac9fbc3782e59868e2453787 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 23 Dec 2002 17:34:58 +0000 Subject: Adding slowly support for mingw32 --- lib/Makefile.sol.mingw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Makefile.sol.mingw b/lib/Makefile.sol.mingw index 999c48e..d581a1e 100644 --- a/lib/Makefile.sol.mingw +++ b/lib/Makefile.sol.mingw @@ -10,8 +10,8 @@ TARGET = Baltisot-sol.a all: $(TARGET) $(TARGET): $(OBJECTS) - $(AR) r Baltisot-sol.a $(OBJECTS) - $(RANLIB) Baltisot-sol.a + $(AR) r $(TARGET) $(OBJECTS) + $(RANLIB) $(TARGET) clean: rm -f *.o $(TARGET) -- cgit v1.2.3