mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
383a7fe5e1
Other than its blocking of access to certain files, it really wasn't that useful compared to the functions in qfs, and pointless with access to qfs anyway.
15 lines
581 B
Makefile
15 lines
581 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
pkgincludedir= $(datarootdir)/qfcc/include
|
|
nobase_pkginclude_HEADERS= \
|
|
crudefile.h debug.h entities.h infokey.h math.h message.h nq_message.h \
|
|
physics.h msgbuf.h qfile.h qfs.h qw_message.h qw_physics.h qw_sys.h \
|
|
server.h sound.h script.h string.h sv_sound.h system.h types.h \
|
|
\
|
|
draw.h key.h \
|
|
\
|
|
cbuf.h cmd.h cvar.h gib.h hash.h plist.h runtime.h \
|
|
Object.h Protocol.h \
|
|
AutoreleasePool.h Array.h Entity.h PropertyList.h Set.h \
|
|
\
|
|
gui/Group.h gui/InputLine.h gui/Pic.h gui/Point.h gui/Rect.h gui/Size.h \
|
|
gui/Slider.h gui/Text.h gui/View.h
|