* GSWExtensions.framework/GNUmakefile: rewrite using framework.make

* GSWExtensions.framework/*.(h|m): changed gsweb include dir from
gsweb/GSWeb.framework/ to GSWeb/

* GSWeb.framework/GNUmakefile: rewrite using framework.make
* GSWeb.framework/*.(h|m): changed gsweb include dir from
gsweb/GSWeb.framework/ to GSWeb/
* GSWeb.framework/GSWConstants.m: removed the frameworkd suffix.
* GSWeb.framework/GSWUtils.m ([NSBundle +tmpAllFrameworks]): removed.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@7931 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Mirko Viviani 2000-10-30 15:36:50 +00:00
parent 38e13c0aab
commit d5c4cec539
140 changed files with 316 additions and 379 deletions

View file

@ -11,7 +11,7 @@
*/
#include <gsweb/GSWeb.framework/GSWeb.h>
#include <GSWeb/GSWeb.h>
enum GSWHTMLTokenTypes {
GSWHTMLTokenType_EOF_ = 1,