mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-21 02:41:04 +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/GNUmakefile
|
||||
fix framework name to be able to load files from the right bundle
|
||||
|
|
|
@ -48,12 +48,7 @@ DERIVED_SRC := $(DERIVED_SRC)/$(GNUSTEP_INSTANCE)
|
|||
endif
|
||||
|
||||
WOExtensions_CPPFLAGS = -DGSWEB_WONAMES
|
||||
|
||||
# The framework resource files and directories
|
||||
GSWExtensions_RESOURCE_FILES = \
|
||||
Resources/Info-gnustep.plist \
|
||||
|
||||
WOExtensions_RESOURCE_FILES = $(GSWExtensions_RESOURCE_FILES)
|
||||
WOExtensions_HAS_GSWCOMPONENTS=YES
|
||||
|
||||
Extensions_COMPONENTS = \
|
||||
SessionCreationErrorPage \
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
NOTE = "Automatically generated, do not edit!";
|
||||
NSExecutable = "WOExtensions";
|
||||
NSPrincipalClass = "WOExtensions";
|
||||
HasGSWComponents = "YES";
|
||||
}
|
Loading…
Reference in a new issue