Move 'gb.form.htmlview' source code directory at the top, so it is compiled after the components its project requires.

[CONFIGURATION]
* BUG: Move 'gb.form.htmlview' source code directory at the top, so it is compiled after the components its project requires.
This commit is contained in:
gambas 2021-10-31 17:55:55 +01:00
parent 7b456ffc0b
commit 01a1df3b33
175 changed files with 38 additions and 11 deletions

View file

@ -39,6 +39,7 @@ SUBDIRS = \
@httpd_dir@ \
@openssl_dir@ \
@openal_dir@ \
@htmlview_dir@ \
comp \
app \
.

View file

@ -51,6 +51,7 @@ GB_CONFIG_SUBDIRS(media, gb.media)
GB_CONFIG_SUBDIRS(httpd, gb.httpd)
GB_CONFIG_SUBDIRS(openssl, gb.openssl)
GB_CONFIG_SUBDIRS(openal, gb.openal)
GB_CONFIG_SUBDIRS(htmlview, gb.form.htmlview)
AC_CONFIG_SUBDIRS(comp)
AC_CONFIG_SUBDIRS(app)

0
gb.form.htmlview/AUTHORS Normal file
View file

1
gb.form.htmlview/COPYING Symbolic link
View file

@ -0,0 +1 @@
../COPYING

View file

1
gb.form.htmlview/INSTALL Symbolic link
View file

@ -0,0 +1 @@
../INSTALL

View file

@ -0,0 +1,3 @@
ACLOCAL_AMFLAGS = -I m4 --install
SUBDIRS = @HTMLVIEW_DIR@
EXTRA_DIST = reconf gambas.h gb*.h

0
gb.form.htmlview/NEWS Normal file
View file

0
gb.form.htmlview/README Normal file
View file

View file

@ -0,0 +1 @@
../acinclude.m4

View file

@ -0,0 +1 @@
../component.am

View file

@ -0,0 +1,17 @@
dnl ---- configure.ac for gb.form.htmlview
m4_include([../version.m4])
AC_INIT(gambas3-gb-form-htmlview, GB_VERSION, GB_MAIL, [], GB_URL)
AC_CONFIG_MACRO_DIR([m4])
GB_INIT(gb.form.htmlview)
AC_PROG_LIBTOOL
GB_COMPONENT(
htmlview,
HTMLVIEW,
gb.form.htmlview,
[src],
[],
[],
[],
[])
AC_OUTPUT( Makefile src/Makefile )
GB_PRINT_MESSAGES

1
gb.form.htmlview/gambas.h Symbolic link
View file

@ -0,0 +1 @@
../main/share/gambas.h

1
gb.form.htmlview/gb.draw.h Symbolic link
View file

@ -0,0 +1 @@
../main/lib/draw/gb.draw.h

1
gb.form.htmlview/gb.geom.h Symbolic link
View file

@ -0,0 +1 @@
../main/lib/geom/gb.geom.h

1
gb.form.htmlview/gb.image.h Symbolic link
View file

@ -0,0 +1 @@
../main/lib/image/gb.image.h

1
gb.form.htmlview/gb.paint.h Symbolic link
View file

@ -0,0 +1 @@
../main/lib/draw/gb.paint.h

View file

@ -0,0 +1 @@
../main/share/gb_common.h

1
gb.form.htmlview/m4 Symbolic link
View file

@ -0,0 +1 @@
../m4

1
gb.form.htmlview/reconf Symbolic link
View file

@ -0,0 +1 @@
../reconf

View file

@ -0,0 +1,3 @@
[Component]
Author=
Alpha=1

View file

Before

Width:  |  Height:  |  Size: 897 B

After

Width:  |  Height:  |  Size: 897 B

View file

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View file

Before

Width:  |  Height:  |  Size: 720 B

After

Width:  |  Height:  |  Size: 720 B

Some files were not shown because too many files have changed in this diff Show more