From 67d461d704f27e65ee4349e99ec8f7006e3bca2d Mon Sep 17 00:00:00 2001 From: Bryan Ischo Date: Tue, 26 Aug 2008 11:32:11 +0000 Subject: * Integrated revisions 86:88 from 0.6 branch, which were fixes applied on the branch relevent to trunk * Also some minor cleanups --- GNUmakefile.mingw | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'GNUmakefile.mingw') diff --git a/GNUmakefile.mingw b/GNUmakefile.mingw index 1b07fd3..27f3456 100644 --- a/GNUmakefile.mingw +++ b/GNUmakefile.mingw @@ -38,8 +38,8 @@ # -------------------------------------------------------------------------- # Set libs3 version number -LIBS3_VER_MAJOR := trunk -LIBS3_VER_MINOR := trunk +LIBS3_VER_MAJOR := trunk0 +LIBS3_VER_MINOR := trunk0 LIBS3_VER := $(LIBS3_VER_MAJOR).$(LIBS3_VER_MINOR) @@ -117,7 +117,7 @@ install: libs3 s3 headers -@mkdir $(DESTDIR)\include -@mkdir $(DESTDIR)\lib copy $(BUILD)\bin\s3.exe $(DESTDIR)\bin - copy $(BUILD)\lib\libs3.dll $(DESTDIR)\bin + copy $(BUILD)\bin\libs3.dll $(DESTDIR)\bin copy $(BUILD)\lib\libs3.a $(DESTDIR)\lib copy mswin\libs3.def $(DESTDIR)\lib copy $(BUILD)\include\libs3.h $(DESTDIR)\include -- cgit v1.2.1