the new gnustep-make directory structure. Other notable changes include: * bugfixes and stability improvements * Support for some new Cocoa classes, like NSURL * Improved compatibility with gstep-base * more and fixed timezone files * support for read-only strings in UTF-8 and UTF-16 * some fixes for warnings thrown in new gcc (gcc3+) compilers
13 lines
375 B
Text
13 lines
375 B
Text
$NetBSD: patch-aa,v 1.1 2009/04/18 02:19:23 rh Exp $
|
|
|
|
--- GNUmakefile.orig 2009-04-18 10:49:03.000000000 +1000
|
|
+++ GNUmakefile
|
|
@@ -38,7 +38,7 @@ GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
include ./Version
|
|
|
|
-SUBPROJECTS = Foundation Resources examples
|
|
+SUBPROJECTS = Foundation Resources
|
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|
|