source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Updating mingw32 install hooks for new mingw version.
@ 2011-08-16 12:15 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-08-16 12:15 UTC (permalink / raw)
  To: source

Log Message:
-----------
Updating mingw32 install hooks for new mingw version.

Modified Files:
--------------
    mdocml:
        Makefile

Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/Makefile,v
retrieving revision 1.365
retrieving revision 1.366
diff -LMakefile -LMakefile -u -p -r1.365 -r1.366
--- Makefile
+++ Makefile
@@ -332,7 +332,7 @@ clean:
 	rm -f mandoc $(MANDOC_OBJS)
 	rm -f llib-lmandoc.ln $(MANDOC_LNS)
 	rm -f config.h config.log $(COMPAT_OBJS) $(COMPAT_LNS)
-	rm -f mdocml.tar.gz mdocml-win32.zip
+	rm -f mdocml.tar.gz mdocml-win32.zip mdocml-win64.zip
 	rm -f index.html $(INDEX_OBJS)
 	rm -rf test-strlcpy.DSYM
 	rm -rf test-strlcat.DSYM 
@@ -406,10 +406,21 @@ mdocml-win32.zip: $(SRCS)
 	$(INSTALL_SOURCE) $(SRCS) .win32
 	cp .win32/Makefile .win32/Makefile.old
 	grep -v DUSE_WCHAR .win32/Makefile.old >.win32/Makefile
-	( cd .win32; CC=i586-mingw32msvc-cc AR=i586-mingw32msvc-ar CFLAGS='-DOSNAME=\"Windows\"' make; \
+	( cd .win32; CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar CFLAGS='-DOSNAME=\"Windows\"' make; \
 		make install PREFIX=mdocml-$(VERSION) ; \
 		zip -r ../$@ mdocml-$(VERSION) )
 	rm -rf .win32
+
+mdocml-win64.zip: $(SRCS)
+	mkdir -p .win64/mdocml-$(VERSION)/
+	$(INSTALL_SOURCE) $(SRCS) .win64
+	cp .win64/Makefile .win64/Makefile.old
+	grep -v DUSE_WCHAR .win64/Makefile.old >.win64/Makefile
+	( cd .win64; CC=x86_64-w64-mingw32-gcc AR=x86_64-w64-mingw32-ar CFLAGS='-DOSNAME=\"Windows\"' make; \
+		make install PREFIX=mdocml-$(VERSION) ; \
+		zip -r ../$@ mdocml-$(VERSION) )
+	rm -rf .win64
+
 
 index.html: $(INDEX_OBJS)
 
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-16 12:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-16 12:15 mdocml: Updating mingw32 install hooks for new mingw version kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).