mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Include files for gib have been relocated out of include/
This commit is contained in:
parent
7ef4c2776e
commit
22e4ce887f
9 changed files with 8 additions and 6 deletions
|
@ -2,12 +2,11 @@
|
||||||
AUTOMAKE_OPTIONS= foreign
|
AUTOMAKE_OPTIONS= foreign
|
||||||
SUBDIRS = QF
|
SUBDIRS = QF
|
||||||
EXTRA_DIST = asm_i386.h adivtab.h anorm_dots.h anorms.h asm_draw.h block16.h \
|
EXTRA_DIST = asm_i386.h adivtab.h anorm_dots.h anorms.h asm_draw.h block16.h \
|
||||||
block8.h buildnum.h compat.h context_x11.h d_iface.h d_ifacea.h d_local.h \
|
block8.h buildnum.h compat.h context_x11.h d_iface.h d_ifacea.h
|
||||||
dga_check.h dosisms.h fbset.h gib_error.h gib_instructions.h \
|
d_local.h dga_check.h dosisms.h fbset.h gl_warp_sin.h glquake.h \
|
||||||
gib_interpret.h gib_modules.h gib_parse.h gib_stack.h gib_vars.h \
|
in_win.h logos.h menu.h mpdosock.h qfgl_ext.h quakeasm.h r_cvar.h \
|
||||||
gl_warp_sin.h glquake.h in_win.h logos.h menu.h mpdosock.h qfgl_ext.h \
|
r_dynamic.h r_local.h r_shared.h sbar.h stamp-h.in varrays.h \
|
||||||
quakeasm.h r_cvar.h r_dynamic.h r_local.h r_shared.h sbar.h stamp-h.in \
|
vgamodes.h vid_dos.h view.h vregset.h winquake.h \
|
||||||
varrays.h vgamodes.h vid_dos.h view.h vregset.h winquake.h \
|
|
||||||
\
|
\
|
||||||
win32/bc/borland.c win32/bc/config.h \
|
win32/bc/borland.c win32/bc/config.h \
|
||||||
\
|
\
|
||||||
|
@ -19,3 +18,4 @@ EXTRA_DIST = asm_i386.h adivtab.h anorm_dots.h anorms.h asm_draw.h block16.h \
|
||||||
win32/resources/resource.h \
|
win32/resources/resource.h \
|
||||||
\
|
\
|
||||||
win32/vc/config.h win32/vc/dirent.h win32/version.h win32/version.h.in
|
win32/vc/config.h win32/vc/dirent.h win32/version.h win32/version.h.in
|
||||||
|
|
||||||
|
|
|
@ -5,5 +5,7 @@ lib_LTLIBRARIES = libQFgib.la
|
||||||
libQFgib_la_LDFLAGS = -version-info 1:0:0
|
libQFgib_la_LDFLAGS = -version-info 1:0:0
|
||||||
libQFgib_la_SOURCES = gib.c gib_instructions.c gib_interpret.c \
|
libQFgib_la_SOURCES = gib.c gib_instructions.c gib_interpret.c \
|
||||||
gib_modules.c gib_parse.c gib_stack.c gib_vars.c
|
gib_modules.c gib_parse.c gib_stack.c gib_vars.c
|
||||||
|
EXTRA_DIST = gib_error.h gib_instructions.h gib_interpret.h gib_modules.h \
|
||||||
|
gib_parse.h gib_stack.h gib_vars.h
|
||||||
|
|
||||||
LIBLIST = libQFgib.la @LIBRARY_SEARCH_PATH@
|
LIBLIST = libQFgib.la @LIBRARY_SEARCH_PATH@
|
||||||
|
|
Loading…
Reference in a new issue