For debug versions of plugins.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4334 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
d90ed31f93
commit
11c7f5965a
1 changed files with 2 additions and 2 deletions
|
@ -1363,9 +1363,9 @@ debugdir:
|
|||
@-mkdir -p $(OUT_DIR)
|
||||
endif
|
||||
|
||||
plugins:
|
||||
plugins-dbg:
|
||||
@if test -e ../plugins/Makefile; \
|
||||
then echo falala $(MAKE) -C ../plugins; \
|
||||
then $(MAKE) native -C ../plugins OUT_DIR="$(DEBUG_DIR)" CC="$(CC) $(W32_CFLAGS) $(DEBUG_CFLAGS)" BASE_CFLAGS="$(BASE_CFLAGS)" FTE_TARGET="$(FTE_TARGET)"; \
|
||||
else echo no plugins directory installed; \
|
||||
fi
|
||||
plugins:
|
||||
|
|
Loading…
Reference in a new issue