mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 12:11:18 +00:00
o added GSWKeyValueConditional.*
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18201 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3b60fbb452
commit
d8bbe72d2d
1 changed files with 5 additions and 2 deletions
|
@ -71,7 +71,8 @@ GSWExceptionPage.gswc \
|
||||||
GSWTableString.gswc \
|
GSWTableString.gswc \
|
||||||
GSWIFrame.gswc \
|
GSWIFrame.gswc \
|
||||||
GSWMetaRefresh.gswc \
|
GSWMetaRefresh.gswc \
|
||||||
GSWRedirect.gswc
|
GSWRedirect.gswc \
|
||||||
|
GSWKeyValueConditional.gswc \
|
||||||
|
|
||||||
#GSWCompletionBar.gswc
|
#GSWCompletionBar.gswc
|
||||||
#GSWAnyField.gswc
|
#GSWAnyField.gswc
|
||||||
|
@ -129,6 +130,7 @@ GSWRedirect.m \
|
||||||
GSWIFrame.m \
|
GSWIFrame.m \
|
||||||
GSWMetaRefresh.m \
|
GSWMetaRefresh.m \
|
||||||
GSWLongResponsePage.m \
|
GSWLongResponsePage.m \
|
||||||
|
GSWKeyValueConditional.m \
|
||||||
|
|
||||||
#GSWCompletionBar.m
|
#GSWCompletionBar.m
|
||||||
GSWExtensions_wo_OBJC_FILES = $(GSWExtensions_OBJC_FILES)
|
GSWExtensions_wo_OBJC_FILES = $(GSWExtensions_OBJC_FILES)
|
||||||
|
@ -147,7 +149,8 @@ GSWRedirect.h \
|
||||||
GSWSessionCreationErrorPage.h \
|
GSWSessionCreationErrorPage.h \
|
||||||
GSWSessionRestorationErrorPage.h \
|
GSWSessionRestorationErrorPage.h \
|
||||||
GSWStatsPage.h \
|
GSWStatsPage.h \
|
||||||
GSWLongResponsePage.h
|
GSWLongResponsePage.h \
|
||||||
|
GSWKeyValueConditional.h \
|
||||||
|
|
||||||
#GSWCompletionBar.h
|
#GSWCompletionBar.h
|
||||||
#GSWThresholdColoredNumber.h
|
#GSWThresholdColoredNumber.h
|
||||||
|
|
Loading…
Reference in a new issue