mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-24 20:51:35 +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.
10 lines
270 B
Text
10 lines
270 B
Text
BSP2IMG_LIBS=@BSP2IMG_LIBS@
|
|
BSP2IMG_DEPS=@BSP2IMG_DEPS@
|
|
BSP2IMG_INCS=@BSP2IMG_INCS@
|
|
|
|
EXTRA_PROGRAMS += bsp2img
|
|
bin_PROGRAMS += @BSP2IMG_TARGETS@
|
|
|
|
bsp2img_SOURCES= tools/bsp2img/bsp2img.c $(tracy_src)
|
|
bsp2img_LDADD= $(BSP2IMG_LIBS)
|
|
bsp2img_DEPENDENCIES= $(BSP2IMG_DEPS)
|