mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-24 12:42:32 +00:00
This proved to be quite the challenge, and is probably rather fragile, but it does seem to work, and might help with tracking down memory leaks.
11 lines
330 B
Text
11 lines
330 B
Text
QFSPRITEGEN_LIBS=@QFSPRITEGEN_LIBS@
|
|
QFSPRITEGEN_DEPS=@QFSPRITEGEN_DEPS@
|
|
QFSPRITEGEN_INCS=@QFSPRITEGEN_INCS@
|
|
|
|
EXTRA_PROGRAMS += qfspritegen
|
|
bin_PROGRAMS += @QFSPRITEGEN_TARGETS@
|
|
|
|
qfspritegen_SOURCES= tools/qfspritegen/spritegen.c $(tracy_src)
|
|
|
|
qfspritegen_LDADD= $(QFSPRITEGEN_LIBS)
|
|
qfspritegen_DEPENDENCIES= $(QFSPRITEGEN_DEPS)
|