summaryrefslogtreecommitdiff
path: root/GNUmakefile.mingw
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-08-26 11:32:11 +0000
committerBryan Ischo <bryan@ischo.com>2008-08-26 11:32:11 +0000
commit67d461d704f27e65ee4349e99ec8f7006e3bca2d (patch)
tree2eb84ca00445c5b73ab17c3ec479a7eaead27288 /GNUmakefile.mingw
parent30b910cacaff7e9fb7f239a54edada2120a160c8 (diff)
downloadceph-libs3-67d461d704f27e65ee4349e99ec8f7006e3bca2d.tar.gz
* Integrated revisions 86:88 from 0.6 branch, which were fixes applied on the
branch relevent to trunk * Also some minor cleanups
Diffstat (limited to 'GNUmakefile.mingw')
-rw-r--r--GNUmakefile.mingw6
1 files changed, 3 insertions, 3 deletions
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