mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 04:01:16 +00:00
* GSWeb.framework/GNUmakefile
o added new files o removed old files o moved some files git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18910 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3a5e829e6f
commit
ed189c4749
1 changed files with 15 additions and 12 deletions
|
@ -83,10 +83,15 @@ WebObjects_RESOURCE_DIRS = $(GSWeb_RESOURCE_DIRS)
|
||||||
GSWeb_OBJC_FILES = \
|
GSWeb_OBJC_FILES = \
|
||||||
GSWDebug.m \
|
GSWDebug.m \
|
||||||
GSWConstants.m \
|
GSWConstants.m \
|
||||||
GSWPageDefParser.m \
|
GSWTemporaryElement.m \
|
||||||
GSWPageDefParserExt.m \
|
GSWBaseParser.m \
|
||||||
GSWPageDefLexer.m \
|
GSWHTMLRawParser.m \
|
||||||
GSWPageDefElement.m \
|
GSWDeclaration.m \
|
||||||
|
GSWDeclarationParser.m \
|
||||||
|
GSWTemplateParser.m \
|
||||||
|
GSWHTMLTemplateParser.m \
|
||||||
|
GSWTemplateParserANTLR.m \
|
||||||
|
GSWTemplateParserXML.m \
|
||||||
GSWSessionTimeOutManager.m \
|
GSWSessionTimeOutManager.m \
|
||||||
GSWServerSessionStore.m \
|
GSWServerSessionStore.m \
|
||||||
GSWDeployedBundle.m \
|
GSWDeployedBundle.m \
|
||||||
|
@ -98,9 +103,6 @@ GSWTransactionRecord.m \
|
||||||
GSWBundle.m \
|
GSWBundle.m \
|
||||||
NSString+Trimming.m \
|
NSString+Trimming.m \
|
||||||
NSString+HTML.m \
|
NSString+HTML.m \
|
||||||
GSWTemplateParser.m \
|
|
||||||
GSWTemplateParserANTLR.m \
|
|
||||||
GSWTemplateParserXML.m \
|
|
||||||
GSWHTMLParser.m \
|
GSWHTMLParser.m \
|
||||||
GSWHTMLParserExt.m \
|
GSWHTMLParserExt.m \
|
||||||
GSWHTMLLexer.m \
|
GSWHTMLLexer.m \
|
||||||
|
@ -266,11 +268,11 @@ GSWKeyValueAssociation.h \
|
||||||
GSWMailDelivery.h \
|
GSWMailDelivery.h \
|
||||||
GSWMultiKeyDictionary.h \
|
GSWMultiKeyDictionary.h \
|
||||||
GSWNestedList.h \
|
GSWNestedList.h \
|
||||||
GSWPageDefElement.h \
|
GSWTemporaryElement.h \
|
||||||
GSWPageDefLexer.h \
|
GSWBaseParser.h \
|
||||||
GSWPageDefParser.h \
|
GSWHTMLRawParser.h \
|
||||||
GSWPageDefParserExt.h \
|
GSWDeclaration.h \
|
||||||
GSWPageDefTokenTypes.h \
|
GSWDeclarationParser.h \
|
||||||
GSWParam.h \
|
GSWParam.h \
|
||||||
GSWPasswordField.h \
|
GSWPasswordField.h \
|
||||||
GSWPopUpButton.h \
|
GSWPopUpButton.h \
|
||||||
|
@ -296,6 +298,7 @@ GSWString.h \
|
||||||
GSWSubmitButton.h \
|
GSWSubmitButton.h \
|
||||||
GSWSwitchComponent.h \
|
GSWSwitchComponent.h \
|
||||||
GSWTemplateParser.h \
|
GSWTemplateParser.h \
|
||||||
|
GSWHTMLTemplateParser.h \
|
||||||
GSWTemplateParserANTLR.h \
|
GSWTemplateParserANTLR.h \
|
||||||
GSWTemplateParserXML.h \
|
GSWTemplateParserXML.h \
|
||||||
GSWHTMLAttrLexer.h \
|
GSWHTMLAttrLexer.h \
|
||||||
|
|
Loading…
Reference in a new issue