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.
|
@ -39,6 +39,7 @@ SUBDIRS = \
|
|||
@httpd_dir@ \
|
||||
@openssl_dir@ \
|
||||
@openal_dir@ \
|
||||
@htmlview_dir@ \
|
||||
comp \
|
||||
app \
|
||||
.
|
||||
|
|
|
@ -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
1
gb.form.htmlview/COPYING
Symbolic link
|
@ -0,0 +1 @@
|
|||
../COPYING
|
0
gb.form.htmlview/ChangeLog
Normal file
1
gb.form.htmlview/INSTALL
Symbolic link
|
@ -0,0 +1 @@
|
|||
../INSTALL
|
3
gb.form.htmlview/Makefile.am
Normal 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
0
gb.form.htmlview/README
Normal file
1
gb.form.htmlview/acinclude.m4
Symbolic link
|
@ -0,0 +1 @@
|
|||
../acinclude.m4
|
1
gb.form.htmlview/component.am
Symbolic link
|
@ -0,0 +1 @@
|
|||
../component.am
|
17
gb.form.htmlview/configure.ac
Normal 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
|
@ -0,0 +1 @@
|
|||
../main/share/gambas.h
|
1
gb.form.htmlview/gb.draw.h
Symbolic link
|
@ -0,0 +1 @@
|
|||
../main/lib/draw/gb.draw.h
|
1
gb.form.htmlview/gb.geom.h
Symbolic link
|
@ -0,0 +1 @@
|
|||
../main/lib/geom/gb.geom.h
|
1
gb.form.htmlview/gb.image.h
Symbolic link
|
@ -0,0 +1 @@
|
|||
../main/lib/image/gb.image.h
|
1
gb.form.htmlview/gb.paint.h
Symbolic link
|
@ -0,0 +1 @@
|
|||
../main/lib/draw/gb.paint.h
|
1
gb.form.htmlview/gb_common.h
Symbolic link
|
@ -0,0 +1 @@
|
|||
../main/share/gb_common.h
|
1
gb.form.htmlview/m4
Symbolic link
|
@ -0,0 +1 @@
|
|||
../m4
|
1
gb.form.htmlview/reconf
Symbolic link
|
@ -0,0 +1 @@
|
|||
../reconf
|
3
gb.form.htmlview/src/gb.form.htmlview.component
Normal file
|
@ -0,0 +1,3 @@
|
|||
[Component]
|
||||
Author=
|
||||
Alpha=1
|
Before Width: | Height: | Size: 897 B After Width: | Height: | Size: 897 B |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 720 B After Width: | Height: | Size: 720 B |