[Extractor-gtk-cvslog] SF.net SVN: extractor-gtk:[123] trunk/extractor/Makefile
Extract files from unusual archive formats
Brought to you by:
someone-guy
|
From: <som...@us...> - 2011-08-21 10:08:08
|
Revision: 123
http://extractor-gtk.svn.sourceforge.net/extractor-gtk/?rev=123&view=rev
Author: someone-guy
Date: 2011-08-21 10:08:02 +0000 (Sun, 21 Aug 2011)
Log Message:
-----------
Switch to mingw64 for commented-out alternative compiler.
Modified Paths:
--------------
trunk/extractor/Makefile
Modified: trunk/extractor/Makefile
===================================================================
--- trunk/extractor/Makefile 2011-08-21 10:07:20 UTC (rev 122)
+++ trunk/extractor/Makefile 2011-08-21 10:08:02 UTC (rev 123)
@@ -8,7 +8,7 @@
#MINGW_GTK_HACK=yes
CC=gcc
-#CC=i586-mingw32msvc-gcc
+#CC=i686-w64-mingw32-gcc
# should not need to change anything beyond here
CFLAGS=-Wall -Wdeclaration-after-statement -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -g -O2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|