mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-22 03:01:27 +00:00
* GSWExtensions/Resources/Info-gnustep.plist
delete * GSWExtensions/GNUmakefile let makefiles generate Info-gnustep.plist git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30825 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
57f1d3c12c
commit
4a964c44e5
3 changed files with 8 additions and 13 deletions
|
@ -1,4 +1,10 @@
|
||||||
2010-06-22 David Wetzel <dave@turbocat.de>
|
2010-06-22 David Wetzel <dave@turbocat.de>
|
||||||
|
* GSWExtensions/Resources/Info-gnustep.plist
|
||||||
|
delete
|
||||||
|
* GSWExtensions/GNUmakefile
|
||||||
|
let makefiles generate Info-gnustep.plist
|
||||||
|
|
||||||
|
2010-06-22 David Wetzel <dave@turbocat.de>
|
||||||
* GSWExtensions/Resources/Info-gnustep.plist
|
* GSWExtensions/Resources/Info-gnustep.plist
|
||||||
* GSWExtensions/GNUmakefile
|
* GSWExtensions/GNUmakefile
|
||||||
fix framework name to be able to load files from the right bundle
|
fix framework name to be able to load files from the right bundle
|
||||||
|
|
|
@ -48,12 +48,7 @@ DERIVED_SRC := $(DERIVED_SRC)/$(GNUSTEP_INSTANCE)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
WOExtensions_CPPFLAGS = -DGSWEB_WONAMES
|
WOExtensions_CPPFLAGS = -DGSWEB_WONAMES
|
||||||
|
WOExtensions_HAS_GSWCOMPONENTS=YES
|
||||||
# The framework resource files and directories
|
|
||||||
GSWExtensions_RESOURCE_FILES = \
|
|
||||||
Resources/Info-gnustep.plist \
|
|
||||||
|
|
||||||
WOExtensions_RESOURCE_FILES = $(GSWExtensions_RESOURCE_FILES)
|
|
||||||
|
|
||||||
Extensions_COMPONENTS = \
|
Extensions_COMPONENTS = \
|
||||||
SessionCreationErrorPage \
|
SessionCreationErrorPage \
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
NOTE = "Automatically generated, do not edit!";
|
|
||||||
NSExecutable = "WOExtensions";
|
|
||||||
NSPrincipalClass = "WOExtensions";
|
|
||||||
HasGSWComponents = "YES";
|
|
||||||
}
|
|
Loading…
Reference in a new issue