Merge patch from ticket #131 from illwieckz, mkdir'ing the output dir for iqmtool
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6204 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
bc94d42767
commit
f66f43c70b
1 changed files with 2 additions and 2 deletions
|
@ -2472,8 +2472,8 @@ ifeq (win,$(findstring win,$(FTE_TARGET)))
|
|||
else
|
||||
$(CC) -o $@ $(IQM_OBJECTS) -Icommon -Iclient -Iqclib -Igl -Iserver $(ALL_CFLAGS) -DIQMTOOL -lstdc++ -lm -ldl -Os
|
||||
endif
|
||||
iqm-rel: $(RELEASE_DIR)/iqmtool$(BITS)$(EXEPOSTFIX)
|
||||
iqmtool-rel: $(RELEASE_DIR)/iqmtool$(BITS)$(EXEPOSTFIX)
|
||||
iqm-rel: reldir $(RELEASE_DIR)/iqmtool$(BITS)$(EXEPOSTFIX)
|
||||
iqmtool-rel: reldir $(RELEASE_DIR)/iqmtool$(BITS)$(EXEPOSTFIX)
|
||||
iqm: iqm-rel
|
||||
iqmtool: iqmtool-rel
|
||||
|
||||
|
|
Loading…
Reference in a new issue