[Extractor-gtk-cvslog] SF.net SVN: extractor-gtk:[117] trunk/extractor
Extract files from unusual archive formats
Brought to you by:
someone-guy
|
From: <som...@us...> - 2009-07-31 11:47:35
|
Revision: 117
http://extractor-gtk.svn.sourceforge.net/extractor-gtk/?rev=117&view=rev
Author: someone-guy
Date: 2009-07-31 11:47:22 +0000 (Fri, 31 Jul 2009)
Log Message:
-----------
Typo fixes
Modified Paths:
--------------
trunk/extractor/Makefile
trunk/extractor/README
Modified: trunk/extractor/Makefile
===================================================================
--- trunk/extractor/Makefile 2009-07-29 14:22:38 UTC (rev 116)
+++ trunk/extractor/Makefile 2009-07-31 11:47:22 UTC (rev 117)
@@ -32,7 +32,7 @@
CFLAGS+=-DWITHOUT_GTK
else
MAIN+= gtkstuff.c
-ifeq ($(MiNGW_GTK_HACK), yes)
+ifeq ($(MINGW_GTK_HACK), yes)
CFLAGS+=-mms-bitfields -Iinclude
LDFLAGS=libglib-2.0-0.dll libgobject-2.0-0.dll libgdk-win32-2.0-0.dll libgdk_pixbuf-2.0-0.dll libgtk-win32-2.0-0.dll intl.dll
LDFLAGS+=-mwindows
Modified: trunk/extractor/README
===================================================================
--- trunk/extractor/README 2009-07-29 14:22:38 UTC (rev 116)
+++ trunk/extractor/README 2009-07-31 11:47:22 UTC (rev 117)
@@ -1,4 +1,4 @@
-Not much of a docuentation yet, sorry.
+Not much of a documentation yet, sorry.
You can change some compilation options by editing the first few lines
of the Makefile.
To compile, just type
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|